1
0
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:
Allan Jardine 2012-03-26 07:50:38 +01:00
parent 1d62b40f66
commit dec097ef50
2 changed files with 2 additions and 2 deletions

View File

@ -8141,7 +8141,7 @@
* @example
* $(document).ready( function() {
* $('#example').dataTable( {
* "fnDrawCallback": function() {
* "fnDrawCallback": function( oSettings ) {
* alert( 'DataTables has redrawn the table' );
* }
* } );

View File

@ -656,7 +656,7 @@ DataTable.defaults = {
* @example
* $(document).ready( function() {
* $('#example').dataTable( {
* "fnDrawCallback": function() {
* "fnDrawCallback": function( oSettings ) {
* alert( 'DataTables has redrawn the table' );
* }
* } );