Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AngularJS Query Builder similar to http://redquerybuilder.appspot.com/ [closed]

I am trying to create a complete query builder with AngularJS only. I have seen http://redquerybuilder.appspot.com/ which is awesome but not with AngularJS and I would like to create in AngularJS.

Can you please advise if it is already available or the some help because query branching would be nested.

like image 852
Maneesh Thareja Avatar asked Jan 22 '14 09:01

Maneesh Thareja


1 Answers

Maybe this is what you are looking for: http://niklr.github.io/angular-query-builder/

It is similar to the query builder of mfauveau but with additional features such as:

  • Autocomplete based on selected options implemented with Bootstrap's typeahead plugin.
  • Dynamic source fields based on selected source types.
  • Dynamic comparison operators based on selected source field.
  • Nested form validation.
  • Configurable maximum for groups and conditions.
  • Fancy enter and leave animations for groups and conditions.
like image 157
niklr Avatar answered Sep 27 '22 20:09

niklr