@canvas-components/list-table 0.3.6 → 0.3.7
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/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -25378,7 +25378,7 @@ function resolvePaginationSignature(params) {
|
|
|
25378
25378
|
return [
|
|
25379
25379
|
paginationConfig ? "enabled" : "disabled",
|
|
25380
25380
|
paginationConfig?.mode ?? "",
|
|
25381
|
-
params.total,
|
|
25381
|
+
paginationConfig?.total ?? params.total,
|
|
25382
25382
|
params.currentPage,
|
|
25383
25383
|
params.pageSize,
|
|
25384
25384
|
params.scrollPageSize,
|