[
https://jira.jboss.org/jira/browse/RF-4871?page=com.atlassian.jira.plugin...
]
Bob Mauranne commented on RF-4871:
----------------------------------
I added the .extdt-content modification but it doesn't work.
With firebug, i modified to 103% the height value of this div :
<div id="j_id36:transactionListComponent:innerd"
class="extdt-innerdiv" style="width: 100%; height: 100%;">
And the last ligned appeared. But when i add this in my page :
.extdt-innerdiv{
overflow-x:scroll !important;
overflow-y:hidden;
height: 103% !important;
}
it hides the horizontal scrollbar.
So i can't have at the same time the scrollbar and the last line !
Fyi, here's the code for my extendedDatatable in jsf :
<r:extendedDataTable id="transactionListComponent"
value="#{transactions}" var="tr" rows="100"
height="600px"
rowClasses="line_odd, line_even" selectedClass="list_selected_row"
headerClass="list_header"
enableContextMenu="false">
then 45 columns with 100px to 200px widths
ExtendedDataTable: add horizontall scrolling possibility
--------------------------------------------------------
Key: RF-4871
URL:
https://jira.jboss.org/jira/browse/RF-4871
Project: RichFaces
Issue Type: Feature Request
Components: component-tables
Affects Versions: 3.3.0
Reporter: Ilya Shaikovsky
Assignee: Piotr Buda
Fix For: 4.0.0.BETA1
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187120#...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira