Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Set and remove filters for table too
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed May 10, 2022
1 parent 359e178 commit 8840f54
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ const PopupRow = ({
queryVal,
type,
);
handleSetFilterProvider(
popup_table_provider_url,
popup_data_query,
queryVal,
type,
);
}
};

Expand All @@ -166,6 +172,11 @@ const PopupRow = ({
popup_data_query,
type,
);
handleRemoveFilterProvider(
popup_table_provider_url,
popup_data_query,
type,
);
}
};

Expand Down

0 comments on commit 8840f54

Please sign in to comment.