Sorter Arrows not showing up

Sorter Arrows not showing up

treadytready Posts: 2Questions: 0Answers: 0
edited December 2010 in General
For some reason in my thead section the sorting arrows arent displaying on the page and rendering at all. Here is my code:

[code]

$(document).ready(function() {
$('#properties').dataTable( {
"aaSorting": [[ 0, "asc" ]],
"aoColumns": [
null,
null,
null,
null,
null,
null,
null,
null
],
"sPaginationType": "full_numbers",
"bJQueryUI": true
} );
} );

[/code]

Replies

  • allanallan Posts: 63,512Questions: 1Answers: 10,472 Site admin
    Most likely a path error. Have a look at your server's error log and see if there are any 404 errors.

    Allan
  • treadytready Posts: 2Questions: 0Answers: 0
    Its not adding DataTables_sort_wrapper
  • allanallan Posts: 63,512Questions: 1Answers: 10,472 Site admin
    Which version are you using? It was added in 1.7.2 or 1.7.3.

    Allan
  • DrakoDrako Posts: 73Questions: 0Answers: 0
    i had this, it was a CSS problem, i forgot to import the jquery-ui-1.8.6.custom.css
This discussion has been closed.