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

Fix example: Index column API example had a typo

* This fixes DataTables/DataTables #482
This commit is contained in:
Allan Jardine 2015-01-22 10:22:13 +00:00
parent c7e18c4236
commit f4f8ca5632
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
4a0b6df610d635511aac53d45373232e2dc89ca4
1d2fed7953733c83437bac5b879592b7616ac13b

View File

@ -46,8 +46,8 @@ $(document).ready(function() {
<h1>DataTables example <span>Index column</span></h1>
<div class="info">
<p>A fairly common requirement for highly interactive tables which are displayed on the web is to have a column which with a 'counter' for the row number. This
column should not be sortable, and will change dynamically as the ordering and searching applied to the table is altered by the end user.</p>
<p>Highly-interactive tables often require a 'counter' column that contains the position in the table for each row. This column should not be sortable, and will
change dynamically as the ordering and searching applied to the table is altered by the end user.</p>
<p>This example shows how this can be achieved with DataTables, where the first column is the counter column, and is updated when ordering or searching occurs.
This is done by listening for the <a href="//datatables.net/reference/event/order"><code class="event" title="DataTables event">order<span>DT</span></code></a> and