diff --git a/src/molecules/tanstack-table/fields/tanstack-table-pagination.tsx b/src/molecules/tanstack-table/fields/tanstack-table-pagination.tsx index ef456bfc..c34f99b4 100644 --- a/src/molecules/tanstack-table/fields/tanstack-table-pagination.tsx +++ b/src/molecules/tanstack-table/fields/tanstack-table-pagination.tsx @@ -59,7 +59,7 @@ export function TanstackTablePagination( }, [pagination]); return ( -
+
{table.getFilteredSelectedRowModel().rows.length} of{' '} {table.getFilteredRowModel().rows.length} row(s) selected. diff --git a/src/molecules/tanstack-table/index.tsx b/src/molecules/tanstack-table/index.tsx index 7f5956b2..314a3b75 100644 --- a/src/molecules/tanstack-table/index.tsx +++ b/src/molecules/tanstack-table/index.tsx @@ -191,7 +191,7 @@ function TanstackBase(props: TanstackBaseProps) { }); return ( -
+
table={table} filters={filters}