node-query-builder
Build and render SQL-like queries into UX elements.
Version History
v1.1.1
- Updated
addCondition
method - Simplify call toaddCondition
to use onlyfield
andvalue
parameters; and an optionalop
parameter that defaults to=
.
v1.1.0
- Original version.
Custom Events
Refer to examples of Custom Events in the MDN documentation.
Remember!
Custom Events must be constructed with relevant event name and details. These objects must then be triggered in order to participate in an actual event propagation.