Quantcast
Channel: Free community support — DataTables forums
Viewing all articles
Browse latest Browse all 35377

TableTools - Define export columns programmatically

$
0
0

Hi

I know I can define columns to export with: "mColumns": [0,1,3,4,5,6,11,12] inside "aButtons".

But I need to define colums to export programmatically depending on user profile.

I know I can use: "fnClick": function( nButton, oConfig, flash ) { ... this.fnGetTableData(oConfig); }

to catch event ad do something. But how can I "modify" the oConfig object to define that?

thanks


Viewing all articles
Browse latest Browse all 35377

Trending Articles