Shell.Data.LocalDataSource.js
Applies To: Windows Azure Pack
The class that manages the local data source.
Widgets
None.
Enums
None.
Properties
Name |
Type |
Description |
---|---|---|
LocalDataSource |
Shell.Data.dataSource |
Represents a local data source. Constructor takes optional options parameter with the following properties: input: Input data to be sorted, paged ad filtered to produce the output for this LocalDataSource. Can be supplied as a DataSource or as an array of items. manualRefresh (Boolean): When true and data changes, the LocalDataSource does not implicitly refresh. Clients must call DataSource refresh to reapply sorting, paging and filtering. |