# Fix filtering on grouped table view Fixes #11776 This PR fixes the filtering issue on the grouped by column in the table. State filters were overwritten by group filters. - Implemented a new `combineFilters` utility function that properly merges multiple filter objects using AND logic - Added tests - Modified `useFindManyRecordIndexTableParams` to use the new utility instead of directly merging filter objects ## Before https://github.com/user-attachments/assets/45d51535-ecbc-4cfd-b523-37e72aafc723 ## After https://github.com/user-attachments/assets/70416779-9a9c-4972-82ed-73ad98b0234f