Re: Dynamically adding rows to a html table

2010-05-05 Thread Igor Vaynberg
http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ -igor On Wed, May 5, 2010 at 8:17 AM, Gast, Thorsten wrote: > Hi, > > we have a list of search results which are displayed in a html table. One > entry per row. To see more details of a result, an ajax link

Re: Dynamically adding rows to a html table

2010-05-05 Thread Martin Makundi
I have noticed that with HTML tables you must often redraw table if you want to add or manipulate rows. ** Martin 2010/5/5 Gast, Thorsten : > Hi, > > we have a list of search results which are displayed in a html table. One > entry per row. To see more details of a result, an ajax link should tr

Dynamically adding rows to a html table

2010-05-05 Thread Gast, Thorsten
Hi, we have a list of search results which are displayed in a html table. One entry per row. To see more details of a result, an ajax link should trigger a rendering of a new table row () directly beneath the selected entry. In a first approach we rendered a hidden table row (with wicket:id) whi