preserving the format
preserving the format
ppanta
Posts: 16Questions: 0Answers: 0
Hi Allan,
I have done row grouping with the following snippet:
"fnDrawCallback": function ( oSettings ) {
if ( oSettings.aiDisplay.length == 0 )
{
return;
}
var nTrs = $('#my_summary_data_table tbody tr');
var iColspan = nTrs[0].getElementsByTagName('td').length;
var sLastGroup = "";
for ( var i=0 ; i
I have done row grouping with the following snippet:
"fnDrawCallback": function ( oSettings ) {
if ( oSettings.aiDisplay.length == 0 )
{
return;
}
var nTrs = $('#my_summary_data_table tbody tr');
var iColspan = nTrs[0].getElementsByTagName('td').length;
var sLastGroup = "";
for ( var i=0 ; i
This discussion has been closed.
Replies
Allan
ya I have been using TableTools export.
I am learning DataTables (A wonderful tool). So not much familiar with xlsx script.
Can you please provide an arbitrary example of script for the sever side "xlsx".
I would appreciate.
Allan