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

erwinricharderwinrichard Posts: 16Questions: 5Answers: 0

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.

Answers

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    It seemed to work okay here. Can you link to a test case showing the issue please?

    Allan

  • erwinricharderwinrichard Posts: 16Questions: 5Answers: 0

    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

  • erwinricharderwinrichard Posts: 16Questions: 5Answers: 0

    I also noticed a small drawing glitch when colvis is not the last button in the list.

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    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

This discussion has been closed.