sortColumnIndex property
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;
The current primary sort key's column.
See DataTable.sortColumnIndex for details.
The direction of the sort is specified using sortAscending.
final int? sortColumnIndex;