Nested filters and filterTable() testing
All i wanted was to create some layout changes in my filters by using a fieldset. Unfortunately that results in my filters becoming nested, which means their query strings are different, nested filters dont appear to be supported by filterTable() for pest testing, and checking active filters is different too. If I am forced to have it nested (unfortunately ->dehydrated(false) doesnt seem to help on the fieldset), how can I test my filters and/or should filterTable() be expanded to support nested ones?