fetchWithSorting property

bool fetchWithSorting
final

Decide whether to handle sorting in the fetch function. Default is true. If this value is false, the list is sorted with the current grid loaded.

Implementation

final bool fetchWithSorting;