Allow max page size 50000 #1185

This commit is contained in:
SPRINX0\prochazka
2025-08-26 10:30:30 +02:00
parent e88092cde7
commit 003dec269a
4 changed files with 4 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ ORDER BY
<div class="heading">Data grid</div>
<FormTextField
name="dataGrid.pageSize"
label="Page size (number of rows for incremental loading, must be between 5 and 1000)"
label="Page size (number of rows for incremental loading, must be between 5 and 50000)"
defaultValue="100"
/>
<FormCheckboxField name="dataGrid.showHintColumns" label="Show foreign key hints" defaultValue={true} />