AlyceBrady / ramp

Record and Activity Management Program (temporarily combined with SMART: Software for Managing Academic Records and Transcripts)
BSD 2-Clause "Simplified" License
3 stars 11 forks source link

Sorting of tabular view data by field/column #18

Open AlyceBrady opened 11 years ago

AlyceBrady commented 11 years ago

Support clicking on column headings to sort table-view data by different fields (primary sort at least, although supporting primary & secondary sorts would be nice).

AlyceBrady commented 10 years ago

Sorting within list view might also be nice (by default, sort by first column?). Should sorting be done on the client side (AJAX, maybe?) rather than via posting a sort request back to the server?