Replies: 1 comment
-
Sounds possible, but I'm not sure exactly what you want to do. Maybe you could share a codesandbox of what you got so far? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to programmatically manipulate each cell to create audio tables.
Initially I want to load some column totally empty (hide content)
Then when clicking on each cell individually I'd like unhide the content and to play a mp3 (which url would be embedded int the cell content, apart from the text)
Is it possible to build this with react-table? I've been reading the useRowState hook doc, but I don't understand very well how to use it, and I haven't seen any examples about it.
Any ideas o examples would be highly appreciated it.
Thx
Beta Was this translation helpful? Give feedback.
All reactions