How do you have sorting arrows without using jQuery UI?

How do you have sorting arrows without using jQuery UI?

iamrookiamrook Posts: 1Questions: 0Answers: 0
edited February 2012 in General
I am just using my own css to customize datatables and want to create sort arrows next to the column headers, but I also don't want to muck up all of the html with jquery ui classes when I am not using them (and it also screws up some of my styles).

The thing is the SPAN for the icon doesn't show up in the TH without doing "bJQueryUI": true; in the datatable settings.

Any suggestions? Thanks!
This discussion has been closed.