mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Big Integer fields sort as strings (#13904)
* inelegant solution for BigInt sorting
* Revert "inelegant solution for BigInt sorting"
This reverts commit e804588140.
* always use server sorting in the tabular layout
* Update app/src/layouts/tabular/tabular.vue
Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
:items="items"
|
||||
:loading="loading"
|
||||
:row-height="tableRowHeight"
|
||||
:server-sort="itemCount === limit || totalPages > 1"
|
||||
server-sort
|
||||
:item-key="primaryKeyField?.field"
|
||||
:show-manual-sort="sortField !== null"
|
||||
:manual-sort-key="sortField"
|
||||
|
||||
Reference in New Issue
Block a user