There is a snippet of code in the tutorial for the Stock Tracker application that appears to deal with default sort handling for TableView objects:
http://pivot.apache.org/tutorials/stock-tracker.ui.html The relevant portion is: "The following markup is used to declare the table view header component for the Stock Tracker demo: <TableViewHeader tableView="$stocksTableView"> <tableViewHeaderPressListeners> <TableView.SortHandler/> </tableViewHeaderPressListeners> </TableViewHeader>" However, there doesn't appear to be an inner class called SortHandler inside of TableView. When I try to implement it in my WTKX file I get a class not found exception. Is this something that existed in an earlier version of Pivot but is no longer supported, or am I doing something wrong?
