@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.js CHANGED
@@ -25376,7 +25376,7 @@ function resolvePaginationSignature(params) {
25376
25376
  return [
25377
25377
  paginationConfig ? "enabled" : "disabled",
25378
25378
  paginationConfig?.mode ?? "",
25379
- params.total,
25379
+ paginationConfig?.total ?? params.total,
25380
25380
  params.currentPage,
25381
25381
  params.pageSize,
25382
25382
  params.scrollPageSize,