django-debug-toolbar
django-debug-toolbar copied to clipboard
Feature Request: Add column sorting option for SQL query panel
A common use case for the SQL query panel is to check and see if you're running over a loop in your code which is causing many queries over the same object (i.e. the same query continuing to unnecessarily occur over and over again).
The feature request here would be to allow sorting of the columns in the SQL panel so I can sort by query or time. What would even be better was if we had the option to group by query.
via jquery
- http://blog.teamtreehouse.com/how-to-code-sortable-tabular-data-with-jquery
via plain js
- http://www.kryogenix.org/code/browser/sorttable/
- http://stackoverflow.com/a/7558600/1007358
Thanks a ton for building a super awesome tool!!
There's some overlap with #27.
Any plans to actually implement sorting?
Until a contributor submits a pull request, you can safely assume there's no plan.
I have added dataTables for SQL pannel, if this ok i will make a pull request
