menu
entao_hare package
documentation
table/table.dart
DataTableSortor<E>
attach method
attach method
dark_mode
light_mode
attach
method
void
attach
(
XDataTable
<
E
>
table
)
Implementation
void attach(XDataTable<E> table) { this.table = table; }
entao_hare package
documentation
table/table
DataTableSortor<E>
attach method
DataTableSortor class