Lucifer7612
Results
1
issues of
Lucifer7612
There's currently no way to make table rows clickable without adding onClick handlers to every individual cell's renderCell function. Current workaround: ``` { label: "Name", renderCell: (item) => ( handleRowClick(item)}>...