maxim-saplin / data_table_2

In-place substitute for Flutter's DataTable and PaginatedDataTable with fixed/sticky header and extra features
https://pub.dev/packages/data_table_2
BSD 3-Clause "New" or "Revised" License
203 stars 136 forks source link

Add option for hiding pagination for one page #250

Closed javaone199 closed 8 months ago

javaone199 commented 9 months ago

Add option for hiding pagination for one page. For example, sales order lines are shown in one page, and no need for pagination.

Solution: allow rowsPerPage to be nullable ( int? ). If null, hide the pagination.

maxim-saplin commented 8 months ago

You can use hidePaginator and rebuild the widget