DataSource(JS)
|
js
|
Mirrors the client-side dataSource option.
|
DataSource(IEnumerable, String[])
|
data, key
|
Binds an ActionSheet control to a collection: Array , List , or IEnumerable .
|
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>)
|
configurator
|
Binds an ActionSheet control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
|
DataSource(String, String[])
|
staticJsonUrl, key
|
Binds an ActionSheet control to read-only data in JSON format.
|