From 5e97621d74832141eb90cad5d443ecd889946dcb Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Thu, 10 Sep 2015 10:00:25 +0100 Subject: [PATCH] Fix - example: Description for row id example contained the wrong link to `dt-init rowId` --- .datatables-commit-sync | 2 +- examples/server_side/ids.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 526fd146..fea4deed 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -9d55a24e0f9f7ae15cb34a2f7119368ddf6043f1 +f44d0b7c0ec05390af21923878561e45a860f7bf diff --git a/examples/server_side/ids.html b/examples/server_side/ids.html index 20b2528c..38224657 100644 --- a/examples/server_side/ids.html +++ b/examples/server_side/ids.html @@ -45,7 +45,7 @@ $(document).ready(function() {

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 DT_RowId of the data source object for each row (this property name can - be configured using the idSrc option), + be configured using the rowId 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).

In addition to DT_RowId there are other properties which perform similar actions - please refer to the