Clear row selection on table sort

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?

Thanks in advance.

I think you're right, there's no such even that I'm aware of. But you could suggest one:

Maybe a property change script on sortOrder?

Your solution did it. I had to use this method to make it work: