Danny-Alexander / terratech-block-list

Web page to format and display mod-exported block properties for TerraTech game.
MIT License
3 stars 0 forks source link

Individual column regex filter #3

Closed Danny-Alexander closed 5 years ago

Danny-Alexander commented 5 years ago
Danny-Alexander commented 5 years ago

Might be useful: https://github.com/joewalnes/filtrex - a simple, safe, JavaScript expression engine

category == "meal" and (calories * weight > 2000.0 or subcategory in ("cake", "pie"))
Danny-Alexander commented 5 years ago

This looks better: https://querybuilder.js.org/ - QueryBuilder is an UI component to create queries and filters.

Danny-Alexander commented 5 years ago

Examples: https://datatables.net/examples/api/multi_filter.html https://datatables.net/examples/api/regex.html