reactable icon indicating copy to clipboard operation
reactable copied to clipboard

Getting the current page rows

Open abdo5 opened this issue 4 years ago • 1 comments

How to get the current table page data for a specific column? when user press next page, how can I access the data displayed in the current page? I can calculate the index of rows depending on page number and page size but this failed if the user arrange data or filter data in the table. please, if there is a method to read the current displayed rows index without selecting them. or how to display the current data appeared in the current page in a plot and changing the plot with changing the displayed data in the current page?

abdo5 avatar Jun 12 '21 11:06 abdo5

Hi, just to clarify, are you asking about getting the current page data from Shiny (via getReactableState())? If so, this isn't possible, but I can take it as a feature request.

glin avatar Jun 19 '21 21:06 glin