kreeger / etcetera

Educational Technology Center Equipment Tracking and Enhanced Report Authoring. This desperately needs some refactoring love, as it was my first real-deal Django project (and it was done *somewhat* willy-nilly).
http://etc.missouristate.edu/etcetera
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

Implement clickable headers #7

Open kreeger opened 15 years ago

kreeger commented 15 years ago

I shudder at the thought.

Each click should probably sent GET information to the views regarding which order_by() filter to apply to the query set.

The challenge may just be getting this to work along with search results and pagination, all which rely on GET data.