Does anyone know if there is a Table plugin that supports the following?
- Dropdowns on each column to filter by value
- Search bars on each column to do a substring search on values in a single column
I am thinking something along the lines of React Table: https://www.npmjs.com/package/react-table
We tried https://github.com/briangann/grafana-datatable-panel , but it only allows searching all columns at once and doesn’t seem to support dropdowns on each column.