Interesting. But btw, is component tree2 suitable for including scroll
widgets in place of common nodes when large expansion occurs ?
Say inside a node facet.
This would allow to scroll/page large nodes with controlled scale up.
Renzo
Andrew Robinson wrote:
FYI -- both IE and Mozilla based browsers are very slow with SELECT
controls, espically IE if they are large. Loading 500 SELECT controls
will not be good performance. This is probably a browser performance
issue instead of a JSF issue. I would consider re-architecting the UI
to avoid the SELECT controls or use some JavaScript magic (for
example, load a select control on mouse over of the row).
On 12/4/06, Sebastian Menge <[EMAIL PROTECTED]> wrote:
Hi
We want to use a treetable to display a tree of 500 nodes together with
a single-select dropdown for each node.
Are there any issues with such large trees? It slows everything down ...
Ideas?
Sebastian.