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

@@ -12,6 +12,10 @@ const uiTypes = [
name: 'ForeignKey',
icon: 'mdi-link-variant'
},
{
name: 'Lookup',
icon: 'mdi-link-variant'
},
{
name: 'SingleLineText',
icon: 'mdi-format-color-text'