Any ideas on how to left align the Jquery datatable pagination buttons? by default top buttons are aligned center, and bottom buttons are aligned right. Any ideas?
You need to use !important to override the existing style applied to the paginator.
.dataTables_paginate {
float: left !important;
}
div.dataTables_paginate {
float: left;
margin: 0;
}
should do the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With