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

╄→尐↘猪︶ㄣ 提交于 2020-01-10 19:51:37

问题


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.


回答1:


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.



回答2:


Take a look at http://ngmodules.org/modules/angular-query-builder, this is a good starting point.




回答3:


There is this: http://kindohm.com/blog/2013/09/25/knockout-query-builder.html

The guy seems to have switching blogging site so the link might stop working at some point.



来源:https://stackoverflow.com/questions/21278796/angularjs-query-builder-similar-to-http-redquerybuilder-appspot-com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!