An open API service indexing awesome lists of open source software.

https://github.com/douglasdrake/tablefilter

Filter a database based on multiple conditions.
https://github.com/douglasdrake/tablefilter

bootstrap d3 html-css-javascript javascript

Last synced: 6 days ago
JSON representation

Filter a database based on multiple conditions.

Awesome Lists containing this project

README

          

# tablefilter

# Description
Filter a database of UFO sightings on multiple conditions

# Methods
1. A group of text field forms are used for input. Multiple entries are separated by commas.
2. A filter is built up from each of the input form values. Multiple entries are filtered by OR.
The different input forms are combined in the filter by AND. See the file `buildfilter.js` for
the constuction of the filter.
3. Results are written to a table.
4. The HTML elements of the page are Bootstrap components.

# Results
[The site](https://douglasdrake.github.io/tablefilter/).