Skip to content

Feature request (shiny): Allow pagination #207

@daattali

Description

@daattali

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

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions