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.