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#HAllacceptedvalues , 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/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml#L164 .
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
