Possible version issue with jq 1.5.2 / jui 1.8.11

Possible version issue with jq 1.5.2 / jui 1.8.11

bimarguliesbimargulies Posts: 13Questions: 0Answers: 0
edited April 2011 in General
I've set up what I think is a rather simple use of dataTables with jquery/theme roller. I've slavishly copied the example. yet the rendering of the bottom-of-table navigation is all messed up. the controls buttons that are supposed to be on the far right get mushed together on the left below the 'Showing N of N' text.

I'm continuing to check for some CSS messup of mine, but I wonder if there is a version problem.

Replies

  • allanallan Posts: 63,522Questions: 1Answers: 10,473 Site admin
    It sounds like you might be using my demo_table.css file, rather than the demo_table_jui.css file? There are a few small differences which are needed for the JUI layout.

    Allan
  • bimarguliesbimargulies Posts: 13Questions: 0Answers: 0
    I'm not using either. I have my own page-level css. In chrome I looked pretty closely at the effective styles, and most suspicious difference to me was that the button spans were 'display: inline-block' with current jquery-ui while 'display: inline' with yours. Those styles came out of the jquery-ui css. However, I'll have a look at the demo_table_jui.css file.
This discussion has been closed.