LiveTable
Live Table
Code
## optional GWT prop editor
#gwtpropeditor()
#set($collist = [ "_avatar", "first_name"])
#set($colprops = {
"first_name" : { "type" : "text" , "size" : 10, "link" : "view"},
"last_name" : { "type" : "text" , "size" : 10, "link" : "view"},
"email" : { "type" : "text" , "size" : 20, "link" : "editor"},
"_avatar" : { "type" : "none" , "size" : 20, "link" : "none", "html" : "true", "sortable":false }
})
#set($options = { "className":"XWiki.XWikiUsers",
"translationPrefix" : "xe.index.users.",
"tagCloud" : true,
"rowCount": 5 })
#livetable("userstable" $collist $colprops $options)
Result
#gwtpropeditor()