menu
entao_hare package
documentation
table/table.dart
XDataTable<T>
onSortRemote method
onSortRemote method
dark_mode
light_mode
onSortRemote
method
void
onSortRemote
(
String
field
,
bool
asc
)
Implementation
void onSortRemote(String field, bool asc) { delegate?.onSortRemote(field, asc); }
entao_hare package
documentation
table/table
XDataTable<T>
onSortRemote method
XDataTable class