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
Thanks again for this fantastic library. As we move forward to using react, we chose to use react-table as our base table library, on top of that we're building our own UI components.
We have a request that one of our tables will automatically paginate and highlight a specific row, by id. This table is using client-side pagination. We are currently working with v7, but we will think about upgrading if it makes it easier.
What I did was to look through the dataset and find the required item, and then detect its page. My problem is that the dataset is yet not sorted or filtered, so we need to sort it one our own, which is silly because react-table does it too.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Thanks again for this fantastic library. As we move forward to using react, we chose to use react-table as our base table library, on top of that we're building our own UI components.
We have a request that one of our tables will automatically paginate and highlight a specific row, by id. This table is using client-side pagination. We are currently working with v7, but we will think about upgrading if it makes it easier.
What I did was to look through the dataset and find the required item, and then detect its page. My problem is that the dataset is yet not sorted or filtered, so we need to sort it one our own, which is silly because react-table does it too.
Any suggestions?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions