Feature Sort Table Columns #25
Labels
🧩 Feature
🏕 Priority Mandatory
This work is expected
🐂 Size Medium
1-4 hours
📅 Week 4
Assigned during Week 4 of this module
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:
The text was updated successfully, but these errors were encountered: