directus/v6-archive

Sorting behaviour in tables

開放

#27 建立於 2018年10月25日

 (0 則留言) (0 個反應) (0 位負責人)JavaScript (4 個分叉)auto 404
4. Minorbughelp wantedv6

倉庫指標

星標
 (2 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

From directus created by ivansf : directus/directus#2033

For security issues, please email support@getdirectus.com directly.

To help us resolve your issue more quickly, please use the following template:

For feature requests/voting please use the Directus Request Tool, or come chat with us through getdirectus.com. Accepted feature requests will be added to GitHub Issues for assignment.

Version Info

  • Directus version and branch: (Or commit hash)
  • PHP version: 7
  • MySQL version: RDS Aurora
  • Web server: Apache
  • OS name and version: Ubuntu Artful

Expected Behavior

Be able to sort tables in the admin panel. Be able to view dates in the table

Actual Behavior

Sort doesn't seem to be working. Dates only come up some times when doing command+R refresh. multiple times clicking the column header makes the dates to come up but not sorted.

Steps to Reproduce

  1. Create a table with title and date_updated system field.
  2. Add some records.
  3. Visit the table in the admin panel, try to sort.

Schema Dump, Logs, or Screenshots

Database

When initially loaded (command+R)

after cycling through clicking the date updated header

貢獻者指南