DataTable + DataSource.Get + JSON Data

This example shows how to populate a DataTable with data from the Yahoo! Local webservice retrieved via a YQL query. First we create a DataSource.Get instance pointing to YQL, then using the DataTableDataSource plugin we can load data for pizza places near our office.

In this example, we render the DataTable first, then load data into it in a separate call.