[richfaces-issues] [JBoss JIRA] Resolved: (RF-1306) Scrollable data Table - header icons are cut

Konstantin Mishin (JIRA) jira-events at lists.jboss.org
Thu Nov 8 13:01:44 EST 2007


     [ http://jira.jboss.com/jira/browse/RF-1306?page=all ]

Konstantin Mishin resolved RF-1306.
-----------------------------------

    Resolution: Done

> Scrollable data Table - header icons are cut
> --------------------------------------------
>
>                 Key: RF-1306
>                 URL: http://jira.jboss.com/jira/browse/RF-1306
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.0
>            Reporter: Maksim Kaszynski
>         Assigned To: Konstantin Mishin
>             Fix For: 3.2.0
>
>
> .sdt_col
> {
> 	font-family: Tahoma;
> 	font-size: 11px;
> 	color: #000000;
> 	text-decoration: none;
> 	text-align: center;
> 	vertical-align: middle;
> 	padding-left: 4px;
> 	padding-right: 4px;
> }	
> <rich:scrollableDataTable height="200px" rowKeyVar="rkv" frozenColCount="1"
> 				  binding="#{staffSDTableMan.sdTable}" selection="#{staffSDTableMan.scrollableDataTableSelection}"
> 				  rowClasses="sdt_row1,sdt_row2" selectedClass="sdt_row_selected" activeClass="sdt_row_active"
> 				  width="470px" id="staffDataTable" rows="#{amBean.employeeListMan.listSize}" columnClasses="sdt_col"
> 				  value="#{amBean.employeeListMan.staffEmployees}" var="employee" sortMode="single">
> Having all this, when I press on a column, to sort it, there should black arrow appear in the header, right? But there is only part of it, because of these paddings. Just try it by yourself.
> Tell me please, if it can be avoided somehow and I can safely use these paddings. Thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list