feat: Add child edit option

Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
Pranav C Balan
2021-06-13 18:38:19 +05:30
committed by Pranav C
parent 7765ea1127
commit adc4282d8a
10 changed files with 295 additions and 130 deletions

View File

@@ -67,12 +67,15 @@
</x-btn>
<fields v-model="showFields" :field-list="fieldList"
<fields
v-model="showFields"
:field-list="fieldList"
:meta="meta"
:is-locked="isLocked"
:fieldsOrder.sync="fieldsOrder"
:sqlUi="sqlUi"
:showSystemFields.sync="showSystemFields"></fields>
:showSystemFields.sync="showSystemFields"
/>
<sort-list
:is-locked="isLocked"
@@ -576,7 +579,6 @@ export default {
console.log(e)
}
this.searchField = this.primaryValueColumn;
this.dataLoaded = true;
// await this.loadViews();