A webpage for displaying a table dynamically based upon a dataset we provide. This page allows users to filter the table data for specific values. JavaScript, HTML, and CSS, and D3.js were utilized for creating the page.
This page allows users to filter table data for specific dates.
-
Using the UFO dataset provided in the form of an array of JavaScript objects, the page displays a table once the "Filter Table" button is pressed.
-
The table has 6 columns including
date/time
,city
,state
,country
,shape
, andcomment
.
The page can be accessed here.
-
In this page, the user can to set multiple filters and search for UFO sightings using the following criteria based on the table columns:
date/time
city
state
country
shape
The page can be accessed here