I have a table showing a list of objects; let's call them Employee
for clarity's sake.
The table shows Employee
objects that are child objects of a given parent object which is also an Employee
. What I would like to do is show a special header row with the parent object, either above (if possible) or below the normal column heading, but in a different color. I want the columns of the parent object row to be resized in sync with the rest of the table, and I don't want the parent object to be selectible.
(Basically I want to show a self-contained table of child objects, along with a separate parent "context" which has the same fields.)
Is there a good way to do this? (one table with a special row? two tables, where the one for the parent context object is only 1 row vertical, and horizonally resizes to match the other?)