renamed setting to dataGrid.showLeftColumn

This commit is contained in:
Jan Prochazka
2021-11-21 09:30:07 +01:00
parent 38db55d5c0
commit 94ace9ff1c
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<FormCheckboxField name=":visibleToolbar" label="Show toolbar" defaultValue={true} />
<div class="heading">Data grid</div>
<FormCheckboxField name="dataGrid.hideLeftColumn" label="Hide left column by default" />
<FormCheckboxField name="dataGrid.showLeftColumn" label="Show left column by default" />
<FormTextField
name="dataGrid.pageSize"
label="Page size (number of rows for incremental loading, must be between 5 and 1000)"