Hi everyone,
I am using TableTools and I have already discovered many usefuls features.
I have a an HTML table which use TableTools. The first column is used for a link which clicked loads a new pages for details about
the record so I don't want this column to be exported.
I already read the documentation about mColumns and the array argument, eg : [1, 2, 3, 4...]. But the matter is that i can also hide columns (dynamically) and I don't want the hidden columns to be exported.
So how can I combine the argument "visible" and the array for mColumns? Is it possible or is there another method?
Thank You,
PS: Sorry for mistakes if there are any...
I am using TableTools and I have already discovered many usefuls features.
I have a an HTML table which use TableTools. The first column is used for a link which clicked loads a new pages for details about
the record so I don't want this column to be exported.
I already read the documentation about mColumns and the array argument, eg : [1, 2, 3, 4...]. But the matter is that i can also hide columns (dynamically) and I don't want the hidden columns to be exported.
So how can I combine the argument "visible" and the array for mColumns? Is it possible or is there another method?
Thank You,
PS: Sorry for mistakes if there are any...