gt icon indicating copy to clipboard operation
gt copied to clipboard

Interactive - remove pagination display completely

Open slodge opened this issue 1 year ago • 0 comments

Prework

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: image

Session info

R4.3 gt 0.10.1 reactable 0.4.4

slodge avatar Jan 19 '24 14:01 slodge