Section headers in DBTreeTableView bean

Hi All,

I hope somebody knows how to get around the problem I’m having.
In my tree view table bean I have a few sections hanging off my primary job record: job parts, timesheets, etc.
If I add columns to the bean they appear up the top of the whole tree.
Is there a way to put them against each relevant section? (like I painted in red on the screenshot below) Basically, I’d like each section to have its own set of columns.

[attachment=0]eee.png[/attachment]

Cheers,
Maria

Did you have a look at the Servoy Treeview bean? Overview - Servoy Treeview Bean - ServoyForge

This bean uses datasets as a datasource, so you’ll be in full control of what each record will display.

mboegem:
Did you have a look at the Servoy Treeview bean? Overview - Servoy Treeview Bean - ServoyForge

This bean uses datasets as a datasource, so you’ll be in full control of what each record will display.

Marc, you’re awesome :D Tried it and it’s perfect. Thanks!

Cheers,
Maria