Hi Leonardo,
I guess you’re referring
to
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro+2.0
Please note that this extension was done by Ludovic Dubost and it’s not a XWiki
Development Team extension, i.e. it’s not supported officially by the XWiki project.
FTR and to be complete, also note this idea of a new design for the livetable macro in the
future (not existing yet):
http://design.xwiki.org/xwiki/bin/view/Design/LiveTable20Macro
On 21 Feb 2014 at 09:24:00, Ecaterina Moraru (Valica)
(valicac@gmail.com(mailto:valicac@gmail.com)) wrote:
Hi,
You can rename the column labels by using Translations. A similar answer to
your problem can be found here
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HHowdo…
Regarding the idea, it's very nice. You could report an improvement on
http://jira.xwiki.org/browse/XWIKI/component/12041
This is not the correct place actually since this location is for code supported by the
XWiki dev team.
Since
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro+2.0 is a
contributed extension, the correct place is to comment on that page at the moment (there’s
no JIRA project for it as of now).
Thanks
-Vincent
Thanks,
Caty
On Fri, Feb 21, 2014 at 1:19 AM, Leonardo Kodato
wrote:
> Hi.
> First, I would like to thank you for you great work. Xwiki is a wonderfull
> tool and I'm happy to test it.
> I have some questions about the Livetable 2.0 macro. I searched on Xwiki
> Wiki and on mailing lists, but I havent found the answer.
> - Is there a way to label the column header in livetable 2.0?
> In livetable 1, I just need to set columnProperties, but its too difficult
> for non-geek people.
>
> #set($columnsProperties = {
> "_avatar" : { "type" : "none", "link" :
"none", "html" : "true",
> "sortable":false },
> "first_name" : { "type" : "text" , "size" :
20, "link" : "view"},
> "last_name" : { "type" : "text", "link" :
"view"},
> "email" : { "type" : "text" }
>
> Idea: Perhaps you can introduce a interface just like in the App Within
> Minutes Application(drag-and-drop the columns you want to display).
>
> Thank you very much =)