-
Notifications
You must be signed in to change notification settings - Fork 218
Closed
Labels
Milestone
Description
Prework
- Read and agree to the code of conduct and contributing guidelines.
- 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
Line 407 in 3213ec4
| showPagination = TRUE, |
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
Session info
R4.3
gt 0.10.1
reactable 0.4.4
raphbub-vs and obsaditelnost
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done
