UI Based Query Builder using jQuery

送分小仙女□ 提交于 2019-12-21 17:33:19

问题


UPDATED!!

Breaking down the question as suggested.

  1. I need to create a Look & Feel for a search application
  2. I need to have the components displayed on the left hand side and on the right I can drag-and-drop them and enter the data for the search criteria
  3. If there are more than one condition I would like to drag and drop the condition
  4. Finally I need to save/edit/open existing query

I am looking to build a query builder with drag and drop facility to build the query. I was wondering if there are any pointers for this.

I have looked into the jQuery plugins and some examples, but nothing to what I am looking for. Any suggesting?


回答1:


Well, if you fail to find something that will work completely how you want. You could try using this idea as a base and coding it up yourself:

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




回答2:


Guess this is not very useful, but I'd guess you have to code something like that yourself. I've been using jQuery for a long time now, and I've never seen any plugins like that. Ever.




回答3:


Its late to reply , but in case somebody come on this page below is the correct solution on jquery. http://querybuilder.js.org/



来源:https://stackoverflow.com/questions/7306413/ui-based-query-builder-using-jquery

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