How would you go about creating a single page which includes both a list and item view? For example, let's say I have a table of artists (name, age, address, phone number, etc.), and another table with works of art with an "artistId' column to relate the two. I'd like to create a single view with two columns. On the left, with data about the artist, on the right a standard list view with that Artist's works of art. The toolbar and search bar would allow the user to adding, sorting, filtering of the works of art, but they can also edit data from the 'artists' table.
Can someone point me to an example of how this might be done, or give me some advice on how to best approach it?
Thanks!
Mike