You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though I understand the logic behind the ctrl-click to toggle individual rows, this may not be intuitive to users in some scenarios. Gmail is one of many examples where no meta keys are required to select/deselect individual rows.
The existing behavior of course remains the default, but this tweak enables overriding it by setting lt-body property multiSelectRequiresKeyboard to false. Note: the shift click to select several consecutive rows behavior is unchanged in any event.
If there is interest and amenability, I would be happy to add testing and make a proper PR here in /offirgolan/ember-light-table.
The text was updated successfully, but these errors were encountered:
Though I understand the logic behind the
ctrl
-click to toggle individual rows, this may not be intuitive to users in some scenarios. Gmail is one of many examples where no meta keys are required to select/deselect individual rows.I've added a configuration option to permit this behavior on a fork at /bargar/ember-light-table.
The existing behavior of course remains the default, but this tweak enables overriding it by setting
lt-body
propertymultiSelectRequiresKeyboard
tofalse
. Note: theshift
click to select several consecutive rows behavior is unchanged in any event.If there is interest and amenability, I would be happy to add testing and make a proper PR here in /offirgolan/ember-light-table.
The text was updated successfully, but these errors were encountered: