laravel-enso/tables

Default sort not working if used in template

mauthi opened this issue · 1 comments

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

  1. Add "sort:DESC" to meta of name column in people.json
  2. Clear local storage
  3. Re-login
  4. Go to peoples page

Expected behavior

People are sort by name

Actual behavior

People are not sorted by name (no order by in query)

tested - it works - thx