Change layout of datatable items.
Change layout of datatable items.
didcomsergio
Posts: 15Questions: 4Answers: 0
i want to change the layout of my buttons, lenght menu and search bar. The lenght menu and the buttons overlaps
i couldnt replicate the exact same problem i have in my website.
https://live.datatables.net/vumiweqe/5/edit?html,console,output
Answers
Looks like you are using Bootstrap 5 in the test case but using the
dom
option for standard Datatables styling. See the example in the docs for usingdom
with Bootstrap 5 as it uses the grid system.Kevin