flutter_horizontal_data_table icon indicating copy to clipboard operation
flutter_horizontal_data_table copied to clipboard

Need sort column and pagination feature

Open SachinTanpure opened this issue 4 years ago • 2 comments

Feature request Need sort on header column Need pagination(Number of rows per page and next-prev button to move along pages)

SachinTanpure avatar Jan 13 '21 11:01 SachinTanpure

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.

MayLau-CbL avatar Jan 13 '21 11:01 MayLau-CbL

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)

SachinTanpure avatar Jan 13 '21 12:01 SachinTanpure