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:
Brainslug
2022-06-16 15:49:22 +02:00
committed by GitHub
parent 9c77c29e6c
commit 78541d35dc

View File

@@ -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"