Added a 'x' button to the left of the expand/collapse button that's a part of the FilterCategory component. It will only be shown when a filter is active. When clicked, the associated filter will be removed.
Edited the styling of the FilterCategory styled component
Corrected a bug in the DataTableSearchAndFilters component that was causing the following situation: if you had two filters that used the same operation and you removed one of them, it would remove both of them.
Purpose
Filters can now be de-selected individually
Testing Steps
Pull in the changes to your local copy of this branch and run it alongside the dj_starter_demo repo.
Changes
DataTableSearchAndFilters
component that was causing the following situation:if you had two filters that used the same operation and you removed one of them, it would remove both of them.
Purpose
Filters can now be de-selected individually
Testing Steps
Screenshots
https://user-images.githubusercontent.com/2876874/196542812-ea24cebd-7edb-43c6-8a63-bb0675e039b5.mov
Closes #619