showSortNumbers property

bool showSortNumbers
final

Decides whether the sequence number should be displayed on the header cell of sorted column during multi-column sorting.

Defaults to false

This is applicable only if the allowSorting and allowMultiColumnSorting are set as true.

See also:

Implementation

final bool showSortNumbers;