Not all the coulmns are visibile - just the first 7 columns

Not all the coulmns are visibile - just the first 7 columns

AmaniAmani Posts: 1Questions: 1Answers: 0
edited May 2016 in Free community support

I have a table (12 columns). However, no more than 7 columns could be seen. I used
var numCols= $('#entrys_table').DataTable().columns(':visible').nodes().length;
alert(numCols);
and it says "12".

How could I fix it? Any help is appreciated.

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

This discussion has been closed.