0

I'm looking for a way to define complex filters in the UI including nested filters and conditions. I know of SmartClient RIA that supports this (see screenshot), but requires us to use their framework. Before we start implementing our own I was wondering if anyone has a tip of an existing component backed by AngularJS that supports this type of setup?

Advanced Filter Example

Elmar Weber
  • 2,683
  • 28
  • 28
  • requests like this are off topic here – charlietfl Feb 19 '16 at 17:08
  • Not to start a discussion here: If it is a generic question on how to design this, then the UX stack would be better, as this is very specific and similar questions are common here I would tend to disagree. Any feedback on how to improve or where to move it is appreciated in this case. – Elmar Weber Feb 19 '16 at 18:53

1 Answers1

2

Are you looking for something like this:

Angular.js Query Builder

Valter
  • 2,859
  • 5
  • 30
  • 51
  • Thanks a lot, exactly what I had in mind, "query builder" being the key, went nuts looking for filter builder and similar phrases. – Elmar Weber Feb 19 '16 at 18:56