LearnersGuild / echo

learning management system
MIT License
3 stars 31 forks source link

tables should be sortable in the Admin UI #925

Open jeffreywescott opened 7 years ago

jeffreywescott commented 7 years ago

No support out of the box for this with react-toolbox.

Options:

heyheyjp commented 7 years ago

Following a series of discussions w/ @TrevorJamesH, pulling this back onto the icebox for now. We'll instead prioritize implementation of a search feature.

heyheyjp commented 7 years ago

One of the primary complicating factors is that one of the tables that would be affected is now paginated (the Projects list, by cycle -- introduced after this feature was first requested and tracked in the old system). Not having the entire data set loaded diminishes the utility of a sorting function. It's clear that a more useful feature would be the ability to filter/search for content in the system.