I want to clear the selected row of a table when the column sort is clicked. If a user clicks on the sort in a column header, the row remains selected even if it is no longer on the current page. In my situation, when a row is selected, a user can perform actions on that row. I want to remove the row selection and disable the actions.
I have been unable to find an event that is fired on a column sort. Is there something that I am missing?