Help with TanStack Table onRowClick
Hey TanStack Community,
is there a way I can do
<TanStackTable onRowClick={rowData => callSomeFunction(rowData.id, rowData.name)}3 Replies
conscious-sapphire•2y ago
React Table Row Selection Example | TanStack Table Docs
An example showing how to implement Row Selection in React Table
fair-roseOP•2y ago
<TanStackTable onRowClick={rowData => callSomeFunction(rowData.id, rowData.name)} />
can you elaborate more on to how it helps in my casejudicial-coral•2y ago
- thats how I handle onclick events for rows