fnFooterCallback the parameter "node" nrow is undefined

fnFooterCallback the parameter "node" nrow is undefined

tomy300tomy300 Posts: 16Questions: 2Answers: 0
edited October 2013 in DataTables 1.9
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

Replies

  • ezos86ezos86 Posts: 22Questions: 0Answers: 0
    Same prob here- anybody? Allan, any help here?
  • ezos86ezos86 Posts: 22Questions: 0Answers: 0
    Figured it out, need to make sure you have the tfooter already in your table.
This discussion has been closed.