after update buttons 1.4.2 to 1.5.1 colvis no longer works
after update buttons 1.4.2 to 1.5.1 colvis no longer works
erwinrichard
Posts: 16Questions: 5Answers: 0
in Bug reports
after upgrade to buttons 1.5.1, the colvis dropdown to select columns no longer opens on click. back to 1.4.2 with no other changes and it works again as expected.
bootstrap4 (4.0.0), datatables 1.10.16, editor 1.7.2.
still quite new to datatables so I might be missing something obvious.
This discussion has been closed.
Answers
It seemed to work okay here. Can you link to a test case showing the issue please?
Allan
Hi Allan, the problem seems to be that I had overwritten in my site.css.
.tabletop {
display: block;
overflow: hidden;
}
strange that the effects showed only with Buttons 1.5.1 but not with 1.4.2
I also noticed a small drawing glitch when colvis is not the last button in the list.
This discussion from a day or two ago covers that issue. Apparently its a limitation in Bootstrap 4 - the collection does need to be at the end.
Allan