Export with collection button with mColumns
Export with collection button with mColumns
jenu
Posts: 1Questions: 0Answers: 0
mColumns option not applying on export columns when using button with collections
It is working when I set individual buttons like 'sExtends':'csv'
Sample code is
[code]
"aButtons": [{
"sExtends": "collection",
"sButtonText": 'Export ',
"aButtons": [ "csv", "xls", "pdf" ],
"mColumns": "sortable"
}]
[/code]
Please give me solution
Thanks
It is working when I set individual buttons like 'sExtends':'csv'
Sample code is
[code]
"aButtons": [{
"sExtends": "collection",
"sButtonText": 'Export ',
"aButtons": [ "csv", "xls", "pdf" ],
"mColumns": "sortable"
}]
[/code]
Please give me solution
Thanks
This discussion has been closed.
Replies
Allan