Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.7.1
-
Fix Version/s: 1.7.2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
Support Case References:
-
Workaround Exists:Yes
-
Workaround Description:use headerClasses instead of headerClass
Description
The headerClass attribute of the dataTable doesn't apply the correct styles for each table header column. The rendered output looks like the following:
<th class="iceDatTblColHdr1 header1 header2 header3 header4 header5 header6 header7 header8 header9" style="overflow: hidden; width: 35px;">
Using the headerClasses attribute instead works as expected.
<th class="iceDatTblColHdr1 header1 header2 header3 header4 header5 header6 header7 header8 header9" style="overflow: hidden; width: 35px;">
Using the headerClasses attribute instead works as expected.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This is not a bug, its an expected behavior. Please read the description of the headerClass attribute, taken from the JSF tlddocs.
"Space-separated list of CSS style class(es) that will be applied to any header generated for this table."
headerClass takes space separated style class names, for extension only.
I am attaching the snapshot taken by the SUNRI only. It has the same result.