Skip to content

filter

Auto Added by WPeMatico

How to make custom customer attribute filterable in the customer grid?

I’ve made a patch and this is the code for creating my customer custom attribute: public function apply() { $this->moduleDataSetup->getConnection()->startSetup(); /** @var CustomerSetup $customerSetup */ $customerSetup = $this->customerSetupFactory->create([‘setup’ => $this->moduleDataSetup]); $customerEntity = $customerSetup->getEavConfig()->getEntityType(Customer::ENTITY); $attributeSetId = $customerEntity->getDefaultAttributeSetId(); $attributeSet = $this->attributeSetFactory->create(); $attributeGroupId… Read More »How to make custom customer attribute filterable in the customer grid?

Mgento Admin Grid Multi select “,” seperated value filter not working in custom grid Magento 2?

I create custom grid that include Website field and customer group fields are multiselect. At Filter apply also need to set as multiselect that not working for me. here I share my listing xml file code <column name=”website” class=”ExtensionModuleUiComponentListingColumnWebsites”> <argument… Read More »Mgento Admin Grid Multi select “,” seperated value filter not working in custom grid Magento 2?