diff --git a/.datatables-commit-sync b/.datatables-commit-sync index 84aaf506..4aee4f02 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -04edbb66291de899fbc15015360a7fb0dd843a7c +a14242d918694f722d91a29ad706194b5723899e diff --git a/examples/server_side/row_details.html b/examples/server_side/row_details.html index c0b074fb..d40c284f 100644 --- a/examples/server_side/row_details.html +++ b/examples/server_side/row_details.html @@ -112,8 +112,8 @@ $(document).ready(function() {
The event handler makes use of the row().childDT
methods to firstly check if a
row is already displayed, and if so hide it, if not show it. The content of the child row is, in this
- example, defined by the formatDetails()
function, but you would replace that with whatever
- you wanted to show the content required, possibly including, for example, an Ajax call to the server to
+ example, defined by the format()
function, but you would replace that with whatever you
+ wanted to show the content required, possibly including, for example, an Ajax call to the server to
obtain the extra information to show. Note that the format details function has access to the full data
source object for the row, including information that is not actually shown in the table (the salary
parameter for example).