Column visibility button doesn't seem to work with bootstrap 5

Column visibility button doesn't seem to work with bootstrap 5

easynoweasynow Posts: 7Questions: 4Answers: 0
edited October 2022 in Free community support

I've setup a basic DataTables example using the column visibility button. This works fine when bootstrap isn't enabled, but when it is the modal showing the list of columns does not work, see example shown in JSfiddle, i.e. removing

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.2.0/css/bootstrap.min.css">

makes the button work, but it won't work with bootstrap.

https://jsfiddle.net/easynow/9yt0o6js/3/

This question has an accepted answers - jump to answer

Answers

Sign In or Register to comment.