Binding to column headers
Binding to column headers
- Subject: Binding to column headers
- From: Thomas Davie <email@hidden>
- Date: Wed, 8 Jun 2005 22:18:02 +0100
Hi,
Apologies for the noobish question, but I'm struggling to see how
to get CoreData and bindings to do what I want, and was wondering if
I'd missed something obvious.
The simplified case for what I'm trying to do is as follows:
I have a two entity model - events and properties
Events may have many properties
Properties have exactly one event.
Properties have a name and a value - essentially a key/value pair.
I would like to display a table view in which the rows are events,
and the columns are properties. Making this happen for specific
properties is easy - I simply set up the relevant fetched properties
and grab the data. However, setting it up to display one column for
each property that appears in at least one event (or some user
selectable subset of this) is much harder, and I can't see the way
forward.
Anyone got any ideas?
Bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden