.
This commit is contained in:
parent
5a6a81738f
commit
fe1faaab4d
@ -223,7 +223,7 @@ export function DataTable<TData, TValue>({
|
||||
{table.getRowModel().rows.length ? (
|
||||
table.getRowModel().rows.map((row, rowIndex) => (
|
||||
<TableRow
|
||||
className={"group bg-background cursor-pointer"}
|
||||
className={"group bg-background"}
|
||||
data-state={row.getIsSelected() && "selected"}
|
||||
key={row.id}
|
||||
onClick={(e) => onRowClick?.(row.original, rowIndex, e)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user