showEmptyRows property
final
Controls the visibility of empty rows on the last page of a PaginatedDataTable.
Defaults to true
, which means empty rows will be populated on the
last page of the table if there is not enough content.
When set to false
, empty rows will not be created.
Implementation
final bool showEmptyRows;