Can I default hide column by difference table difference target
-
My website used spread sheet more one table.
and I need to use your plugin to hide…
• table1 > hide column 1 3 5…
• table2 > hide column 0 2 4 …
like this.
In plugin setting when I type
———–
{
“dom”: “B<‘clear’>lfrtip”,
“buttons”: [
“colvis”,
“copy”,
“csv”,
“print”
],
“paging”: false,
“columnDefs”: [
{
“visible”: false,
“targets”: 0
},
{
“visible”: false,
“targets”: 2
}
]
}
——–
It will force hide by default column 0 and 2 on both table1 and table2.
How I can do?Thank you.
The topic ‘Can I default hide column by difference table difference target’ is closed to new replies.