In this assignment you are given a basic table component filled with dummy data.
Describe how you would go about adding sorting functionality for each column to this component.
For example: make it possible to sort the table by clicking on 'Points' column to sort by highest or lowest number of points.
Are there any other things you would change or optimize in this application? Please tell us :)
This assignment comes fully equipped with tests. You should try to ensure that all tests pass.