How can I suppress sort indicators when JQuery UI theme support is enabled?

How can I suppress sort indicators when JQuery UI theme support is enabled?

markduncanmarkduncan Posts: 3Questions: 0Answers: 0
edited March 2012 in DataTables 1.9
I'm hoping this is just a case of me overlooking the obvious, but I'd like to suppress the up/down arrows which appear in the headers of sortable columns when JQuery UI support is enabled.

I've got the following code, but it seems to have no effect (other lines removed for clarity):

[code] $.extend($.fn.dataTableExt.oJUIClasses, {
"sSortable": ''
});

$('#txnTable').dataTable({
"bJQueryUI": true
});[/code]

Any help would be appreciated?

Thanks

Mark
This discussion has been closed.