Bootstrap 3 styled colvis button flickers if inside button collection
Bootstrap 3 styled colvis button flickers if inside button collection
Demo:
https://jsbin.com/notadabito/edit?
I notice it doesn't happen in the following three cases:
1) When the button collection around the buttons is removed.
2 When the "autoClose:" option of the button container is changed to false.
3) When an older version (1.2.2) of 'dataTables.buttons.min.js' is used instead of the current.
I have used other stylings without this problem happening.
Is there any way to to make the nested colvis button work properly while keeping the button collection/ autoclose: true/ current plugin version/bootstrap3 styling?