DkGridFactoryDataSource
You can access this instance through the property named dataSourceFactory of the DkGridComponent.
Generics
<T>
represents the object's shape coming from the data source.
Methods
Method
Description
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