Unable to set filters to a table reading from Firestore collection

I am trying to set a filter to a table using a Button Group. The column is an Enum Type with 3 values, so I am using three buttons in the button group to filter the table.
This is my JS query to apply filter:


This is my button group configuration:

This is my event handler for the button group:

Hey Dhruv - welcome to the forum.

If you are using the new table component the right method is .setFilterStack()

image

2 Likes

Thanks a lot! I couldn't find the documentation and didn't see the method in auto-fill either. Its working flawlessly now.

1 Like