ColVis problem during datatables created in javascript
ColVis problem during datatables created in javascript
itajackass
Posts: 162Questions: 48Answers: 3
I've a datatable created only by javascript. (I've to create in this way... json data rows also is created in this way due to program limitation)
Construction work well, but there's a problem using ColVis:
If I hide, for example "STATO" column, then I want to show again...it pulls up at the end of the table!
This is my fiddle: http://jsfiddle.net/bbLjzspf/4042/
This discussion has been closed.
Replies
Hi @itajackass ,
Thanks for the fiddle. I just tried it, but it seems to be behaving for me. I...
Is this what you would expect? Or am I missing a step?
Cheers,
Colin
Hi, thanks for the reply. "STATO" header back to first position...but respective rows data get at the ends...
This isn't valid. The
columns.visible
option must be a boolean value (true or false).Allan
Thank you!!! Problem solved!!