SearchBuilder in Buttons not working with Bootstrap 3

SearchBuilder in Buttons not working with Bootstrap 3

JonathanHJonathanH Posts: 1Questions: 1Answers: 0

Link to test case:
http://live.datatables.net/mecosane/1/edit

Description of problem:
Without Bootstrap 3, it works fine. I click on the button and can configure the SearchBuilder.
With Bootstrap 3, the SearchBuilder dialog is too small and I cannot add conditions, because the dialog immediately closes.

Workaround
The workaround I've found was to manually load Button Bootstrap4 css-file (./datatables/Buttons-2.3.3/css/buttons.bootstrap4.css) file which somehow triggers the correct height of the dialog.

This issue was apparently also present in the past: https://datatables.net/forums/discussion/65930/searchbuilder-in-buttons-not-working-with-bootstrap-3

Sign In or Register to comment.