Test Dynamic Data Table

Show Description

Practice complex state management testing. This table supports sorting, pagination, and bulk actions.

Assignment: An admin needs to delete all "Inactive" users on Page 2.
  1. Sorting:
    Clicking headers should toggle A-Z / Z-A.
  2. Select All:
    Should only select items on the current visible page.
  3. Bulk Delete:
    Requires confirmation modal before submission.
0 selected
Alice AndersonAdminActive
Bob BarkerEditorInactive
Charlie ChaplinViewerActive
David DavidsonEditorActive
Eve EversonViewerInactive

Confirm Deletion

Are you sure you want to permanently delete 0 user(s)? This action cannot be undone.

Deletion Successful

You successfully deleted users.