21311 Posts in 5739 Topics by 2604 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1171 Views |
-
ComplexTableField shows all objects of a class.

15 September 2009 at 10:41am Last edited: 16 September 2009 6:22am
I have a DataObject that has a $many_many relationship to other DataObjects. I want to just show a list of the objects but if I use a ComplexTableField I get a list of all the Objects of the second class instead of just the ones in that are related to the first object. I would use a ManyManyComplexTableField but I don't want to display any checkboxes as this table is not for editing the relations just displaying a list of the objects that are already related. I know that I can remove the edit permissions from the ManyManyComplexTableField
What kind of TableField should I use to just display a nice list of related objects.
Edit:
I found a solution. I can use setCustomeSourceItems to give the ComplexTableField a DataObjectSet or ComponentSet.
-
Re: ComplexTableField shows all objects of a class.

11 October 2009 at 2:12am
Hi Micah,
I am dealing with the same problem here.
Can you please tell me how did you create that dataobjectset for setCustomSourceItems() ?
Thanks.
Harl
| 1171 Views | ||
|
Page:
1
|
Go to Top |

