That's right, but if the user wants to sort the data in another way, it takes to much time to ask the database again. Trust me, I tried it. Database design it's very complicated and each query has to join at least five tables.
On 8 Apr., 14:36, Diego Lovison <[email protected]> wrote: > you have 1000000... > the time to order in database is more fast that you return 100000 and > sort on a client side... > ;) > > On 8 abr, 10:30, Musicman75 <[email protected]> wrote:> I don't > want to render 100000 rows, that's why I use the celltable and > > it's paging functionality. > > To handle the whole datatable on client side (sorting, filtering, ..) > > without server calls every time. > > > CellTable can handle a big amount of data, the only thing I miss is > > column resizing on mouse dragging. > > > GXT, SmartGWT look nice, but the datastructure needed to fit with this > > framework isn't useful for me and I don't want to use third party > > libraries in my project. > > > On 8 Apr., 15:18, Diego Lovison <[email protected]> wrote: > > > > If you would like rende 10000000 rows I suggest you use lazy render... > > > you can find this in gxt and smartgwt > > > > On 8 abr, 09:23, Gal Dolber <[email protected]> wrote: > > > > > why would you want to render 100000 rows? :) > > > > > On Fri, Apr 8, 2011 at 4:02 AM, Musicman75 > > > > <[email protected]>wrote: > > > > > > @Sky > > > > > Nice idea to include resizing on mouse dragging. > > > > > > Any implementation available? > > > > > I checked out the ScrollTable from incubator, but it's too slow > > > > > (rendering with more than 100000 rows is impossible). > > > > > > The resizing functionallity from the Scrolltable implemented together > > > > > with CellTable would be a great thing. > > > > > > Thanks > > > > > Stephan > > > > > > On 17 Feb., 10:35, dflorey <[email protected]> wrote: > > > > > > Did you check out the tables in the gwt incubator? They support > > > > > > resizing > > > > > of > > > > > > columns, fixed headers etc. > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > > Groups > > > > > "Google Web Toolkit" group. > > > > > To post to this group, send email to > > > > > [email protected]. > > > > > To unsubscribe from this group, send email to > > > > > [email protected]. > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/google-web-toolkit?hl=en. > > > > > -- > > > > Guit: Elegant, beautiful, modular and *production ready* gwt > > > > applications. > > > > >http://code.google.com/p/guit/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
