Show HN: Table component – build tables with pagination faster using just HTML(github.com)
github.com
Show HN: Table component – build tables with pagination faster using just HTML
https://github.com/WolfVector/neptune-component
2 comments
Nice! Any plans to add sorting and filtering?
Yes, I'm going to add it. However my plan right now is to add first these two options:
- Client side rendering: Request all the data and the pagination is going to be client side.
- Download the table as CSV.
After doing this, I'm going to work in sorting and filtering.
- Client side rendering: Request all the data and the pagination is going to be client side.
- Download the table as CSV.
After doing this, I'm going to work in sorting and filtering.