Arrows not showing up in the Smoothness
Arrows not showing up in the Smoothness
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"
});
} );
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"
});
} );
This discussion has been closed.
Replies
back_disabled.jpg
back_enabled.jpg
forward_disabled.jpg
etc.
also available at: https://github.com/DataTables/DataTables/tree/master/media/images
http://jqueryui.com/download
Thanks!