Implements status dropdown to filter the parcel table
Fixes #341 (closed).
Initial state With a selection
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.