wicketstuff datatabes /jQuery Datatables

2018-05-31 Thread trlt
Hi, I'm using DemoDatatable in wicketstuff package to develop a table with large amount of data (>= 10,000 rows) to display. Can anyone point me to the right direction as how to implement server side processing? I've already implemented a SortableDataProvider, but I am not too sure how to

wicketstuff datatabes /jQuery Datatables

2018-05-31 Thread trlt
Hi, I'm using DemoDatatable in wicketstuff package to develop a table with fair amount of data (>= 10,000 rows) to display. Can anyone point me to the right direction as how to implement this with server side processing? I've already implemented a SortableDataProvider, but I am not too sure how

Re: wicketstuff datatabes /jQuery Datatables

2018-05-31 Thread Martin Grigorov
Hi, Please check the example. https://github.com/wicketstuff/core/blob/1fa257603ed918d54a32f0e92bd949aa86afb65c/datatables-parent/datatables-examples/src/main/java/org/wicketstuff/datatables/demo/infiniteScroll/VirtualScrollDemoResourceReference.java#L38 Here you can use the page parameters to

Re: How to use language/locale from url without creating a session?

2018-05-31 Thread Bas Gooren
Thank you, Martin! That’s an interesting way to fix this. Didn’t think of that, and it fits quite well with our current code, too. We can put our own “requestedLocale” field in our WebSession subclass, and use that if the session is temporary. Thanks! Met vriendelijke groet, Kind regards,

REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan
Hello Apache Supporters and Enthusiasts This is a reminder that our Apache EU Roadshow in Berlin is less than two weeks away and we need your help to spread the word. Please let your work colleagues, friends and anyone interested in any attending know about our Apache EU Roadshow event. We

Re: Paint UI before starting long running tasked

2018-05-31 Thread Zbynek Vavros
I did used a nasty way by using AjaxLazyLoadPanel and providing my custom loading as both - lazy load component (with code in renderHead) and loading component (empty renderHead) . Not the most elegant way but from user point of view its ideal :) Zbynek On Thu, May 31, 2018, 16:25 Martin

Re: Paint UI before starting long running task

2018-05-31 Thread Martin Grigorov
On Wed, May 30, 2018 at 6:00 PM, Zbynek Vavros wrote: > Hey, > > this is weird, I can see the Ajax loading during renderHead() processing > and then switch to my loading. > > Maybe I could describe what I'm doing in more details (with > AjaxLazyLoadPanel being used): > Loader from