sortColumnIndex property

int? sortColumnIndex
final

The current primary sort key's column.

See DataTable.sortColumnIndex for details.

The direction of the sort is specified using sortAscending.

Implementation

final int? sortColumnIndex;