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

MethodDescription

createFilteringDecorator()

It wraps the given decorator into the filtering decorator.

Params:

  1. dkDataSource: DkDataSource<DkGridDataRowEntry<T>>.

Return: DkFilteringDataSource<T>.

createSortingDecorator()

It wraps the given decorator into the sorting decorator.

Params:

  1. dkDataSource: DkDataSource<DkGridDataRowEntry<T>>.

Return: DkSortingDataSource<T>.

Last updated