gt
gt copied to clipboard
Interactive - remove pagination display completely
Prework
- [x] Read and agree to the code of conduct and contributing guidelines.
- [x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
Description
When viewing an interactive page without pagination or pagination info we still see the 1 page number
I suspect this is showPagination = TRUE
https://github.com/rstudio/gt/blob/3213ec43ee71600735629f9162b2f5bdb43af645/R/render_as_i_html.R#L407
Reproducible example
library(tidyverse)
library(gt)
gt(iris) |>
opt_interactive(use_pagination = FALSE, use_pagination_info = FALSE)
Expected result
Would be nice to not have any page footer
Currently see:
Session info
R4.3 gt 0.10.1 reactable 0.4.4