• Resolved belonbally

    (@belonbally)


    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.

Viewing 1 replies (of 1 total)
  • Plugin Author Meitar

    (@meitar)

    You can hide columns in a number of ways, described by the “Can I remove certain columns from appearing on my webpage?” question in this plugin’s FAQ section. For help on using DataTables (like you’re trying to do), refer to the DataTables support forum, as described and (repeatedly) linked to in the “DataTables question? Try the DataTables forum before posting here” sticky thread of this support forum.

Viewing 1 replies (of 1 total)

The topic ‘Can I default hide column by difference table difference target’ is closed to new replies.