You can access this instance through the property named dataSourceFactory of the DkGridComponent.
<T> represents the object's shape coming from the data source.
<T>
createFilteringDecorator()
It wraps the given decorator into the filtering decorator.
Params:
dkDataSource: DkDataSource<DkGridDataRowEntry<T>>.
DkDataSource<DkGridDataRowEntry<T>>
Return: DkFilteringDataSource<T>.
DkFilteringDataSource<T>
createSortingDecorator()
It wraps the given decorator into the sorting decorator.
Return: DkSortingDataSource<T>.
DkSortingDataSource<T>
Last updated 3 years ago