fnFooterCallback and hidden column
fnFooterCallback and hidden column
Hi again ...
when i try to use the hidden column feature with the fnFooterCallback , i get an ERROR that is 1 is null or not an object which is in this line
for ( var i=0 ; i
when i try to use the hidden column feature with the fnFooterCallback , i get an ERROR that is 1 is null or not an object which is in this line
for ( var i=0 ; i
This discussion has been closed.
Replies
I presume that aaData is the second parameter that is being passed into fnFooerCallback? If so, then this derived from _fnGetDataMaster() which simply loops over the oSettings.aoData array and fills up an array with information about each row.
When you get this error, has the display updated to show the 6 rows that you are expecting to see? Any chance you could post a link?
Regards,
Allan