Skip to content

Implements status dropdown to filter the parcel table

Loic Huder requested to merge status-filter into master

Fixes #341 (closed).

Initial state image With a selection image

I considered using react-bootstrap-table2-filter's selectFilter but could not make it work. Also, it would have added a package for a simple functionality.

So I went with bootstrap's DropdownButton instead. It sticks out a bit from the table but it is better than nothing.

Merge request reports