get_data_on_page: Get the data on the page

View source: R/reactable-server.R

get_data_on_pageR Documentation

Get the data on the page

Description

Get the data on the page

Usage

get_data_on_page(data, page_number, total_pages)

Arguments

data

data.frame without pages; pagination will be inferred

page_number

page of data to retrieve

total_pages

number of pages in data; determines pagination when the data has no pages

Value

a data.frame


reactable.extras documentation built on Oct. 30, 2024, 9:14 a.m.