-
Notifications
You must be signed in to change notification settings - Fork 851
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
Sorting on multiple values #160
Comments
hazeledmands
pushed a commit
to hazeledmands/ng-table
that referenced
this issue
Dec 28, 2013
I would like to ask for multi-col sort support also... |
👍 for multi-column sort |
I thought this was by default but couldn't get it working looks like the functionality isn't really there.:+1: |
Please +1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First I just want to say I absolutely love this project. It's so convenient. Thanks for all the awesome work!
Here's a question. I'm trying to sort a column that's based on multiple values. Here's an example, where I want to be able to sort by two dates with one click:
sortable="['birth', 'death']"
doesn't actually work in this case. I could just set sortable to'birth'
, but then individuals born on the same day would be in an indeterminate order. Is there some way of achieving this that I am missing? Is it something that I could open a pull request for?Thanks!
~Max
The text was updated successfully, but these errors were encountered: