Thanks for your help Fabian, I will have a look at these classes, I was quite sure that I was not using the right component!
I really love your work
Charlie

Fabian Jakobs a écrit :

Hi Charlie,

the list is not really suited to display a large amount of data because each list entry is a single widget. This gets really expensive in terms of memory and processor consumption for large data sets. You should take a look at the table, which dynamically renders the visible content and scales very good even for a very huge number of rows.

There is even a special filtered table model:

Demo: <http://demo.qooxdoo.org/current/demobrowser/#example~Table_4.html>
API: <http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.model.Filtered>


BTW, as Helder said, the current API viewer has such a dynamic filter in the search tab. We use the table there as well.

Best Fabian


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to