preserve records pagination on delete/update and fix reactivity regression

This commit is contained in:
Gani Georgiev
2022-10-04 22:42:51 +03:00
parent 838ed661ce
commit 32393990bb
13 changed files with 152 additions and 142 deletions
+2 -2
View File
@@ -148,6 +148,6 @@
<RecordUpsertPanel
bind:this={recordPanel}
collection={$activeCollection}
on:save={() => recordsList?.load()}
on:delete={() => recordsList?.load()}
on:save={() => recordsList?.reloadLoadedPages()}
on:delete={() => recordsList?.reloadLoadedPages()}
/>