advanced_datatable 0.0.3+2
advanced_datatable: ^0.0.3+2 copied to clipboard
An addtion to the Flutter PaginatedDataTable allowing pagination also for the datasource aka server side datatables
0.0.2 04/30/2021 #
- Server side data table with paging support
- Allowing the same changes as the build in PaginatedDataTable
0.0.3 04/31/2021 #
- Auto reload page in case column sorting is changed
0.0.3+1 05/02/2021 #
- Updated readme to include the live example
0.0.3+2 06/21/2021 #
- Allow local reload if possible
- Updated example to contain selection of rows
- Selection of rows no longer trigger a call to the remote data source