Novice here. I Used editor generator and it was easy. BUT how to mix these buttons?
Novice here. I Used editor generator and it was easy. BUT how to mix these buttons?
acdigital
Posts: 9Questions: 3Answers: 0
"tableTools": { "sRowSelect": "os", "aButtons": [
{ "sExtends": "editor_create", "editor": editor },
{ "sExtends": "editor_edit", "editor": editor },
{ "sExtends": "editor_remove", "editor": editor }
] }
"sDom": 'T<"clear">lfrtip',
"oTableTools": { "aButtons":
[ "copy", "print", { "sExtends": "collection", "sButtonText": "Save", "aButtons": [ "csv,", "xls", "pdf" ] ] } } );
} );
}(jQuery));
This discussion has been closed.
Answers
Hi,
The way to do it is to have just one
tableTools
option (btwoTableTools
andtableTools
are the same - just that the former has been updated for the 1.10 naming scheme).So you might have:
Regards,
Allan