sjasthi / learnandhelp

Learn and Help: Learn programming and help different causes.
MIT License
0 stars 10 forks source link

(enhancement) schools display for the visitors - SORT by #63

Open sjasthi opened 4 months ago

sjasthi commented 4 months ago

Enable SORT by ID (which is the current default display) and SORT BY NAME (to be implemented).

https://learnandhelp.jasthi.com/schools.php (will show the grid sorted by ID = default) https://learnandhelp.jasthi.com/schools.php?sort="id" (will show the grid sorted by ID)

https://learnandhelp.jasthi.com/schools.php?sort="name" (will show the grid sorted by the name of the school)