Empty rows after filtering

Tags: #<Tag:0x00007efc729050e0>

Hello, I’m using Dropdown menu “filter_by_value” to filter column values. And also I have separate custom filters that do filtering on server side and then repopulate all items in my table.
After Dropdown menu filter was used it brakes my table and when I use server side filters it create many empty rows. Also sorting is done on server side and has same problem, if Dropdown menu filter is used and then sorting, it brakes table and creates empty rows.
Can you please advice how I can fix it?

Hi @alext

Can you share your code for the filtering? I am not familiar with an issue where while filtering we get unnecessary empty rows.

Filtering is done on server side, so I do not have it. Probably will have to try making my own filter as workaround.
Thank you for respond anyway!