jncraton / course-search

1 stars 0 forks source link

Sort via click on column headings #86

Closed jncraton closed 1 year ago

jncraton commented 1 year ago

For columns that are sortable, a user should be able to adjust which column is being used for sorting by clicking the table headings.

scoutskylar commented 1 year ago

With the new columns in the table, you will need to implement this functionality within the updateTable function to allow all filters and sorting to be applied simultaneously.

scoutskylar commented 1 year ago

Fixed in #95