1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Fix - example: Description for row id example contained the wrong link to dt-init rowId

This commit is contained in:
Allan Jardine 2015-09-10 10:00:25 +01:00
parent 898cdca4ff
commit 5e97621d74
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
9d55a24e0f9f7ae15cb34a2f7119368ddf6043f1
f44d0b7c0ec05390af21923878561e45a860f7bf

View File

@ -45,7 +45,7 @@ $(document).ready(function() {
<div class="info">
<p>Often when using server-side processing you will find that it can be useful to have a specific ID on each row (the primary key value from the database for
example). By assigning the ID you want to apply to each row using the property <code>DT_RowId</code> of the data source object for each row (this property name can
be configured using the <a href="//datatables.net/reference/option/idSrc"><code class="option" title="DataTables initialisation option">idSrc</code></a> option),
be configured using the <a href="//datatables.net/reference/option/rowId"><code class="option" title="DataTables initialisation option">rowId</code></a> option),
DataTables will automatically add it for you (note that this will work for Ajax and Javascript loaded data as well as for server-side processing).</p>
<p>In addition to <code>DT_RowId</code> there are other properties which perform similar actions - please refer to the <a href=