diff --git a/src/components/data-table/index.tsx b/src/components/data-table/index.tsx index 7818416..8d4336e 100644 --- a/src/components/data-table/index.tsx +++ b/src/components/data-table/index.tsx @@ -112,8 +112,11 @@ export function DataTable({ Array.from({ length: 5 }).map((_, i) => ( {table.getVisibleFlatColumns().map((col, j) => ( - - + + ))} @@ -125,7 +128,7 @@ export function DataTable({ data-state={row.getIsSelected() && "selected"} > {row.getVisibleCells().map((cell) => ( - + {flexRender( cell.column.columnDef.cell, cell.getContext(),