brendand / mbtablegrid

An NSControl subclass which provides a spreadsheet-style table grid
9 stars 3 forks source link

Sort indicators should become buttons and call a sort delegate method. #28

Closed brendand closed 9 years ago

brendand commented 10 years ago

When clicking on the sort indicator buttons, a delegate method should be called which the delegate will implement to sort the records based on the column clicked on. The arrow should change directions to indicate sorting is now in the opposite direction (ascending or descending).