Prevent editing columns in grids in client apps
This commit is contained in:
parent
c936304410
commit
eb7c12ba09
|
@ -50,6 +50,7 @@
|
|||
canAddRows={allowAddRows}
|
||||
canEditRows={allowEditRows}
|
||||
canDeleteRows={allowDeleteRows}
|
||||
canEditColumns={false}
|
||||
canExpandRows={false}
|
||||
canSaveSchema={false}
|
||||
showControls={false}
|
||||
|
|
Loading…
Reference in New Issue