Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3, 4.0
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Linux, Glassfish 4.X, IF 3.3 and 4.0
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
-
Community Contribution:Yes
Description
Currently, there is no selectall/deselectall javascript functionality for the ace:datatable. The only way to kind of do this is to use an ajax listener to modify the stateMap. This is not really acceptable because it forces you to do a submit...whereas simply selecting a single-row does not.
I personally would like a selectall to ONLY select those columns that are visible (so only on the page shown and only those not filtered), but an option to selectall visible and selectall would be okay as well.
I personally would like a selectall to ONLY select those columns that are visible (so only on the page shown and only those not filtered), but an option to selectall visible and selectall would be okay as well.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | icefaces-hacks.js [ 19886 ] |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.1 [ 11375 ] | |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Community Contribution | Yes [ 10020 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46319 | Thu Dec 03 09:50:29 MST 2015 | carmen.cristurean | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46324 | Thu Dec 03 15:57:22 MST 2015 | carmen.cristurean | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46325 | Thu Dec 03 16:02:28 MST 2015 | carmen.cristurean | |
Files Changed | ||||
![]() |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
The attached file, icefaces-hacks.js, is my current workaround for this functionality.