Arrows not showing up in the Smoothness

Arrows not showing up in the Smoothness

qdataqdata Posts: 24Questions: 0Answers: 0
edited August 2011 in General
I tried reloading all of the style and script files but cannot seem to get the ascending and descending arrows associated with the Smoothness.

Am I supposed to download them as images?

Help Please...

The following is on the top of my page:


@import "../../media/css/demo_page.css";
@import "../../media/css/demo_table_jui.css";
@import "../examples_support/themes/smoothness/jquery-ui-1.8.4.custom.css";




$(document).ready(function() {
oTable = $('#example').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
} );

Replies

  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    yes, there is a series of images (in the download zip, it's in media/images):

    back_disabled.jpg
    back_enabled.jpg
    forward_disabled.jpg
    etc.

    also available at: https://github.com/DataTables/DataTables/tree/master/media/images
  • qdataqdata Posts: 24Questions: 0Answers: 0
    Still not showing up. I downloaded all pngs' and jpgs'.
  • fbasfbas Posts: 1,094Questions: 4Answers: 0
    do you have JQueryUI Lightness-specific images?

    http://jqueryui.com/download
  • qdataqdata Posts: 24Questions: 0Answers: 0
    That did the trick!

    Thanks!
This discussion has been closed.