refactor(gui): reorder filter and sort

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-05-18 16:01:54 +05:30
parent a11a5abf59
commit 0890d61be0
2 changed files with 9 additions and 11 deletions

View File

@@ -80,17 +80,6 @@
:view-id="selectedViewId"
@updated="loadTableData"
/>
<sort-list
v-if="!isForm"
v-model="sortList"
:is-locked="isLocked"
:meta="meta"
:view-id="selectedViewId"
@updated="loadTableData"
/>
<!-- v-model="sortList"-->
<!-- :field-list="[...realFieldList, ...formulaFieldList]"-->
<column-filter
v-if="!isForm"
v-model="filters"
@@ -101,6 +90,14 @@
:view-id="selectedViewId"
@updated="loadTableData"
/>
<sort-list
v-if="!isForm"
v-model="sortList"
:is-locked="isLocked"
:meta="meta"
:view-id="selectedViewId"
@updated="loadTableData"
/>
</div>
<share-view-menu
v-if="!isGallery"