feat: combinetable & views, allow disabling views

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-12-09 20:30:17 +05:30
parent 298ccd8a5b
commit 2f54fb14eb
9 changed files with 126 additions and 18 deletions

View File

@@ -27,6 +27,12 @@ function translateUiToLibCall(args, op, opArgs) {
data.title = 'list'
data.module = 'table'
break
case 'xcTableAndViewList':
data.api = 'DB_TABLE_VIEW_LIST'
data.type = 'List'
data.title = 'list'
data.module = 'table'
break
case 'tableUpdate':
data.type = 'Update'
data.title = opArgs._tn || opArgs.tn