mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
Docs - fix: Show oSettings parameter in fnDrawCallback example - 9067
This commit is contained in:
parent
1d62b40f66
commit
dec097ef50
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -8141,7 +8141,7 @@
|
||||
* @example
|
||||
* $(document).ready( function() {
|
||||
* $('#example').dataTable( {
|
||||
* "fnDrawCallback": function() {
|
||||
* "fnDrawCallback": function( oSettings ) {
|
||||
* alert( 'DataTables has redrawn the table' );
|
||||
* }
|
||||
* } );
|
||||
|
@ -656,7 +656,7 @@ DataTable.defaults = {
|
||||
* @example
|
||||
* $(document).ready( function() {
|
||||
* $('#example').dataTable( {
|
||||
* "fnDrawCallback": function() {
|
||||
* "fnDrawCallback": function( oSettings ) {
|
||||
* alert( 'DataTables has redrawn the table' );
|
||||
* }
|
||||
* } );
|
||||
|
Loading…
x
Reference in New Issue
Block a user