how can i show the scroll bar for a data table , if it has more than 10 rows? I tried using div tag with style attribute defined some thing like below.
Apache MyFaces Tomahawk has a data scroller tag that can be paired with a data datable.
This is a page-by-page scroll. If you're looking for an interactive scroll bar, you'll need some sort of AJAX component, instead.
Customer surveys are for companies who didn't pay proper attention to begin with.
Venkata
Ranch Hand
Joined: Sep 07, 2007
Posts: 37
posted
0
Hi all,
I tried several combination.
1) surround the datatable with div tag - scroll bar is not displaying, but it takes the amount of specified width above the data table and that part appears blank.
2) surrounding the Panel grid with div tag - displays the scroll bar, but it takes height starting from table header, column headers and then columns, which is not good. And also it is taking the specified amount of height even there is no record or less records. I tried giving the percentage of height, then scrollbars not coming.
Can some one help me in resolving the issue??
Thanks in advance.
Ven
A. Dusi
Ranch Hand
Joined: Sep 27, 2004
Posts: 114
posted
0
Looks like you do not want the headers to scroll. In that case you should try separating header and the data into different tables. Use the scrollbar style only for the table showing the data. I remember that this topic was discussed previously in this forum. You may do a search for a better solution.
Also in order to hide the default height of the panelGroup when there are no /less records, you may try two separate panelGroups one with fixed height rendered when there are some specified records and one with no fixed height rendered when there are no/less records.