We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e124f15 + 1127cbc commit 1a0f2d1Copy full SHA for 1a0f2d1
frontend/src/components/DetailView/common/EditableTable.tsx
@@ -139,7 +139,7 @@ export const EditableTable = <
139
enableTopToolbar={false}
140
enableColumnActions={false}
141
enableSorting={false}
142
- enablePagination={getData().length > 15}
+ enablePagination={true}
143
onPaginationChange={setPagination}
144
positionPagination="both"
145
paginationDisplayMode="pages"
0 commit comments