I have set up two tables: Project Specifcations: Contains all specs Specification Table Creator: Contains all groups with a match many link to Project Specifications
On the layout I have used a Custom conatiner to show the groups of specifications with repeating data table.
I have set up the click row action to show the detail as an overlay. I was hoping that the detail layout would be dynamic based on each row, however, it’s currently always showing the same one. Here i’ve clicked on CHA-04 but it’s showing CHA-02.
If you’d like users to be able to click into an item, you’ll need to use a different collection style. Data Grid is really meant for displaying and editing the items. It doesn’t allow for the “Show Detail Screen” action.
If you’d still like to show all those details you’re displaying in the data grid columns, try using a Template column to join & display those parameters in the details of a list collection!
I have run the data from another table that groups the category. In this case, Chairs / Fabrics etc. On the layout I have used a Custom conatiner with a data table in each one.
I’ve have created a template colum in the main table that combines the project id and the category Id with a relation between the two. Each time a new item is added in the main column I run an action checks if the relation column is empty, if not, it will also add a new row in the groups table.
@Si_Gal , That is a great idea! Thanks for sharing this. Would you mind sharing what the collection looks like? I’m curious how you made the template look clean within the collection.