UI-based query creator using jQuery

UPDATED !!

Violation of the issue as suggested.

  • I need to create a Look and Feel for a search application.
  • I need the components to appear on the left, and on the right I can drag them and enter data for the search criteria.
  • If there are several conditions, I would like to drag the condition
  • Finally, I need to save / modify / open an existing request

I want to build a drag and drop query builder to build a query. I was wondering if there are any pointers for this.

I looked into jQuery plugins and some examples, but none of what I'm looking for. Any suggestion?

+4
source share
3 answers

Well, if you do not find something that will work fully the way you want. You can try to use this idea as a base and encode it yourself:

http://www.codeproject.com/KB/custom-controls/SqlWhereBuilder.aspx

+2
source

Guess this is not very useful, but I would suggest that you yourself must encode something. I have been using jQuery for a long time, and I have never seen such plugins. Someday.

+2
source

Late to answer, but in case someone comes to this page below, this is the right solution for jquery. http://querybuilder.js.org/

0
source

All Articles