Exporting Grand Total Rows
Exporting Grand Total Rows
For some reason, only the subtotal is being exported. Off the top of your head, can you think of how this could happen?
[code]
"fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) {
/* Calculate Total */
var ptdParkingFees_grand = 0;
var parkingFees_grand = 0;
for ( var i=0 ; i
[code]
"fnFooterCallback": function ( nRow, aaData, iStart, iEnd, aiDisplay ) {
/* Calculate Total */
var ptdParkingFees_grand = 0;
var parkingFees_grand = 0;
for ( var i=0 ; i
This discussion has been closed.
Replies
Allan
Do you have any quick explanation, tips, advice Allan?
It would be helpful for me when I start making changes.
Allan
Allan