We are using t:sheet component. We need to implement sortable column in it which would perform sorting by clicking on the column header, while sorting will be performed on the server side. (We don't want to use standard tobago sheet sorting for substantial reason).
Can we have some event handler implemented for clicking the t:sheet column header?

