Help with onRowClick #5329
Unanswered
adarshSrivastava01
asked this question in
Q&A
Replies: 1 comment
-
To my knowledge, @tanstack/table is headless and doesn't provide a TanStackTable component. Is this one of your project's components? You can make this work, but this seems to be a general question and not a library specific question better asked in communities for general react development advice. |
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.
-
Hey TanStack Community,
is there a way I can do
<TanStackTable onRowClick={rowData => callSomeFunction(rowData.id, rowData.name)} />
Beta Was this translation helpful? Give feedback.
All reactions