hello
I'd like to create a table with several lines but I can not manually enter data such as in the examples of kitchen sink
I have to load those data from an xml file so I think I will have a function
can you give me an idea about a feature that could make it load a table from an xml file
thank you
1 Answer
Accepted Answer
You can get the data from the XML file, put it in tableViewRows and fill the tableview with those rows.
Check the kitchensink example 'xml_dom.js' or 'xml_rss.js' example. DOM shows you how to read the xml file.
I think the xml_rss file is more useful for you since it fills a tableview with an XML file.
Hope this helps you!
Tjeu
Your Answer
Think you can help? Login to answer this question!