tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Question, Table: child rows #431

Open tstolpestad opened 7 years ago

tstolpestad commented 7 years ago

Hello I am working with tables and I need to be able to make a table with expandable rows. In default view it should look like a regular row but when it is clicked it is expanded and shows childrows. As far as I can see there isn't support for this in the table component. Am I missing something? Is this something that will be added? If no, do you know of any components/libraries that have this functionality that I could use instead.