Skip to content

nmn-yd/HireQuotient-Admin-Dashboard-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Admin Dashboard

Overview

The Admin Dashboard is a lightweight, in-memory web application designed for efficient management and interaction with dynamic datasets. This user-friendly interface offers various features to enhance the user experience.

image

Features

  1. Search Functionality

  • Filter data based on any property with dynamic updates.
  • Users can input search criteria, and the application dynamically updates the displayed results.
  • App Pagination gets updated based on search/filtering.

image

  1. In-Place Deletion

  • Delete rows in real-time without persistence.
  • When we delete any table entry, it gets removed from the user array holding all the users.
  • we can delete table entries by clicking on the delete icon and we can also select multiple entries and delete them all together by clicking on the delete selected
  1. Pagination

  • Dynamically divide the dataset into pages with navigation buttons.
  • Pagination divides the dataset into pages of 10 rows each, ensuring organized and manageable data presentation.
  1. Row Selection

  • Select one or more rows with convenient deletion options.
  • Users can select individual or multiple rows, with a grayish background highlighting the selected rows.
  1. Select All Checkbox

  • Easily select or deselect all displayed rows on the current page.
  • The top-left checkbox enables users to perform bulk actions by selecting or deselecting all rows on the current page.
  1. In-Row Editing and deletion

  • The user can edit the given row by clicking on the edit icon after clicking on it user can able to edit the row entries.
  • During editing, the user can either save the new entries or user can cancel them.

image

  1. Go the search bar by Pressing Enter

    • User can able to go to the search bar just by pressing enter not need to move their cursor there.

About

A Working WebApp of a Dashboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published