Problem with the function fnFooterCallback
Problem with the function fnFooterCallback
Hello, I have a problem with the function "fnFooterCallback". The code is the next:
$(document).ready(function() {
$('#example').dataTable( {
"fnFooterCallback": function( nFoot, aData, iStart, iEnd, aiDisplay ) {
var iTotal=1-1;
for ( var i=0 ; i
$(document).ready(function() {
$('#example').dataTable( {
"fnFooterCallback": function( nFoot, aData, iStart, iEnd, aiDisplay ) {
var iTotal=1-1;
for ( var i=0 ; i
This discussion has been closed.
Replies