feat: Lookup implementation

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-23 12:06:16 +05:30
parent fa54b78c58
commit d3354d2aae
14 changed files with 573 additions and 69 deletions

View File

@@ -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)