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
1 changed files with 1 additions and 0 deletions

View File

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