Default sort not working if used in template
mauthi opened this issue · 1 comments
mauthi commented
This is a bug.
Prerequisites
- Are you running the latest version?
- Are you reporting to the correct repository?
- Did you check the documentation?
- Did you perform a cursory search?
Description
If you set "sort:DESC"
as meta for a column it is
- shown as sorted in FE
- but not sorted by that column
Steps to Reproduce
- Add
"sort:DESC"
to meta of name column in people.json - Clear local storage
- Re-login
- Go to peoples page
Expected behavior
People are sort by name
Actual behavior
People are not sorted by name (no order by in query)
mauthi commented
tested - it works - thx