How can i make show entries has float right after removing search box
How can i make show entries has float right after removing search box
dauruk0512
Posts: 14Questions: 3Answers: 0
Hello guys i trying to understand this plugin and make over as client want to, so here is scenario
client want to put show entries in ther right and i cant make it working, if you guys asking what i have been go through i make some css like this
.dataTables_filter {
width: 50%;
float: right;
text-align: right;
}
but it doesn't give me float right, any respon will big thanks oh ya i have read documentation but dont get it, Thanks
Freddy
This discussion has been closed.
Replies
The information you need is here:
https://datatables.net/examples/basic_init/dom.html
Also, your client wants "show entries" but you are coding ".dataTables_filter". They are two different things.
Thanks for answering but please i'm not too familiar with datatable if you just give link, please give some little code so i can understand why you give link, i'm new at programming Thanks in advance
Tangerine gave you all of the information required to meet your requirements. With respect, we will not just provide sample code but can provide guidance. If you show us what you have tried, we might be able to offer some suggestions.
Allan