Is there a way in Bootstrap 4 to place the search box on the top right of the table?
Is there a way in Bootstrap 4 to place the search box on the top right of the table?
snickel65
Posts: 1Questions: 1Answers: 0
In Bootstrap 3, the search box was automatically placed on top right of the table. Now in bootstrap 4 it appears on top left along with all the other elements of the table. It appears smothered by the other elements. Can I move it to the top right?
This discussion has been closed.
Answers
Seems to work the way you want in this example:
https://datatables.net/examples/styling/bootstrap4.html
Seems to be something specific to your environment. Can you post a link to your page or a test case replicating the issue?
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin