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