Improve adding/removing rows in detail screens with many rows

Adding/deleting a row on an eagerly loaded screen takes a long time when the filters are open. Even when there are no values filled in the filters.

The problem happens on an eagerly loaded screen with 10000 rows. The operations take about 10 sec.

The problem disappears after closing the filters.