align “Show 10 entries” in datatable to right instead of left
-1
How can i align "Show 10 entries" option from left to right in datatable jquery? I tried the below but did not helped
div.dataTables_length label {
font-weight: normal;
text-align: right;
white-space: nowrap;
align:center;
}
jquery html5 datatable datatables
share | improve this question
asked Nov 27 '18 at 17:47
Suyash Suyash
8 3
...