How to make own custom filters in list and rerender list as per applied filter

My concern is Like in angular files i have created my custom buttons for filters , no need to open filter tab
so while clicking on custom button , i have generated filter payload , but i want to debug that in which function i have to pass that filter payload in the built-in component or adaptors, so that record list can be filtered and re-rendered as per given custom filter payload

Do anyOne have idea regarding this ?

Do you need this?

I refereed this Quick Filters
but currently i am making my own custom button for filters in angular
so i want to debug like which function i need to call on that custom button to set filter payload and re-render updated filtered list