Using ThemeRoller. Not working

Using ThemeRoller. Not working

SushiGreGsSushiGreGs Posts: 1Questions: 0Answers: 0
edited April 2014 in DataTables 1.9
Hi all,

The ThemeRoller not working for me
Everything is the same as the source code of the web site at this page https://datatables.net/styling/themes/overcast
Is that someone could give me a proper initialization

Thank you

[code]




.dataTables_info { padding-top: 0; }
.dataTables_paginate { padding-top: 0; }
.css_right { float: right; }
#example_wrapper .fg-toolbar { font-size: 0.8em }
#theme_links span { float: left; padding: 2px 10px; }


/* Jquery */


/*The dataTable script*/



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

[/code]

Replies

  • allanallan Posts: 61,449Questions: 1Answers: 10,055 Site admin
    Please link to a test case showing the issue: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read

    Allan
This discussion has been closed.