Hide Jquery Data-table filter drop-down option for particular column
Dear All,
I am using Jquery Data table to hide the filter drop-down for particular column .When I use the below lines it is hiding entire column instead of drop-down of that column .
Can any one please help me what I am missing to achieve my task
- $('#example').DataTable( {
- "columnDefs": [
- { "visible": false, "targets": 0 }
- ],
Srk