Lookup field in Livetable

Example code:

    {{velocity}}
    #set($columns = ["Definition"])
    #set($columnsProperties = {
        "Definition" : { "type" : "list", "class": "Glossary.Code.GlossaryClass"}
    })
    #set($options = { 
       "rowCount": 10
    })
    #livetable("GlossaryTable" $columns $columnsProperties $options)
    {{/velocity}}

but list is empty:
image

Where is my mistake?
Thanks…

Hi @Rostyslav_Fitsyk!

Could you provide more info about what your’e expectations are? If the Definition field is a StaticList, then you have to provide the list items in the property definition, in the class. If, instead, the Definition field is a Boolean, then 'type': 'boolean' should be used in $columnsProperties

Hope it helps,
Alex

Alex, thanks for attention.
My question is frozen now because I found a new toy - a Query Generator macro . Now I have enough, but later I’ll be back :slight_smile: