mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 14:37:21 +00:00
refactor(gui): reorder filter and sort
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user