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
Investigate how viable GridField compatibility would be.
We already have a alternative Form Field to GridField (ArrayListField), but perhaps supporting GridField might still be useful.
GridField does support ArrayList/ArrayData (and probably ViewableData), but we would need to implement a new GridFieldDetailForm, GridFieldAddButton, GridFieldDeleteAction and potentially patch other existing components.
The text was updated successfully, but these errors were encountered:
Investigate how viable
GridField
compatibility would be.We already have a alternative Form Field to
GridField
(ArrayListField
), but perhaps supportingGridField
might still be useful.GridField
does supportArrayList
/ArrayData
(and probablyViewableData
), but we would need to implement a newGridFieldDetailForm
,GridFieldAddButton
,GridFieldDeleteAction
and potentially patch other existing components.The text was updated successfully, but these errors were encountered: