Closed brendand closed 9 years ago
Updated the sample app so row 0 and row 5 are designated as group rows. Just randomly picked those values.
Might want to consider supporting floating group rows. (See -addFloatingSubview:forAxis:
.) Probably not trivial, though.
NSTableView has an isGroupRow delegate which returns a BOOL if the current row should span across all columns and be drawn using a different style than the rest of the rows.
For example:
It should also prevent selecting of cells in isGroupRow rows.