DataTables logo DataTables

via Ad Packs
How can I suppress sort indicators when JQuery UI theme support is enabled?
  • 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):

           $.extend($.fn.dataTableExt.oJUIClasses, {
                        "sSortable": ''
                    });
    
                    $('#txnTable').dataTable({
                        "bJQueryUI": true
                    });

    Any help would be appreciated?

    Thanks

    Mark
This discussion has been closed.
← All Discussions

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Support

Get useful and friendly help straight from the source.