This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Description
Describe the bug
Table filter does not remove filters and dashboards ends up storing the filters on metadata.
To Reproduce
- Add a Table slice to dashboard with "Emit Filter" option enabled
- Click on row (dashboard is filtered)
- Click again same row (nothing happens)
- Dashboard keeps filter forever
Expected behavior
Add/Remove filter
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
- superset-ui version: latest
- Node version:
node -v
- npm version:
npm -v
Additional context
onRemoveFilter is never passed to the Table control. transformPropsdoes not map any removeFilter option