You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed from the code example I made that the filter is actually only filtering what is being rendered per page and not actually filtering the whole dataset
+1 Adding a vote to please support this feature. Unfortunately without this, using reactable for large dataframes in Shiny doesn't really work, except for very basic displays like just showing tiny parts of the table one page at a time...
Guidelines
Description
Just like a common
reactable
, there should be an interface for the user to search values.Problem
A search interface will make it easier for users to look for what they need in the data.
Proposed Solution
Add another UI on top of the
reactable
, a search box or text input, that will update thereactable
data on the server-side based on the input.Alternatives Considered
Since the pagination is handled on the server-side, searching will most likely happen on the server-side too.
The text was updated successfully, but these errors were encountered: