harveyl888 / queryBuilder

R htmlwidget for jQuery QueryBuilder filtering of data frames
12 stars 10 forks source link

Add group comparison #3

Closed harveyl888 closed 8 years ago

harveyl888 commented 8 years ago

Implement a group comparison so that in addition to filter ; operator ; value ( e.g. mpg > 5 ) we can also filter on: filter1 ; operator ; filter2 ( e.g. mpg > cyl )

The code should change the value container input depending on the operator selected (one set for comparing to scalars and another for comparing to a group).