Skip to content

ssauer78/react-structured-filter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changes by ssauer78

  • Using React Component
  • Possibility to add a label to the search field
  • A search token can now be edited with a double-click !Note: I highly customized the filter for our needs, so the changes might not apply or work in general

react-structured-filter

react-structured-filter is a javascript library that provides autocomplete faceted search queries.
This was inspired by visualsearch and structured-filter but redone for React.

It is heavily based on react-typeahead and uses some modified code from react-datepicker.
It was developed to be used with Griddle, but should be usable with fixed-data-table.

Be aware that it might be confusing to your users and queries can be constructed that may not be performant on your dataset.

The demo provided uses static data sent down to the client.
You should poll data from a server and do filtering on a real database.

License

BSD License

About

Javascript library that provides autocompleted faceted search queries for React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.9%
  • CSS 2.8%
  • HTML 0.3%