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

@@ -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=