Customized Filter Box
with included date-picker
filter.
-
Replace a
superset
FilterBox
folder with aFilterBox
folder from this repo. -
Go to a
superset-frontend
folder. -
Make sure
node
andnpm
are installed. Be careful about versions - they should bev16
andv7
respectfully. -
Install a
react-dates
library. Version^21.8.0
is recommended.Install other libraries if needed.
-
Run
npm run dev-server
. If build is done succesfully, it means everything is OK.