Seeking some help on css positioning of paginate div

Seeking some help on css positioning of paginate div

jasonperronejasonperrone Posts: 9Questions: 0Answers: 0
edited February 2013 in DataTables 1.9
Hi everyone. I appreciate your time. I have my paginate set to full numbers on the bottom right of the table. I am not using sDom to do that, just the demo_table_jui.css. My problem is that as you hit the Next button and the numbers in the buttons increase to 3 and 4 digits, that the buttons then start to wrap down to the next line. If I say white-space: nowrap in that .paginate div it stops the wrapping, but then it walks right off the table. I am sure if I spent a few hours on this I could figure out the best way to handle it, but it strikes me that this should be pretty common and most of you must have resolved it by now.

Replies

  • jasonperronejasonperrone Posts: 9Questions: 0Answers: 0
    Oh I should mention I want to keep the paginate floating towards the right side of the table because that's where the scroll bar is and I want to be able to scroll and hit the page buttons without moving my mouse too much. Just anticipating someone will tell me to use float: left ;-)
  • jasonperronejasonperrone Posts: 9Questions: 0Answers: 0
    Never mind. Got it through changing paddings and negative em margins.

    Have a nice day!
This discussion has been closed.