mkhairi / jquery-datatables

Jquery datatables ruby gems for assets pipeline
https://datatables.net/
Other
75 stars 18 forks source link

button placement with bs4 #18

Closed philsmy closed 4 years ago

philsmy commented 4 years ago

Very basic setup with this gem and using bootstrap 4 (all done through the generators here).

Calling a table like this:

$("#dataTables-emails").DataTable({
 dom: "Bfrtip"
});

And the buttons and search field are mis-aligned (as are the info and pagination in the footer). How to fix this issue?

Chrisgo-75 commented 2 years ago

@philsmy Hi Phil. Thanks for your youtube videos. Anyways, where did you find that adding "dom: 'Bfrtip'" adds the buttons?

Chrisgo-75 commented 2 years ago

@philsmy How did you resolve the mis-aligned buttons? When I add the buttons, it covers up the drop-down which allows different numbers of records to be shown.