Re: Wicket6 and big (100 rows) list with ajaxbehaviour: slow

2012-09-24 Thread Martin Grigorov
Hi, Which browser do you use ? I guess it is worst with IE. In general having a big table with many event listeners (inline or not) will lead to slower rendering. In our app we also need a table with many rows/columns and we use event delegation - there is only one event listener attached at the

Re: Wicket6 and big (100 rows) list with ajaxbehaviour: slow

2012-09-24 Thread obell
Hehe.. Forgot to check different browsers, and to my surprise the only browser with a significant slowdown is Chrome... :o) IE8 and Firefox had basically no difference in the timing... Good idea with the event listener on the table, but I would think that makes the java-code uglier? With my