Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need sort column and pagination feature #20

Open
SachinTanpure opened this issue Jan 13, 2021 · 2 comments
Open

Need sort column and pagination feature #20

SachinTanpure opened this issue Jan 13, 2021 · 2 comments

Comments

@SachinTanpure
Copy link

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

@MayLau-CbL
Copy link
Owner

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.

@SachinTanpure SachinTanpure changed the title Need sort column and pagination feature Need pagination feature Jan 13, 2021
@SachinTanpure SachinTanpure changed the title Need pagination feature Need sort column and pagination feature Jan 13, 2021
@SachinTanpure
Copy link
Author

SachinTanpure commented Jan 13, 2021

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants