sDom Position help

sDom Position help

pakitopakito Posts: 3Questions: 0Answers: 0
edited October 2011 in General
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.

Replies

  • GregPGregP Posts: 500Questions: 10Answers: 0
    Any way we can see a live instance? It's so hard to tell from a screenshot.
  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    Add:

    [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
This discussion has been closed.