@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.cjs
CHANGED
|
@@ -15508,6 +15508,7 @@ function DataTableRoot({ columns, data, emptyState, children, parentStyle, Shoul
|
|
|
15508
15508
|
globalFilterFn: "auto",
|
|
15509
15509
|
enableRowSelection: true,
|
|
15510
15510
|
manualPagination: true,
|
|
15511
|
+
pageCount: -1,
|
|
15511
15512
|
onGlobalFilterChange: setGlobalFilter,
|
|
15512
15513
|
onSortingChange: setSorting,
|
|
15513
15514
|
onColumnFiltersChange: setColumnFilters,
|
|
@@ -15527,7 +15528,6 @@ function DataTableRoot({ columns, data, emptyState, children, parentStyle, Shoul
|
|
|
15527
15528
|
rowSelection,
|
|
15528
15529
|
},
|
|
15529
15530
|
});
|
|
15530
|
-
console.log(table.getRowModel().rows?.length);
|
|
15531
15531
|
return (jsxRuntimeExports.jsx(Flex, { direction: "column", justify: "between", className: styles$3.wrapper, children: jsxRuntimeExports.jsxs(TableContext.Provider, { value: {
|
|
15532
15532
|
table,
|
|
15533
15533
|
globalFilter,
|