backend.ai-webui
backend.ai-webui copied to clipboard
Create AWS-like Filter component
Since we've been providing column-based filter in WebUI, which has its own limitation, such as search in general or applying multiple queries in same column, etc. Therefore by the suggestion of @yomybaby, we would like to enhance filter component as a new component that could:
- [ ] Search by column name (attribute)
- [ ] Search column name (both partially and entirely)
- [ ] Multiple search
- [ ] Search without column (search by value)
This component will take over the former column-based filter.
Screenshot(s)
-
WebUI filter column (based on vaadin-grid)
-
AWS filter component