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
eastern-cyan•2y ago
React Table Row Selection Example | TanStack Table Docs
An example showing how to implement Row Selection in React Table
useful-bronzeOP•2y ago
<TanStackTable onRowClick={rowData => callSomeFunction(rowData.id, rowData.name)} />
can you elaborate more on to how it helps in my caseinitial-rose•2y ago
- thats how I handle onclick events for rows