Fixed header and Hiding Column Properties Together Problem

Fixed header and Hiding Column Properties Together Problem

ekbordoekbordo Posts: 12Questions: 8Answers: 0

Hello my friends;

I have used datatable two properties together. These are fixed header and hiding column. Separetely, these are working properly. But, together not working. For example;

Let; Col0, Col1, Col2 are my datatable columns.

Then;

{
      "targets": 2,
      "visible": false//i mean that i do not want to show Col2
}.

Normally, when fixed header not active, visible=false is fine. But, if fixed header is active, col2 is showing.

Any ideas?

Thanks.

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.