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:
parent
ab982a537e
commit
c2e59f43f6
@ -1 +1 @@
|
||||
5f519a3c6640ebc84d419b119502cc2fb75ea5bc
|
||||
6428b379d0032663c26efbe11362064b90e019aa
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user