views:

19

answers:

0

Hello,

I am trying to create a sectioned NSTableView using bindings with an NSArrayController or multiple NSArrayControllers.

Basically the data container is an array within an array. Do I bind an NSArrayController to the parent collection and then bind another NSArrayController to a child collection?

Is this the right approach? Thanks.