sort based on the header title text not the header

sort based on the header title text not the header

PAK47PAK47 Posts: 1Questions: 1Answers: 0

Hi I have a question like how to sort by clicking on the name of the column not the header. I tried unbinding TH but it did not worked for me and also tried below code but nothing worked for me. Need help and please suggest me.
$(column.header()).on('click', function(e){
e.stopPropagation();
})

This discussion has been closed.