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.
Last updated
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>
.