You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nested arrays are not rendered very intuitively by rjsf.
In PR #53 a table widget was added. It requires an array of objects where the rows are the array items and the columns are the properties of the object.
It would be nice to have an widget which works on an array of arrays of scalar or object. The rows could be the outer array and the columns the inner array. The cell could be the input field for the scalar or a sub-form for the object.
Nested arrays are not rendered very intuitively by rjsf.
In PR #53 a table widget was added. It requires an array of objects where the rows are the array items and the columns are the properties of the object.
It would be nice to have an widget which works on an array of arrays of scalar or object. The rows could be the outer array and the columns the inner array. The cell could be the input field for the scalar or a sub-form for the object.
Something like
Based on #48 (review)
The text was updated successfully, but these errors were encountered: