Skip to content

grid

Auto Added by WPeMatico

Add New button on admin grid

when i click on Add New button edit form page is diplayed through i can make new entry, I fill the data but data can’t be saved in admin grid nor in Db

Implement store filter on comma seperated store Id values in Magento grid list

My blog post table contains a store_ids field, which stores store IDs as comma-separated for each blog. <filterSelect name=”store_ids” provider=”${ $.parentName }” component=”Magento_Ui/js/form/element/ui-select” template=”ui/grid/filters/elements/ui-select”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”filterOptions” xsi:type=”boolean”>true</item> <item name=”levelsVisibility” xsi:type=”number”>1</item> </item> </argument> <settings> <options… Read More »Implement store filter on comma seperated store Id values in Magento grid list