sDom Position help
sDom Position help
Hi, I tried using "sDom": '<"top"if>', but the result I've got is shown in the screenshot. How do I make it such that the "Showing 1 to 7 of 7 entries" align with the search box?
http://www.freeimagehosting.net/625ad
Thanks in advanced.
http://www.freeimagehosting.net/625ad
Thanks in advanced.
This discussion has been closed.
Replies
[code]
div.dataTables_filter { float: right }
[/code]
to your CSS. That should do the trick (which I know from experience), although it is possible that there is something else knocking it onto the next line (width:100% would do that for example). Firebug is your friend in this case.
Allan