Skip to content

Commit 1a0f2d1

Browse files
authored
Merge pull request #945 from nowcommunity/remove-enablePagination-check-from-editableTable
Remove unneeded enablePagination check from editableTable
2 parents e124f15 + 1127cbc commit 1a0f2d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/DetailView/common/EditableTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const EditableTable = <
139139
enableTopToolbar={false}
140140
enableColumnActions={false}
141141
enableSorting={false}
142-
enablePagination={getData().length > 15}
142+
enablePagination={true}
143143
onPaginationChange={setPagination}
144144
positionPagination="both"
145145
paginationDisplayMode="pages"

0 commit comments

Comments
 (0)