SearchBuilder with Button Initialisation and Bootstrap 4 problem

SearchBuilder with Button Initialisation and Bootstrap 4 problem

sloloslolo Posts: 33Questions: 6Answers: 0

Link to test case: http://live.datatables.net/cadotula/1/edit
Debugger code (debug.datatables.net):
Error messages shown: No error message
Description of problem: Hello,

If you have a look to the test case, when clicking on "Search Builder" button, you can see that the opened window is anormaly shifted to the left.

If you replace in the code

    dom: "<'row'<'col-2'l><'col-7 text-center'B><'col-3'f>><'row'<'col-5'i><'col-7'p>><'row'<'col-12'tr>><'row'<'col-sm-5'i><'col-7'p>>",

by

    dom: "Bfrtip",

It works as expected.

What's wrong with my code?

Thank's in advanced for your help and have a nice day.

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Looks like an error in our alignment code - thanks for letting me know about this. I'll get a fix in when I'm back in the office.

    Allan

  • sloloslolo Posts: 33Questions: 6Answers: 0

    Hello allan,

    Any news about this fix?

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    Apologies, not yet. I've hurt my back and am laid up at the moment. Still working, but getting through things much slower than I'd like. It's still on my list!

    Allan

  • sloloslolo Posts: 33Questions: 6Answers: 0

    Hi Allan,

    Thank you for your reply. There is no problem.
    Rest well first and foremost. Health is the most important.

    Best regards.

Sign In or Register to comment.