O.P. ListViewControl
I have a listviewcontrol in my XML file for PLUS LIVE script.Like that;
<Control xsi:type="ListViewControl" Id="LstContacts">
and also I have some columns.
In my js file I want to fill this listview with some datas. I can just fill the first column but not second or other ones...
I use this functions for that;
plusWnd.LstView_AddItem("LstContacts",contact.Name,c);
How can I obtain ListView like a table which is filled within all columns?
|