As a requirement i have two datatables for the same List. Can I use one datascroller to control both the tables. Please help me on solving this.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This could be solved easily in HTML but not in JSF; In JSF the two lists are completely separate things. My guess is that you must look at the source code of the JSF list implementation and create your own UI component from that. Create one which creates the list without the scrollbar and then wrap those in a kind of "scrolled area" (i.e. a |
|||
|