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

Maksim Kaszynski (JIRA) jira-events at lists.jboss.org
Tue Nov 6 12:59:49 EST 2007


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