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.
- 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.
- 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
- 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.
- Select one or more rows with convenient deletion options.
- Users can select individual or multiple rows, with a grayish background highlighting the selected rows.
- 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.
- 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.
-
- User can able to go to the search bar just by pressing enter not need to move their cursor there.


