ab-ui-library 1.2.2 → 1.2.3

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.
@@ -164,6 +164,7 @@ function useTable(_ref) {
164
164
  getPaginationRowModel: getPaginationRowModel(),
165
165
  columnResizeMode: 'onChange',
166
166
  manualSorting: !!onSortChange,
167
+ manualPagination: !!onPaginationChange,
167
168
  enableRowSelection: true,
168
169
  enableColumnResizing: true
169
170
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ab-ui-library",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "UI library for AM",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",