chore: remove the unnecessary hideOnSinglePage prop

This commit is contained in:
ahmadshaheer1 2024-06-23 15:12:56 +04:30 committed by Yunus M
parent 46b4c8a004
commit f23ceea54e

View File

@ -64,7 +64,6 @@ function ResizeTable({
...restProps,
components: { header: { cell: ResizableHeader } },
columns: mergedColumns,
hideOnSinglePage: true,
pagination: { ...pagination, hideOnSinglePage: true },
}),
[mergedColumns, pagination, restProps],