Thread Starter
pix582
(@pix582)
When i use the css on my site, the table header bg dont work, and the sorting arrows are gone.
@import “http://www.laybackprofit.net/wp-content/themes/simpleblue/jquery-ui-1.7.2.custom.css”;
But if i link to datatables then it all works.
@import “http://www.datatables.net/media/css/jui_themes/redmond/jquery-ui-1.7.2.custom.css”;
also cant seem to be able to set the height of row-1 (table header)
Thread Starter
pix582
(@pix582)
got it to work
{“aoColumnDefs”: [ { “sType”: “currency_sorting”, “aTargets”: [ “column-3” ] },
{ “bSortable”: false, “aTargets”: [ 3, 5, 6, 7] }],
“bJQueryUI”: true}
was missing ,
but now seem to be missing my next page button.
Thread Starter
pix582
(@pix582)
Thanks so much, but the
“aoColumnDefs”: [ { “bSortable”: false, “aTargets”: [ 3, 5, 6, 7] } ]
is not working. i have followed all your steps, and now i have no sorting, but i tryed the images and currencies before the last bit of code and its all working.