Category: [FRONTEND]
Difficulty: ● MEDIUM
Tags: data-table, crud-ui, modal
Create a data table of employees with sortable columns (name, wallet, salary, status). Add inline editing for salary amount, a modal for adding new employees, and a confirmation dialog for removal.
- Sortable data table for employee list.
- Modal-based employee creation flow.
- Inline editing or edit modal for updating salaries.
- Delete confirmation pattern implemented.