Theme roller and styles

Theme roller and styles

cirphrcirphr Posts: 4Questions: 0Answers: 0
edited June 2011 in General
I am trying to use the jquery smoothness style for a Data Table. I downloaded the jquery bundle along with the theme I mentioned and including the css file, and using the initialization flag mentioned on this site didn't work. The only way I can get any kind of jquery styling is to use "ui-wdget-content" etc. as classes within the table. Am I missing a step? If there is a detailed tutorial or coding example that would be appreciated. As it stands the information on the site isn't enough to help move me forward, thanks.

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    There is an example here: http://datatables.net/release-datatables/examples/basic_init/themes.html . Perhaps you can give us a link to show us what you are doing?

    Allan
  • GregPGregP Posts: 500Questions: 10Answers: 0
    Works groovy for me using just the example on the site. Enabling jQuery UI support with the bJQueryUI variable will automatically add all those "ui-widget-content" (etc.) classes for you. That's all it does, really.

    Certainly make sure that the CSS is in the right place and that it's included in such a way that other CSS on the page isn't "overriding" it.
This discussion has been closed.