ontodev / sprocket

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Move filter options into the buttons for each column #24

Open jamesaoverton opened 2 years ago

jamesaoverton commented 2 years ago

Having all the various filter options at the top is OK for now, but eventually I'd like it to work more like filtering in Excel or Google Sheets.

We currently have a button for each column marked with a down arrow icon. Clicking on these reveals Ascending and Descending sort buttons. I'd like the filtering options to be included here:

  1. the operator + value filter
  2. the error level filter

There should still be a global filter for error level, as currently implemented.