datatable-dsio-source.mustache revision a3b15d60042c81a524cebb94370e5a234a19d04b
6033N/A<script type="text/javascript">
6033N/AYUI().use("datasource-io", "datasource-xmlschema","datatable-base","datatable-datasource", function (Y) {
6033N/A ds = new Y.DataSource.IO({
6033N/A source:"../assets/datatable/ylocal.xml?"})
6033N/A .plug(Y.Plugin.DataSourceXMLSchema, {
6033N/A dt = new Y.DataTable.Base({columnset:cols, summary:"Chinese restaurants near 98089", caption:"Table with XML data from same-domain script"})
6033N/A .plug(Y.Plugin.DataTableDataSource, {datasource:ds, initialRequest:"zip=94089&query=chinese"});