Open Nickduino opened 4 days ago
It appears that column sorting requires a distinct name
value. That's why the Distance
column worked, whereas the other columns sorted the first column instead of the clicked column. So the workaround is to use names on the columns, instead of or with icons.
I will look into correcting this behavior in a future release, but I am not the code owner, so no guarantees.
I got no answer on the community thread, so I'm trying here. I could not find similar issues on Github either.
If I leave the card alone (and let
sort_by: state+
do its thing), It works. But if I click on the headers, I don't get the right sorting:The "Distance" column sorts properly. The last one (which displays the age of the information) doesn't (even if I remove the prefix and show only numbers:
The sorting by price column doesn't work either if I remove
sort_by: state+
I also triedsort_unmodified = true
just in case: the behavior is the same