#136 configurable thousands separator in grid

This commit is contained in:
Jan Prochazka
2021-06-24 09:22:12 +02:00
parent f7621ae336
commit b99e3ed177
3 changed files with 18 additions and 11 deletions

View File

@@ -46,6 +46,8 @@
/>
<FormCheckboxField name="dataGrid.showHintColumns" label="Show foreign key hints" defaultValue={true} />
<FormCheckboxField name="dataGrid.thousandsSeparator" label="Use thounds separator for numbers" />
<div class="heading">Connection</div>
<FormCheckboxField
name="connection.autoRefresh"