woven-planet / lakefront

Lakefront project
9 stars 3 forks source link

Add Expandable Table Rows Story #283

Closed jason-ransom-slalom closed 1 year ago

jason-ransom-slalom commented 1 year ago

I'm in need of a way to expand Table component rows in order to show additional data. I'm also in need of the ability to hide the table header. I'm specifically trying to achieve the functionality below, but I envision any type of nested content should be able to be displayed in the expanded area.

Collapsed

image

Expanded

Note the inner table/content has no table headers, but is itself another instance of the Table component. image

jason-ransom-slalom commented 1 year ago

Upon beginning work, I realized there is already logic for this. Changing this issue to just be to add a story to show how this functionality can be used (including unit tests), as well as, still requesting the ability to hide the header row.