I have a file list where a file can correspond to one or more rows in a table. Sometimes rows regarding a specific file can be filtered out and if the file is removed I want to remove all rows regarding the file, even if they are filtered out.
How can I achieve this?
My experience is that if the table is filtered it’s only the visible rows that are affected by hot.alter(“remove_row”, series), and I have to remove any filters to be able to remove the correct rows.
I would prefer to be able to do this without clearing the filters first, so the user doesn’t have to re-apply the filters.