CodeYourFuture / CodeYourFuture/React-Module-Project
Feature Sort Table Columns
オープン
🏕 Priority Mandatory
🐂 Size Medium
📅 Week 4
🧩 Feature
- 主要言語
- JavaScript
- スター
- 1
- フォーク
- 28
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**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.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。