ultimate-comparisons / ultimate-comparison-framework

The base of all ultimate-comparisons. Follow the README and create your own ultimate comparison.
http://ultimate-comparisons.github.io/ultimate-comparison-framework/
MIT License
16 stars 7 forks source link

Allows filtering by clicking on label #116

Closed hueneburg closed 7 years ago

hueneburg commented 7 years ago

You can click on labels in the table to filter for their values. You can only add filters to columns that were added to criteria.json.

To add filters in the GUI, the framework was changed from angular2-select to ng2-select.

fixes #27

Design of ng2-select: image

image