Hi I would like to retrieve a column header when right clicking on column header I get div.DataTables_sort_wrapper or th.sorting in this when jQuery("#mytable thead").on("click", "th", function(event) Can't fin how if the click is not in the tbody
Thank in advance