Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 589 Bytes

File metadata and controls

16 lines (11 loc) · 589 Bytes

#024: Build Employee Management Table with Add/Edit/Remove

Category: [FRONTEND] Difficulty: ● MEDIUM Tags: data-table, crud-ui, modal

Description

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.

Acceptance Criteria

  • Sortable data table for employee list.
  • Modal-based employee creation flow.
  • Inline editing or edit modal for updating salaries.
  • Delete confirmation pattern implemented.