feat: Add hasMany UI cell

Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
This commit is contained in:
Pranav C Balan
2021-06-12 19:47:38 +05:30
committed by Pranav C
parent 3c5bfe289e
commit 05369f46ef
11 changed files with 564 additions and 193 deletions

View File

@@ -43,10 +43,10 @@ const uiTypes = [
name: 'ForeignKey',
icon: 'mdi-link-variant',
},
// {
// name: 'LinkToAnotherRecord',
// icon: 'mdi-link-variant',
// },
{
name: 'LinkToAnotherRecord',
icon: 'mdi-link-variant',
},
{
name: 'SingleLineText',
icon: 'mdi-format-color-text',