This commit is contained in:
2025-11-18 20:56:21 -03:00
parent b439b1e038
commit 3a42e4c7d2
2 changed files with 25 additions and 5 deletions

View File

@@ -195,6 +195,7 @@ export function DataTable<TData, TValue>({
<TableRow
key={row.id}
data-state={row.getIsSelected() && 'selected'}
className="has-[[data-state=open]]:bg-muted/50"
>
{row.getVisibleCells().map((cell) => (
<TableCell