-
Notifications
You must be signed in to change notification settings - Fork 26
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 not working (maybe bug, maybe FR) #126
Comments
Seems to be by a design. As it was specified in Docs: @daringer @AleXSR700 |
@ildar170975 But I now saw that there is a feature That would of course, if true, turn this "issue" into a "feature request" :) |
Yes, did not see that originally -.- So I would say it is now a feature request to be able to sort by any attribute of the entities specified, even if they are not in any column. |
It seems that sorting only works on attributes that are being displayed in the table rather than all attributes of the entity that is being displayed.
I am displaying only the state but this seems to mean that I can only sort by state and not by friendly_name of the entity who's state I am displaying.
So even though the included entities all have friendly_names, sorting does nothing except when sorting by state (the only attribute being displayed).
Ideally, like in auto-entities, sorting should be possible by any attribute of the entities selected in
include
.Would that be possible?
Or is that maybe even the intended way?
Thank you
Alex
The text was updated successfully, but these errors were encountered: