@addsign/moje-agenda-shared-lib 1.0.16 → 1.0.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21914,6 +21914,9 @@ function DataTableServer({
21914
21914
  }
21915
21915
  setShowColFilters(!showColFilters);
21916
21916
  };
21917
+ useEffect(() => {
21918
+ setCurrentPage(0);
21919
+ }, [filters]);
21917
21920
  useEffect(() => {
21918
21921
  if (id && isLocalStorageLoaded) {
21919
21922
  const storageKey = `datatable:${id}`;