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.
- Host: GitHub
- URL: https://github.com/douglasdrake/tablefilter
- Owner: douglasdrake
- Created: 2019-06-08T14:57:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T17:52:43.000Z (over 6 years ago)
- Last Synced: 2025-05-19T19:55:55.917Z (about 1 year ago)
- Topics: bootstrap, d3, html-css-javascript, javascript
- Language: JavaScript
- Homepage:
- Size: 706 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).