I am using QTableView with a QSortFilterProxyModel(). By default, all columns on QTableView is sortable by clicking individual column header. But for my application, I do not want the users to sort the rows by column 0. Or put it this way, no sorting when the header of column 0 is clicked. Is there any way to do this?

Thanks a lot,
PX