Good Day,
Is it possible to merge 2 or more classes in 1 livetable. I do have 2 separate spaces, “Teams” and “Persons” and would like to merge them into a “Contacts” space livetable. thanks.
Good Day,
Is it possible to merge 2 or more classes in 1 livetable. I do have 2 separate spaces, “Teams” and “Persons” and would like to merge them into a “Contacts” space livetable. thanks.
Hi,
For this you should use the resultPage (or url ) option in the livetable https://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable%20Macro#HParameter24options for giving to the livetable a different page that will provide the JSON with data.
Here is a different example were the default page XWiki.LiveTableResults was overridden https://snippets.xwiki.org/xwiki/bin/view/Extension/List%20all%20objects
Hope it’s helpful,
Lavinia
Thank you very much for this!