How to populate multiple columns in a list item
Hi. I understand that to add an item to a list I can
Tiggr('list').append('New item');
Tiggr('list').listview('refresh');
(or use Appery instead of Tiggr) but I have a grid in the list item and 5 columns all containing labels and 1 with an input field. How do I populate these ?