add datetable cnfcnpj
This commit is contained in:
@@ -256,7 +256,7 @@ export function DataTable<TData, TValue>({
|
||||
<TableRow
|
||||
key={row.id}
|
||||
data-state={row.getIsSelected() && 'selected'}
|
||||
className="has-[[data-state=open]]:bg-muted/50"
|
||||
className="has-data-[state=open]:bg-muted/50"
|
||||
>
|
||||
{row.getVisibleCells().map((cell) => (
|
||||
<TableCell
|
||||
|
||||
Reference in New Issue
Block a user