Skip to content

magento man

Append “Add New” button in Grid Listing, on a Form

A custom module has Foo and Bar Models. In the Foo element’s Form, there exists a grid listing of Bar items which belong to that Foo. This is an excerpt from the view/adminhtml/ui_component/bf_foo_form.xml file: <insertListing name=”bf_foo_form_bar_grid”> <settings> <externalProvider>bf_foo_form_bar_grid.bf_foo_grid_data_source</externalProvider> <loading>false</loading> <autoRender>true</autoRender>… Read More »Append “Add New” button in Grid Listing, on a Form