mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:56:42 +00:00
feat: Lookup implementation
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -431,10 +431,10 @@ export default {
|
||||
this.selected.col = null
|
||||
this.selected.row = null
|
||||
},
|
||||
onNewColCreation() {
|
||||
onNewColCreation(col) {
|
||||
this.addNewColMenu = false
|
||||
this.addNewColModal = false
|
||||
this.$emit('onNewColCreation')
|
||||
this.$emit('onNewColCreation', col)
|
||||
},
|
||||
expandRow(...args) {
|
||||
this.$emit('expandRow', ...args)
|
||||
|
||||
Reference in New Issue
Block a user