exclude columns from export
exclude columns from export
kaiiser
Posts: 9Questions: 0Answers: 0
Hi Allen (and everybody else),
i got a DataTable containing a lot of attendee-related data and 2 columns displaying different types of date & time. I need one for my export (the data is feeded into a access-app) and the other one for sorting in the DataTable. My problem is now, that i could not find any way to exclude columns from the export.
Could you lend me a helping hand?
Thanks a lot!
i got a DataTable containing a lot of attendee-related data and 2 columns displaying different types of date & time. I need one for my export (the data is feeded into a access-app) and the other one for sorting in the DataTable. My problem is now, that i could not find any way to exclude columns from the export.
Could you lend me a helping hand?
Thanks a lot!
This discussion has been closed.
Replies
Allan
thanks for your answer. I hope future version come fast. :)
wish you best! K.
I am inserting a row using the code below. Is there a way to have that row displayed when using TableTools?
[code]
"fnDrawCallback": function ( oSettings ) {
if ( oSettings.aiDisplay.length == 0 )
{
return;
}
var nTrs = $('#savedreports tbody tr');
var iColspan = nTrs[0].getElementsByTagName('td').length;
var sLastGroup = "";
for ( var i=0 ; i