2012/5/7 jm130794 <[email protected]>: > Le 06/05/2012 21:23, Wim Dumon a écrit : >> hello jean-michel, >> >> surfing to any of our depoyed examples with JavaScript disabled should >> show you a WTableView with paging bar. >> >> Online, you can go to the charts example >> (http://www.webtoolkit.eu/wt/examples/charts/charts.wt), and you'll >> see them in the second table. >> >> Best regards, >> Wim >> >> > Hello Wim, > > Ok, but how to use limit and offsetSQL instructions with a WTableView ? > I don't want to load all rows from my query... We can to that with ExtJS > or others Javascript libraries. >
WTableView handles this automatically. When JavaScript is available, only the visible part of the table will be queried. As the user scrolls, the browser will fetch the necessary requests to load more data from the model. This means that your page will render fast, and memory and CPU consumption will be minimal both on the server and the client. Best regards, Wim. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
