menu
entao_hare package
documentation
table/table.dart
XDataTable<T>
buildFooterRows method
buildFooterRows method
dark_mode
light_mode
buildFooterRows
method
List
<
DataRowY
>
buildFooterRows
(
)
Implementation
List<DataRowY> buildFooterRows() { return delegate?.buildFooterRows() ?? []; }
entao_hare package
documentation
table/table
XDataTable<T>
buildFooterRows method
XDataTable class