Ensure rows can always be selected in grids in apps
This commit is contained in:
parent
a5f627e320
commit
303a7264b6
|
@ -163,6 +163,7 @@
|
|||
canEditColumns={false}
|
||||
canExpandRows={false}
|
||||
canSaveSchema={false}
|
||||
canSelectRows={true}
|
||||
showControls={false}
|
||||
notifySuccess={notificationStore.actions.success}
|
||||
notifyError={notificationStore.actions.error}
|
||||
|
|
Loading…
Reference in New Issue