>Hi all!!
>I didn't find documented method of changing data in ListView.
>I use delete and create ListView when I need to update data.
>Is it correct?
You can code like this:
var ld = [];
var lc =
{
};
var lv = new qx.ui.listview.ListView(ld, lc);
Then ,when you got you
Sergei Kolomiets schrieb:
> Hi all!!
>
> I didn't find documented method of changing data in ListView.
> I use delete and create ListView when I need to update data.
> Is it correct?
No, you can simply modify the array you have defined as a data pool.
After the modification you must execute: l
Hi all!!
I didn't find documented method of changing data in ListView.
I use delete and create ListView when I need to update data.
Is it correct?
Thanks.
--
View this message in context:
http://www.nabble.com/Manipulating-data-in-ListView-tf2878845.html#a8045620
Sent from the qooxdoo-devel