Hello,
I'm trying to hide the first column of my datatable. I don't need to display that information in that column but I need to consult for certain functions with javascript. My trouble is when I use the attribute:
"columnDefs": [
{
"targets": [ 0 ],
"visible": false
}
the column also remove of HTML DOM and I don't want that.
I already tried hidding with CSS but it's not working.
I would be really grateful if someone help me with this, please!
↧
Hide a column
↧