I ended up just using an hql query or whatever to iterate through the documents that make up the LiveTable instead. Thanks for the response
On Aug 21, 2014, at 10:33 PM, "Marius Dumitru Florea" <[email protected]> wrote:
The Documents macro doesn't support this (see http://extensions.xwiki.org/xwiki/bin/view/Extension/Documents+Macro ). The live table has a parameter to filter the rows though, 'extraParams' here http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HAllacc... , so you'll have to generate the live table by yourself in order to be able to set this parameter. You can checkout the code of the Documents macro https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwik... .
Hope this helps, Marius
On Wed, Aug 20, 2014 at 9:01 PM, Jason Clemons <[email protected]> wrote: Hello all,
I've added a "Document Macro" to my page template which shows the contents of a LiveTable which works perfectly. I'm wondering if there is a way (in the document macro) to filter the results on a column in my LiveTable to only show specific rows ? _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users