Presentation Ideas

Version 2.1 by Vincent Massol on 2019/10/30 14:40

#set($columns = ["doc.title", proposedBy", "duration", "audienceLevel", "_actions"])
#set($columnsProperties = {
    "doc.title" : { "type" : "text", "link" : "view"},
    "proposedBy" : { "type" : "text", "html" : "true"},
    "duration" : { "type" : "text"},
    "audienceLevel" : { "type" : "text"}
})
#set($options = {
   "className":"PresentationIdea.Code.PresentationIdeaClass"
})
#livetable("presentationIdeas" $columns $columnsProperties $options)

Get Connected