mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 12:56:53 +00:00
feat: Add child edit option
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user