default sorting on schemas

This commit is contained in:
2023-10-23 19:43:59 +03:00
parent 868a97f68b
commit cd1d380483
11 changed files with 90 additions and 44 deletions
+4 -2
View File
@@ -9,7 +9,8 @@
const channel = getContext("channel");
const dispatch = createEventDispatcher();
export let sort;
export let sortParam;
export let sortField;
export let schema;
export let operators;
export let filter;
@@ -50,7 +51,8 @@
<SortFields
{schema}
{sort}
{sortParam}
{sortField}
{systemFields}
{inModal}
{modalUrl}