Grouping on 2 two levels with total

Grouping on 2 two levels with total

AlexDtTablesAlexDtTables Posts: 6Questions: 0Answers: 0
edited January 2013 in General
Hi everybody,

I try to create a table with two levels of grouping and a total by column.

I have created the two levels grouping by using this code :

[code]
"fnDrawCallback": function ( oSettings ) {
if ( oSettings.aiDisplay.length == 0 )
{
return;
}

var nTrs = jQuery(' tbody tr');
var sLastGroup = "";
var sLastGroup2 = "";
var sLastGroup2 = "";

for ( var i=0 ; i

Replies

  • AlexDtTablesAlexDtTables Posts: 6Questions: 0Answers: 0
    Hello,

    I have fixed my problem with a for boucle and append function :)

    Thank you !
This discussion has been closed.