cancel
Showing results for 
Search instead for 
Did you mean: 

remove filter category

SOLVED

remove filter category

Hi,

I've been having troubles on removing "Store View" from filters.

I've been digging up for possible solutions over the past days.

 

Any help would be greatly appreciated, Thanks!

filterview.PNG

 

I've read this article, and cant seem to find the file. Im using Magento 2.3.2

https://magento.stackexchange.com/questions/130439/disable-filter-for-column-in-magento-2-grid-compo...

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: remove filter category

Hi @gerald_cruz1,

It is rendering from the below file.

vendor / magento / module-catalog / view / adminhtml / ui_component / product_listing.xml

You can disable from it.

Make sure that you should override this file in your custom module or theme.

I hope it will help you!

View solution in original post

Re: remove filter category

It is rendering from the same file which you mentioned.

vendor / magento / module-customer / view / adminhtml / ui_component / customer_listing.xml

View solution in original post

6 REPLIES 6

Re: remove filter category

Hi @gerald_cruz1,

It is rendering from the below file.

vendor / magento / module-catalog / view / adminhtml / ui_component / product_listing.xml

You can disable from it.

Make sure that you should override this file in your custom module or theme.

I hope it will help you!

Re: remove filter category

as always, Thank you sir @Vimal Kumar 

Re: remove filter category

Great .. glad to help you!

Re: remove filter category

Hi sir @Vimal Kumar  I was also planning to do the same on the Customer module.

but the filter "Web site" that I was trying to hide is not in th file customer_listing.xml.(vendor\magento\module-customer\view\adminhtml\ui_component\customer_listing.xml)

 

I was wondering  if the filter options are being stored else where.

 

Thanks

Re: remove filter category

got it sir @Vimal Kumar 
i just removed the line 

<!-- <filter>select</filter> -->
and it removed the filter.
 
Thanks!

Re: remove filter category

It is rendering from the same file which you mentioned.

vendor / magento / module-customer / view / adminhtml / ui_component / customer_listing.xml