menu
artisanal package
documentation
tui.dart
Table
clearRows method
clearRows method
dark_mode
light_mode
clearRows
method
Table
clearRows
(
)
Clears all rows from the table.
Implementation
Table clearRows() { _rows.clear(); return this; }
artisanal package
documentation
tui
Table
clearRows method
Table class