From 127339549e90abbab40cd5b24a182801a3f13ed9 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Tue, 9 Aug 2011 21:52:28 +0100 Subject: [PATCH] Fix: Examples - Typo for aaData reference - 6096 --- examples/data_sources/ajax.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data_sources/ajax.html b/examples/data_sources/ajax.html index 5ccdd38a..0ede07d2 100644 --- a/examples/data_sources/ajax.html +++ b/examples/data_sources/ajax.html @@ -27,7 +27,7 @@

Preamble

-

Although DataTables is built from the principle of progressive enhancement, it is often useful to be able to construct a table from an AJAX source. This can be done in one of two ways - either using the aData initialisation parameter which takes an array of data, or using the sAjaxSource initialisation parameter which will have DataTables go to that source with an XHR call and load data from there. This example shows the latter method in action. DataTables expects an object with an array called "aaData" with the data source.

+

Although DataTables is built from the principle of progressive enhancement, it is often useful to be able to construct a table from an AJAX source. This can be done in one of two ways - either using the aaData initialisation parameter which takes an array of data, or using the sAjaxSource initialisation parameter which will have DataTables go to that source with an XHR call and load data from there. This example shows the latter method in action. DataTables expects an object with an array called "aaData" with the data source.

Live example