Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Add column sorting option for SQL query panel #490

Open
troygrosfield opened this issue Dec 3, 2013 · 4 comments
Open
Labels

Comments

@troygrosfield
Copy link

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

via plain js

Thanks a ton for building a super awesome tool!!

@aaugustin
Copy link
Contributor

There's some overlap with #27.

@clintonb
Copy link

clintonb commented Sep 1, 2016

Any plans to actually implement sorting?

@aaugustin
Copy link
Contributor

Until a contributor submits a pull request, you can safely assume there's no plan.

@Lakshmikanth2001
Copy link

I have added dataTables for SQL pannel, if this ok i will make a pull request

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants