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:
parent
b235c64c2a
commit
bebc9e516d
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@ -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() {
|
||||
|
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user