reRendered datatable very slow
Hi,
I have a dataTable with around 100 rows. First time I build this table everythink goes fast.
There is a selectonemenu to reduce this range and an ajax4jsf:support to realize an rerender event on the page too.
Allways the table is rerendered all goes very slow. (I can see the slow count down of elements in statusbar (IE) )
Additional info. I have some litle icons in the table
Is there the possibility to cache the list or somethink else to accelerate the process?
<h:selectOneMenu value="#{myBean.value}"
><f:selectItem itemLabel="Foo" itemValue="" />
<f:selectItems value="#{myBean.allValues}" />
<a4j:support action="#{myBean.filter}" event="onchange" reRender="List" ajaxSingle="true" />
</h:selectOneMenu>
<h:dataTable id="Liste" var="row" value="#{bean.foo}" styleClass="table">
<ui:insert name="content" />
</h:dataTable>
Thanks
andi
Message was edited by:
hispeedsurfer

