Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

Hide column in main table for Editor

$
0
0

Is it possible to hide a column in the datatable used for the editor?

I have tried using in the .JS file:

"columnDefs": [
            {
                "targets": [ 0 ],
                "visible": false,
                "searchable": false
            }
        ],  

But it doesn't work.


Viewing all articles
Browse latest Browse all 3740