StanciuVictor / Data_Pagination_and_Filtering

Data Pagination and Filtering App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Pagination and Filtering

This application takes students' info from an array of 42 elements and displays 9 students per page.

  • Pagination buttons are added for navigation through all pages.

  • The user can search for student's names. The app returns those students whose first/last name include the text in the search box.

  • Pagination buttons are updated based on the results.

  • If there are no results, a "No results" message is displayed.

About

Data Pagination and Filtering App


Languages

Language:JavaScript 79.5%Language:CSS 14.8%Language:HTML 5.7%