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

dauruk0512dauruk0512 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

Replies

  • tangerinetangerine Posts: 3,350Questions: 37Answers: 394

    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.

  • dauruk0512dauruk0512 Posts: 14Questions: 3Answers: 0

    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

  • allanallan Posts: 61,822Questions: 1Answers: 10,129 Site admin

    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

This discussion has been closed.