davebridges / mousedb

Django Based Database System for Experimental Subjects
http://davebridges.github.com/mousedb
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

problem with sorting animals by eartag numbers on all main pages #10

Closed SergeyZolov closed 14 years ago

SergeyZolov commented 14 years ago

sorting animals does not working on main pages for all tables (list animals, in breeding cage), but in admin page this sorting works.

davebridges commented 14 years ago

updated to dataTables 1.7, sorting now works for all fields except number fields. Posted a question to the dataTables forum

davebridges commented 14 years ago

Removed html from the numbers. The numbers were being sorted as html strings not as integers. Fixed in http://github.com/davebridges/mousedb/commit/acc4b6b0e439560b51405d5d7ca69332200198a2