1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00

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

View file

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