Skip to content
Discussion options

You must be logged in to vote

Are you using React Aria Components Tables? or are you using hooks?

You should be able to use a custom wrapped row, see https://react-spectrum.adobe.com/react-aria/Table.html#reusable-wrappers

Note, if you're following the hooks docs, they use an old implementation of Collections which is not this flexible. If you use React Aria Components, it uses the new Collections and you don't need getCollectionNode and you can wrap any of the components much more easily.
If you must use the hooks, then you may want to look at our implementation in RAC to see how to use the new Collections. We'll hopefully update the hooks in the new docs we're working on.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mkarajohn
Comment options

@snowystinger
Comment options

Answer selected by mkarajohn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants