Thoughts About a Table Paginator in React Aria 🪶 #9481
Replies: 1 comment 2 replies
-
|
Thanks for the discussion. I'm curious what you would expect to see. It should be possible to build this from RAC already, it'd just be some links/buttons to go to a certain page which would just replace the items being passed to the RAC Table. We did have an API spec at one point for a Spectrum Pagination component, https://github.com/adobe/react-spectrum/blob/main/specs/api/Pagination.md though it wasn't ever prioritised due to virtualizer meaning that we could display infinite data in a table with progressive loading. If you wanted, you could try building it in codesandbox or stackblitz and share your findings here, maybe we'd have some feedback or could use it to help plan something built-in if we decided to go that route. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I was just thinking it'll be very cool if React Aria Table could also have a
paginator✨I don't know if it's a priority, but replacing MUI in my company's code with React Aria is a long lasting dream, and I just really hope it could happen someday.
Beta Was this translation helpful? Give feedback.
All reactions