How to implement a selectItem with a button embedded in it. Please advice.
Announcement
Collapse
No announcement yet.
X
-
If you want that exact appearance (3 form controls in one column, as opposed to putting them in separate columns), then create a DynamicForm with just those three FormItems, and embed it in the grid as either a CanvasItem (with normal inline editing enabled via canEdit:true) or as a recordComponent (see getRecordComponent).
Comment
Comment