Hello
I'm creating a Live Table with the normal macro and I would like to know if it is
possible to change the font size and color of the text inside the table ?
{{velocity}}
#set($columns = ["doc.name", "doc.date"])
#set($columnsProperties = {
"doc.name" : {"displayName" : "Name "},
"doc.date" : {"displayName" : " "},
})
#set($options = {
"className":"",
"selectedColumn" : "doc.date",
"defaultOrder" : "desc",
"rowCount": 10
})
#livetable("userdirectory" $columns $columnsProperties $options)
{{/velocity}}
This is the code I use to create the livetable (of all documents of the XWiki), but I have
no idea how to change the font size and color for the whole table, and I would also like
to know if it was possible to change the font size and color for a specific column?
Thanks for the advice !!
Greetings
Adrien