DataSource(JS)
|
js
|
Specifies the header filter's data source. Mirrors the client-side dataSource option.
|
DataSource(RazorBlock)
|
jsFunc
|
Specifies the header filter's data source. Mirrors the client-side dataSource option.
|
DataSource(IEnumerable, String[])
|
data, key
|
Specifies the header filter's data source. Mirrors the client-side dataSource option.
|
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>)
|
configurator
|
Specifies the header filter's data source. Mirrors the client-side dataSource option.
|
DataSource(String, String[])
|
staticJsonUrl, key
|
Specifies the header filter's data source. Mirrors the client-side dataSource option.
|
DataSource(String)
|
jsFunc
|
Specifies the header filter's data source. Mirrors the client-side dataSource option.
|