Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#535 implement field bounds for quick filter #543

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

Mavrin
Copy link
Contributor

@Mavrin Mavrin commented Aug 15, 2018

related issue #535
Now we can specify the field boundaries for a particular field from the data set, rather than relying on
autodetection of these boundaries.

QuickFilter({
   fields: ['someNumericField'],
   fieldBounds: {
      someNumericField: {
          min: 0,
          max: 100
       }
   },
})

@Mavrin Mavrin force-pushed the #535_implement_field_bounds_settings branch from f67afd5 to 4de1e34 Compare August 15, 2018 19:30
@Mavrin Mavrin merged commit ccddebb into master Aug 15, 2018
@Mavrin Mavrin deleted the #535_implement_field_bounds_settings branch August 15, 2018 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant