flutter_horizontal_data_table
flutter_horizontal_data_table copied to clipboard
Need sort column and pagination feature
Feature request Need sort on header column Need pagination(Number of rows per page and next-prev button to move along pages)
Hi @SachinTanpure! For the sorting part, I may not have further planning on it. Since different people have different use cases that the in-package sorting method may not be fit so many people and have a high possibility have more than 1 level sorting, thus I suggest keep it implement like the example to allow different sort method.
For pagination, I am currently working on the scroll to footer to fetch more data feature. Pager (pagination with page number or next-prev button) means that page is having a fixed number of item on each page. I have no planning on it, but It should be able to achieve by .subList() and a column-row UI in this case.
Dear @MayLau-CbL Thanks for quick response. This is best ever data table library. It will be really great if you add pager functionality below table as most of the time data in table will be so huge. If you add pager feature, this library will be become complete with all necessary feature any one want(Fix header, Fix column, sort, pull down refresh, pager)