Expandable table rows with children data
See original GitHub issueAn enterprise customer was looking for a way to expand/collapse dash-table
rows and display some user specified children data. See the screen shot below for an example:
Here is the link to an example created with react.js
: https://stackblitz.com/edit/react-t4lrov
Issue Analytics
- State:
- Created 4 years ago
- Reactions:14
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Child rows (show extra / detailed information) - DataTables
This can be used to show additional information about a row, useful for cases where you wish to convey more information about a...
Read more >How to make this table with expandable rows to display other ...
I've created a codepen that puts the HTML in a data attribute on the row. Then you can click a button to view...
Read more >jQuery DataTables: How to expand/collapse all child rows
Demonstrates examples on how to expand/collapse all child rows in a table powered by jQuery DataTables.
Read more >Multi-level expanding child rows in table - UX Stack Exchange
Some items will consist of multiple child items, which can be viewed by expanding the parent row. Each child has 3 of the...
Read more >Expand/Collapse Table Rows With jQuery - C# Corner
Put a class of "parent" on each parent row (tr). · Give each parent row (tr) an attribute ”data-toggle="toggle"”. · Give each child...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1. Would love to have this feature
+1