Prevent editing columns in grids in client apps

This commit is contained in:
Andrew Kingston 2023-08-22 11:31:38 +01:00
parent c936304410
commit eb7c12ba09
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@
canAddRows={allowAddRows}
canEditRows={allowEditRows}
canDeleteRows={allowDeleteRows}
canEditColumns={false}
canExpandRows={false}
canSaveSchema={false}
showControls={false}