mistic100 / jQuery-QueryBuilder

jQuery plugin offering an interface to create complex queries
https://querybuilder.js.org
MIT License
1.68k stars 552 forks source link

how to evaluate rules in javascript ( apply them) #922

Closed dimo2008 closed 3 years ago

dimo2008 commented 3 years ago

i am asking how to apply rules set on on javascript. as i tried to apply them ( using .Net parser) it doesn't work with dynamic lists

mistic100 commented 3 years ago

Sorry this is not in the scope of this library. The plugin provides the JSON representation fo the rules, up to you to use it as you want.

Example of library which does this kind of filtering : https://www.npmjs.com/package/json-rules-engine (there are many)