Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7RC1
-
Fix Version/s: 1.7
-
Component/s: ICE-Components
-
Labels:None
-
Environment:icefaces
Description
The current implementation of scrollable dataTable does not allow the stying of the parent header table div. The elements that the component renders looks like the following:
<div>
<div> // propose we add a style here.
<table/> // header
</div>
<div>
<table/> //body
</div>
</div>
I'm hoping that we can add a style to the div that wraps the header table. This will allow for more flexible styling options when using scrollHeight attribute on dataTable.
Here are proposed style sheet entries for our themes.
rime.css
.iceDatTblScrlSpr{
background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
border-top: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
}
royal.css
.iceDatTblScrlSpr{
background: url( './css-images/table_col_header.gif' ) repeat-x top left;
border-top: 1px solid #026AFF;
border-right: 1px solid #026AFF;
}
xp.css
.iceDatTblScrlSpr{
background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
<div>
<div> // propose we add a style here.
<table/> // header
</div>
<div>
<table/> //body
</div>
</div>
I'm hoping that we can add a style to the div that wraps the header table. This will allow for more flexible styling options when using scrollHeight attribute on dataTable.
Here are proposed style sheet entries for our themes.
rime.css
.iceDatTblScrlSpr{
background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
border-top: 1px solid #d9d9d9;
border-right: 1px solid #d9d9d9;
}
royal.css
.iceDatTblScrlSpr{
background: url( './css-images/table_col_header.gif' ) repeat-x top left;
border-top: 1px solid #026AFF;
border-right: 1px solid #026AFF;
}
xp.css
.iceDatTblScrlSpr{
background: url( './css-images/table_col_header.gif' ) repeat-x bottom left;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
}
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16239 | Thu Apr 03 10:22:25 MDT 2008 | patrick.corless | |
Files Changed | ||||
![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16236 | Thu Apr 03 07:54:13 MDT 2008 | adnan.durrani | comments added related to |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16235 | Thu Apr 03 07:43:50 MDT 2008 | adnan.durrani | Fix for |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |