Ada-Developers-Academy / classroom-app

Application for tracking and providing feedback on Ada student PRs
http://classroom.adadevelopersacademy.org/
2 stars 5 forks source link

Table sorting no longer works #93

Open droberts-sea opened 5 years ago

droberts-sea commented 5 years ago

Expected behavior: tables have a default sort order, and can be sorted by any column by clicking on the column header.

Observed behavior: tables render unsorted, and do not have any way to sort

Additional Info:

Similar to https://github.com/Ada-Developers-Academy/ada-prs/issues/40, though possibly a different root cause. Maybe a jquery/turbolinks thing?

The JS library we use to manage that behavior is called "data-tables" or something like that.