My data consists of employers that have employees that have paychecks. I would like to represent this tree data in a ColumnTree, ideally along with a DynamicForm that allows me to edit the selected item in the ColumnTree, similar to the "Pattern Reuse" example in the Showcase.
The employers, employees, and paychecks have different fields, so it seems I can't lump them into one datasource (or can I?). I would like to use RestDataSources to fetch, update, add, and delete the items via XML webservice.
I looked at the "Miller Columns" example in the Showcase, but the datasource has items all of the same type.
Is there a way to get the results I am looking for?
The employers, employees, and paychecks have different fields, so it seems I can't lump them into one datasource (or can I?). I would like to use RestDataSources to fetch, update, add, and delete the items via XML webservice.
I looked at the "Miller Columns" example in the Showcase, but the datasource has items all of the same type.
Is there a way to get the results I am looking for?
Comment