Skip to content

filter

Auto Added by WPeMatico

Magento 2 – Admin grid filter should be single select

Magento 2.4 – Admin UI component grid filter should be single select but multi select is coming. XML Code <column name=”status” component=”Magento_Ui/js/grid/columns/select”> <argument name=”data” xsi:type=”array”> <item name=”options” xsi:type=”object”>VendorCustomModuleModelSourceStatus</item> <item name=”config” xsi:type=”array”> <item name=”filter” xsi:type=”string”>select</item> <item name=”dataType” xsi:type=”string”>select</item> <item name=”label” xsi:type=”string”… Read More »Magento 2 – Admin grid filter should be single select

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

In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working

In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working . Rest all other filters are working. When selecting sorting – low to… Read More »In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working