Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

JavaScript and DOM Manipulation

Writing a code which creats a table dynamically based upon a dataset provided.

Automatic Table and Date Search

  • Creating a basic HTML web page
  • Using the UFO dataset provided in the form of an array of JavaScript objects
  • Writing a code that appends a table to the web page and then adds new rows of data for each UFO sightings
  • Using a date form in HTML document and writing JavaScript code that will listen for events and search through the date/time column to find rows that match user input

Multiple Search Categories

  • Writing JavaScript code so the user can to set multiple filters and search for UFO sightings using the following criteria based on the table columns: date/time, city

Test Image

About

Website where table is created dynamically based on an array of JavaScript objects, and searches data to find rows that match user input.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages