bootstrap4: column visibility plugin style glitch

bootstrap4: column visibility plugin style glitch

GroupsDiscussionGroupsDiscussion Posts: 2Questions: 0Answers: 0

You can observe the style glitch here:

https://datatables.net/extensions/buttons/examples/split/bootstrap4.html

just click on "Column visibility", can you please suggest a workaround?

thanks

Replies

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

    Thank you. Fix committed here.

    In the meantime, add:

    div.dt-button-collection {
      width: 218px;
    }
    

    to your CSS to address this.

    Regards,
    Allan

  • GroupsDiscussionGroupsDiscussion Posts: 2Questions: 0Answers: 0

    Thanks for the quick fix

Sign In or Register to comment.