col vis dialog close
col vis dialog close
Is there an event for the column visibility dialog closed? I found "column-visibility.dt" for the columns individually what i am looking for is when the user has made all their selections and the dialog holding the buttons closes.
My thanks in advance.
This question has an accepted answers - jump to answer
Answers
No, there isn't, as you said the events trigger on each click off the columns rather than the opening or closing of the form. Since the visibility occurs on each click, there wouldn't be anything to do when the form does close, as all operations would have completed.
Out of interest, what would you want to trigger when the form does close? You should be able to use standard jQuery events for that.
Colin
I had these edit buttons that would not render on previously hidden rows intermittently. I did use jQuery to handle it in the end.