Table Sub-Rows

Hello, Let's say we have order hasMany items, Is there a way to display orders table with sub-rows of items for each order row ? Thanks
3 Replies
BKF Dev
BKF Dev7mo ago
.
kavaa
kavaa7mo ago
Looking for something like this (Just some examples we found) https://jsfiddle.net/tyxykyf3/7/ https://i.stack.imgur.com/AE2lZ.png https://codepen.io/jopico/pen/kyRprJ So what we want to accomplish is Show the Parent row like grouping but it still being actionable. Also The "Sub" rows need to be under the main row and collapsable. This in our case will be used for our Tenant view to view all Tenants and their Sub-Tenants. Text Exmple: . ├── animals │ ├── fishes │ │ ├── nemo │ │ └── swordfish │ └── mammals │ ├── dog │ ├── elephant │ └── lion └── plants ├── bushes │ └── maple └── trees ├── cedrela └── mahogany Like in this topic: https://ux.stackexchange.com/questions/98432/another-way-to-show-a-sub-row-in-a-table Will be handy for Parent / Child relationships @Jacob Tagging you here
Sort table with sub-rows - JSFiddle - Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.
User Experience Stack Exchange
Another way to show a sub-row in a table?
I'm trying to determine a way that shows sub-rows for a table. Typically the indentation of the row means that it is a sub-row of the parent. The table can have a single row of children from the