TableView Sort events
966047Oct 11 2012 — edited Oct 12 2012How does one register to a TableView sort event. I want to respond to a user sorting the table through the UI columns click, and retrieve the new sort order list of objects in the table? Should I register a TableColumn event handler, and if so what is the event type?
Thx - Joe