Hey Aleksey, 2010/2/27 Aleksey Chirkin <[email protected]>: > Hello! > > I made a model that takes data from the database as necessary, because > the table contains around 30000 lines, completely unload the data > would be very wasteful. I set my model on WTreeView and everything > worked fine. > > I had to disable Java Script, the process Wt was expend resources, and > the page in the browser did not open. > I reduced the number of table rows and the page opened, but WTreeView > lost scroll, and all the data loaded at once. > > I understand that Wt can not load the data at partly to ensure > loadable scrolling without Java Script, but this problem must somehow > solve, because it causes an unexpected burden on the process. Maybe > this should consider the option to "1 2 3 >" navigation mode as > graceful degradation.
You are right that WTreeView currently does not degrade gracefully, and I agree with your proposal. We need to turn this into a feature ticket. Regards, koen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
