mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
mongodb json view default collection page size #976
This commit is contained in:
@@ -140,6 +140,12 @@ ORDER BY
|
||||
|
||||
<FormCheckboxField name="dataGrid.alignNumbersRight" label="Align numbers to right" defaultValue={false} />
|
||||
|
||||
<FormTextField
|
||||
name="dataGrid.collectionPageSize"
|
||||
label="Collection page size (for MongoDB JSON view, must be between 5 and 1000)"
|
||||
defaultValue="50"
|
||||
/>
|
||||
|
||||
<div class="heading">SQL editor</div>
|
||||
|
||||
<div class="flex">
|
||||
|
||||
Reference in New Issue
Block a user