Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 4.0
-
Fix Version/s: 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces trunk, Tomcat
-
Assignee Priority:P3
Description
Example:
<ace:tableConfigPanel columnNameConfigurable="false"
columnOrderingConfigurable="true"
columnSortingConfigurable="false"
columnVisibilityConfigurable="true"
type="last-col" hideDisabledRows="true"
modal="true"/>
When rendered on the page, the sort order and name columns are still disabled (instead of un-rendered) even though hideDisabledRows="true"
Which means these two columns:
columnNameConfigurable="false"
columnSortingConfigurable="false"
shouldn't be rendered.
<ace:tableConfigPanel columnNameConfigurable="false"
columnOrderingConfigurable="true"
columnSortingConfigurable="false"
columnVisibilityConfigurable="true"
type="last-col" hideDisabledRows="true"
modal="true"/>
When rendered on the page, the sort order and name columns are still disabled (instead of un-rendered) even though hideDisabledRows="true"
Which means these two columns:
columnNameConfigurable="false"
columnSortingConfigurable="false"
shouldn't be rendered.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion