css - Data Tables Move "Previous" & "Next" into the left -
i using datatables bootstrap website. dig code of datatables.css
cannot find how move previous , next buttons left.
i have tried make float:left
nothing changed.
you need select pagination div in css:
.datatables_wrapper .datatables_paginate { float: left; }
see jsfiddle demonstration.
Comments
Post a Comment