Bug When Hide columns with DataTables 1.1.0

Bug When Hide columns with DataTables 1.1.0

sebgoesebgoe Posts: 3Questions: 0Answers: 0
edited February 2014 in Bug reports
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

Replies

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Hi

    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
  • sebgoesebgoe Posts: 3Questions: 0Answers: 0
    Thank a lot for this wonderfull work.
  • laaleshlaalesh Posts: 1Questions: 0Answers: 0
    edited February 2014
    Hi,

    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
  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    @laalesh - Not sure how that relates to the column visibility issue @sebgoe brought up, however, the 1.10 version of the demo your SO post refers to doesn't have that issue: http://next.datatables.net/examples/server_side/row_details.html

    Allan
This discussion has been closed.