add datetable cnfcnpj

This commit is contained in:
2025-11-24 11:45:53 -03:00
parent 5b1ba9e9c7
commit 78ad183e61
29 changed files with 828 additions and 255 deletions

View File

@@ -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