1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-19 17:54:14 +01:00

Fix docs: Update dt-init footerCallback example to include a default value

This commit is contained in:
Allan Jardine 2015-11-02 11:04:01 +00:00
parent ab982a537e
commit c2e59f43f6
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
5f519a3c6640ebc84d419b119502cc2fb75ea5bc
6428b379d0032663c26efbe11362064b90e019aa

View File

@ -43,7 +43,7 @@ $(document).ready(function() {
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
} );
}, 0 );
// Total over this page
pageTotal = api
@ -524,7 +524,7 @@ $(document).ready(function() {
.data()
.reduce( function (a, b) {
return intVal(a) + intVal(b);
} );
}, 0 );
// Total over this page
pageTotal = api