onSort property
final
Called when the user asks to sort the table using this column.
If null, the column will not be considered sortable.
Implementation
final DataColumnSortCallback? onSort;
Called when the user asks to sort the table using this column.
If null, the column will not be considered sortable.
final DataColumnSortCallback? onSort;