Skip to content

Reactjs component to build mongo queries visually (using jQueryQueryBuilder)

Notifications You must be signed in to change notification settings

mfyz/react-mongo-querybuilder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

React Mongo Query Builder

Simple React.js application demonstrates integration of jQuery-QueryBuilder

Usage

Clone repository and open index.html

Explanation

Use this.defaultQuery for initial query to be rendered with query builder. Use this.filters to set filters, display options, validators. See http://querybuilder.js.org/#usage for all configuration options.

Demo

Live demo: https://mfyz.github.io/react-mongo-querybuilder/

Screenshot:

Screenshot

Origin

This sample is forked from https://github.com/malaman/jQuery-QueryBuilder-react-integration-example with few changes noted below:

  • Encapsulated everything into a single react component
  • Converted all setters and getters to work with mongo query

License

MIT

About

Reactjs component to build mongo queries visually (using jQueryQueryBuilder)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%