CodeYourFuture / CodeYourFuture/React-Module-Project
Feature Sort Table Columns
Offen
🏕 Priority Mandatory
🐂 Size Medium
📅 Week 4
🧩 Feature
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1
- Forks
- 28
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Instructions:**
Add an `onClick` handler to the columns of the result table, which sorts the results ascending (A -> Z). Clicking the column again will reverse the sort order to descending (Z -> A).
**Hint:** Try using the `.sort()` method with a callback to do custom sorting.
**Test:**
- [ ] Each column in the table should be clickable to sort results in ascending or descending order.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.