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

Documentation update for fnDrawCallback - it does actually get a parameter - the settings object

This commit is contained in:
Allan Jardine 2011-12-14 14:12:48 +00:00
parent b235c64c2a
commit bebc9e516d
2 changed files with 2 additions and 0 deletions

View File

@ -7887,6 +7887,7 @@
* This function is called on every 'draw' event, and allows you to
* dynamically modify any aspect you want about the created DOM.
* @type function
* @param {object} oSettings DataTables settings object
*
* @example
* $(document).ready( function() {

View File

@ -578,6 +578,7 @@ DataTable.models.oInit = {
* This function is called on every 'draw' event, and allows you to
* dynamically modify any aspect you want about the created DOM.
* @type function
* @param {object} oSettings DataTables settings object
*
* @example
* $(document).ready( function() {