Bug When Hide columns with DataTables 1.1.0
Bug When Hide columns with DataTables 1.1.0
sebgoe
Posts: 3Questions: 0Answers: 0
Hello
Many thanks for your work.
When I hides a Columns with Colvis, if there are button with jquery ui applied then when you show this columns all jqueryui applied are lost . This bug not exist in datatable 1.9.4
My DataTables debugger http://debug.datatables.net/oxotoc
Example http://live.datatables.net/oYOW/2
if you click on button before hide the column salary you see alert "ok" but if you hide and show columns then if you click nothing happens
Sébastien
Many thanks for your work.
When I hides a Columns with Colvis, if there are button with jquery ui applied then when you show this columns all jqueryui applied are lost . This bug not exist in datatable 1.9.4
My DataTables debugger http://debug.datatables.net/oxotoc
Example http://live.datatables.net/oYOW/2
if you click on button before hide the column salary you see alert "ok" but if you hide and show columns then if you click nothing happens
Sébastien
This discussion has been closed.
Replies
Nice one - thanks for letting me know about this. I've just committed a fix: https://github.com/DataTables/DataTablesSrc/commit/efedff77
Your example updated: http://live.datatables.net/oYOW/3/edit
Regards,
Allan
Is this also a bug, which is posted here. I am using 1.9.4 version.
http://stackoverflow.com/questions/21584090/datatables-table-sorting-applying-on-next-element
Allan