fetchWithFiltering property

bool fetchWithFiltering
final

Decide whether to handle filtering in the fetch function. Default is true. If this value is false, the list is filtered while it is currently loaded in the grid.

Implementation

final bool fetchWithFiltering;