mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
Allow max page size 50000 #1185
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user