Added Sort Column
This commit is contained in:
@@ -506,6 +506,8 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
label: "Abwesenheitsanträge",
|
label: "Abwesenheitsanträge",
|
||||||
labelSingle: "Abwesenheitsantrag",
|
labelSingle: "Abwesenheitsantrag",
|
||||||
isStandardEntity: true,
|
isStandardEntity: true,
|
||||||
|
supabaseSortColumn:"startDate",
|
||||||
|
supabaseSortAscending: false,
|
||||||
supabaseSelectWithInformation: "*",
|
supabaseSelectWithInformation: "*",
|
||||||
historyItemHolder: "absencerequest",
|
historyItemHolder: "absencerequest",
|
||||||
redirect:true,
|
redirect:true,
|
||||||
|
|||||||
Reference in New Issue
Block a user