DataTable + DataSource.IO + XML Data

This example shows how to populate a DataTable with data from the Yahoo! Local webservice retrieved via a same-domain PHP proxy. First we create a DataSource.IO instance pointing to the proxy, then using the DataTableDataSource plugin we can load data for Chinese restaurants near our office.

In this example, we set the initialRequest value in the DataTableDataSource plugin constructor so that the initial data is loaded first and then the DataTable is rendered in a separate call.

Note: XML parsing currently has known issues on the Android WebKit browser.