fnFooterCallback the parameter "node" nrow is undefined
fnFooterCallback the parameter "node" nrow is undefined
tomy300
Posts: 16Questions: 2Answers: 0
Hi,
I would like to know why tje parameter nrow in my code is already at undefined and this cause an error.
[code]
fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) {
/*
* Calculate the total market share for all browsers in this table (ie inc. outside
* the pagination)
*/
var iTotal = 0;
for ( var i=0 ; i
I would like to know why tje parameter nrow in my code is already at undefined and this cause an error.
[code]
fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) {
/*
* Calculate the total market share for all browsers in this table (ie inc. outside
* the pagination)
*/
var iTotal = 0;
for ( var i=0 ; i
This discussion has been closed.
Replies