next-helios-fe 1.8.146 → 1.8.147

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-helios-fe",
3
- "version": "1.8.146",
3
+ "version": "1.8.147",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -700,7 +700,7 @@ export const Table: TableComponentProps = ({
700
700
  });
701
701
 
702
702
  const dataArr = (
703
- options?.toolbar?.pagination?.show !== false && !dynamicTable
703
+ options?.toolbar?.pagination?.show !== false && !dynamicTable?.setValue
704
704
  ? filteredData?.slice((page - 1) * maxRow, page * maxRow)
705
705
  : filteredData
706
706
  )?.map((item, index) => {