How can i make pagging in the right position
How can i make pagging in the right position
dauruk0512
Posts: 14Questions: 3Answers: 0
Hi again datatables !
sorry if you read the title seems same question repeatation but for me no, i have already make search box in the right by overide css here is my csss
/search box in the right datatables/
.dataTables_filter {
width: 50%;
float: right;
text-align: right;
}
and now i have been searching how to make pagging in the right but get style full number, etc all i need is make pagging in the right not style, Thanks
Freddy
This discussion has been closed.
Answers
Read the docs on positioning:
https://www.datatables.net/extensions/tabletools/initialisation
Docs make me headaache really cause i'm not ussully in jquery datatables, will you guide me code then give the link to doc why so i can understand a lot, Thanks
It solved by hack the css
<code>
.dataTables_paginate {
width: 50%;
float: right;
text-align: right;
}
</code>
Thanks for your respond without code and explanation +1 for you