brendand / mbtablegrid

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

Add support for hiding columns #27

Open brendand opened 10 years ago

brendand commented 10 years ago

Column hiding information should be stored in user defaults along with the column width auto-save information. Rendering of the grid should check the user defaults and skip all columns which have been marked as hidden.