1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Ensure rows can always be selected in grids in apps

This commit is contained in:
Andrew Kingston 2024-05-13 13:54:14 +01:00
parent a5f627e320
commit 303a7264b6

View file

@ -163,6 +163,7 @@
canEditColumns={false}
canExpandRows={false}
canSaveSchema={false}
canSelectRows={true}
showControls={false}
notifySuccess={notificationStore.actions.success}
notifyError={notificationStore.actions.error}