@raystack/apsara 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/table/datatable.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15488,6 +15488,7 @@ function DataTableRoot({ columns, data, emptyState, children, parentStyle, Shoul
|
|
|
15488
15488
|
globalFilterFn: "auto",
|
|
15489
15489
|
enableRowSelection: true,
|
|
15490
15490
|
manualPagination: true,
|
|
15491
|
+
pageCount: -1,
|
|
15491
15492
|
onGlobalFilterChange: setGlobalFilter,
|
|
15492
15493
|
onSortingChange: setSorting,
|
|
15493
15494
|
onColumnFiltersChange: setColumnFilters,
|
|
@@ -15507,7 +15508,6 @@ function DataTableRoot({ columns, data, emptyState, children, parentStyle, Shoul
|
|
|
15507
15508
|
rowSelection,
|
|
15508
15509
|
},
|
|
15509
15510
|
});
|
|
15510
|
-
console.log(table.getRowModel().rows?.length);
|
|
15511
15511
|
return (jsxRuntimeExports.jsx(Flex, { direction: "column", justify: "between", className: styles$3.wrapper, children: jsxRuntimeExports.jsxs(TableContext.Provider, { value: {
|
|
15512
15512
|
table,
|
|
15513
15513
|
globalFilter,
|