Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA, EE-3.3.0.GA_P03
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13570 - https://icesoft.my.salesforce.com/5007000001Q0ijp
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
Feature Request: Add a new "enhMultiple" selectionMode attribute value that will enable "Enhanced Multiple" row selection mode.
This mode matches the existing "enhMultiple" mode that ice:dataTable supported, which mimics a typical desktop UI for row selection, as follows:
- Single clicking the current row will select that row (not toggle), and deselect all other previously selected rows.
- However, if a the Ctrl/Command modifier key is held, then row selection is toggled on/off for that row and other previously selected rows remain selected.
- Additionally, holding the Shift modifier key will cause the range of rows between the last selected row and the current one to be selected.
This mode matches the existing "enhMultiple" mode that ice:dataTable supported, which mimics a typical desktop UI for row selection, as follows:
- Single clicking the current row will select that row (not toggle), and deselect all other previously selected rows.
- However, if a the Ctrl/Command modifier key is held, then row selection is toggled on/off for that row and other previously selected rows remain selected.
- Additionally, holding the Shift modifier key will cause the range of rows between the last selected row and the current one to be selected.
r47013: added new "enhMultiple" selection mode to ace:dataTable to the 4.0 trunk