headwirecom / jsonforms-react-spectrum-renderers

Other
8 stars 4 forks source link

add expandable table row in array control #85

Closed gobeli closed 3 years ago

gobeli commented 3 years ago

Starting point to create an expandpanel for complex array controls. Not sure if it's right to use ListWithDetailMasterItem but it seemed to fit. Screenshot from 2020-12-22 15-21-08

mburri commented 3 years ago

I think there should be some kind of indicator that the panel is expandable. The material control shows a little arrow: image

This arrow is not needed for list with details - I think you should create a new component for expandable panels.