Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All environments
-
ICEsoft Forum Reference:
Description
Current component for ace:tableConfigPanel supports olumnNameConfigurable, columnOrderingConfigurable, etc. at Table Level.
That is - if we have specified the above mentioned attributes in the tag, all the columns under the table (having not set congfigurable="flase") can be configured via above attributes.
Now, we don't have any attributes/way to configure the same at column level i.e. if we want to allow a column to be sortable but dosn't want user to change the order/name or visibility of the same.
inshort, we would like to have more granular control over the table configurable properties instead of setting the same globally.
That is - if we have specified the above mentioned attributes in the tag, all the columns under the table (having not set congfigurable="flase") can be configured via above attributes.
Now, we don't have any attributes/way to configure the same at column level i.e. if we want to allow a column to be sortable but dosn't want user to change the order/name or visibility of the same.
inshort, we would like to have more granular control over the table configurable properties instead of setting the same globally.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.1 [ 11375 ] |
Affects Version/s | 3.0 [ 10241 ] | |
Affects Version/s | 3.1 [ 10312 ] | |
Affects Version/s | 3.2 [ 10338 ] | |
Affects Version/s | 3.3 [ 10370 ] |
Assignee | Ken Fyten [ ken.fyten ] |
Assignee Priority | P3 [ 10012 ] |
Assignee | Ken Fyten [ ken.fyten ] | |
Assignee Priority | P3 [ 10012 ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | 4.1 [ 11375 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.3 [ 13096 ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Assignee | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52222 | Thu Jan 18 12:25:10 MST 2018 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52223 | Fri Jan 19 09:40:25 MST 2018 | art.zambrano | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52429 | Thu May 03 10:23:22 MDT 2018 | art.zambrano | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
One obvious way to approach this would be to add the following attributes that already exist on the ace:tableConfigPanel component to the ace:column component:
When specified on the ace:column they would override the "global" settings on the ace:tableConfigPanel for that column.