Getting the current page rows
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?
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.