<h1>DataTables example <span>Ajax sourced data</span></h1>
<divclass="info">
<p>DataTables can read data from a server via Ajax, while still performing searching, ordering, paging etc on the client-side. This is done through use of the
<ahref="//datatables.net/reference/option/ajax"><codeclass="option"title="DataTables initialisation option">ajax</code></a> option, which has a number of
options to customise how the data is retrieved from the server.</p>
<p>The examples in this section demonstrate the use of Ajax loading data in DataTables, with client-side processing.</p>
</div>
</section>
</div>
<section>
<divclass="footer">
<divclass="gradient"></div>
<divclass="liner">
<divclass="toc">
<divclass="toc-group">
<h3><ahref="./index.html">Ajax</a></h3>
<ulclass="toc">
<li>
<ahref="./simple.html">Ajax data source (arrays)</a>
</li>
<li>
<ahref="./objects.html">Ajax data source (objects)</a>
</li>
<li>
<ahref="./deep.html">Nested object data (objects)</a>
</li>
<li>
<ahref="./objects_subarrays.html">Nested object data (arrays)</a>