Not all the coulmns are visibile - just the first 7 columns
Not all the coulmns are visibile - just the first 7 columns
Amani
Posts: 1Questions: 1Answers: 0
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.
This discussion has been closed.
Answers
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