-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Milestone
Description
When creating a gt table in an html file (I'm thinking specifically shiny, but this could apply for rmarkdown or just any html output that can include javascript), it would be great to be able to add pagination. This way long tables are not just one massive table that you have to scroll down for.
With the ability to paginate, it'd be nice to be able to specify the page length.
A related feature would be to allow server-side pagination, so that if I have a table with 10000 rows, instead of sending all that data to the browser and making it slow, only eg. 25 rows get sent to the browser
hansvancalster, zenggyu, crotman, biagoncalves, epijim and 2 more
Metadata
Metadata
Assignees
Type
Projects
Status
Done