llaske / sugarizer-server

Sugarizer Server allow deployment of Sugarizer on a local server, for example on a school server.
Apache License 2.0
42 stars 92 forks source link

Sort tables in Users/Classrooms by clicking on the column header #78

Closed ahmedkrmn closed 5 years ago

ahmedkrmn commented 5 years ago

This is an enhancement feature that I think would be very handy if added to the project. The admin can click on the header he/she wants to sort the table by whether it's students table, the admins table or the classrooms table.

Here are two Gifs demonstrating the functionality: Users (Students/Admins):

Users2

Classrooms:

Classrooms

PR #79 implements this desired functionality.

Note: The cursor icon not changing when hovering over the header of the specific column is a UI issue that is also present with items on the sidebar.

llaske commented 5 years ago

This issue mentioned only local sort. More on https://github.com/llaske/sugarizer-server/issues/50