1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Fix - example: Typo in Ajax with deep objects description

Thread 31330
This commit is contained in:
Allan Jardine 2015-11-17 11:14:51 +00:00
parent 4d25479434
commit 2ce2276f5c
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
700b2ea95e09f82b63962595edc78f25313ac925
0f04e507e903134ef84fe7761c9bc2a19116af06

View File

@ -43,7 +43,7 @@ $(document).ready(function() {
<section>
<h1>DataTables example <span>Nested object data (objects)</span></h1>
<div class="info">
<p>DataTables has the ability to use data from almost data JSON data source through the use of the <a href=
<p>DataTables has the ability to use data from almost any JSON data source through the use of the <a href=
"//datatables.net/reference/option/columns.data"><code class="option" title="DataTables initialisation option">columns.data</code></a> option. In its simplest
case, it can be used to read arbitrary object properties, but can also be extended to <em>n</em> levels of nested objects / arrays through the use of standard
Javascript dotted object notation. Each dot (<code>.</code>) in the <a href="//datatables.net/reference/option/columns.data"><code class="option" title=