Hi, I have done something like this before. I used a <table> in my case but you can use another HTML element. The initial layout is: -table --tbody ---tr ---tr .... ---tr --tbody (id + style=display:none) --tfoot ---tr ----a (Show more link)
i.e. the first tbody shows the items, the second tbody is a placeholder and the tfoot has the 'show' link When the link is clicked the server returns markup like: --tbody ---tr ---tr .... ---tr --tbody (id + style=display:none) which replaces the placeholder tbody. When there are no more entries the last Ajax response also hides the tfoot. On Fri, Apr 12, 2013 at 11:36 PM, Raul <[email protected]> wrote: > Nick, I sensed that the solution was going to use Javascript, my question > was > if there was any easier than the framework could provide. Select2 prove. > > Alexy single client solution does not help me as I have a large volume of > data. > > Regards and thanks for the guidance. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Update-ListView-with-Ajax-performance-tp4657948p4657951.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
