Sorter Arrows not showing up
Sorter Arrows not showing up
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]
[code]
$(document).ready(function() {
$('#properties').dataTable( {
"aaSorting": [[ 0, "asc" ]],
"aoColumns": [
null,
null,
null,
null,
null,
null,
null,
null
],
"sPaginationType": "full_numbers",
"bJQueryUI": true
} );
} );
[/code]
This discussion has been closed.
Replies
Allan
Allan