Why your dataTable will hide columns

Поділитися
Вставка
  • Опубліковано 19 вер 2024
  • Here you will see that the hidden columns on the display page have comeback after making changes in the script code.
    "columnDefs": [{
    "targets": [0], //will hide the first column
    "visible": true, //will hide the first column if set to false
    "searchable": false
    }],
    you can put [0,2,4] etc to show hide columns

КОМЕНТАРІ •