Skip to content

Interactive - remove pagination display completely #1542

@slodge

Description

@slodge

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

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

Currently see:
image

Session info

R4.3
gt 0.10.1
reactable 0.4.4

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions