Suggest LiveTable Filter Macro

Version 1.2 by Zoubir Medjdoub on 2016/03/20 11:32

cogTransform the LiveTable filter input, into suggest in order to filter by the key ( for eg : XWiki.User1 )
TypeXAR
CategoryMacro
Developed by

Zoubir Medjdoub

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Table of contents

Description

With this macro, you can transform the LiveTable filter input into suggest in order to filter by the key ( for eg : XWiki.User1 ), we can use this macros on a dbList field property.
This macro should be called before the livetable macro.

Example of use :


## Prepare the suggest service url
#set ($suggestURL = $doc.getURL("view","xpage=suggest&classname=myClass&fieldname=myField"))
{{SuggestLiveTableFilter suggestServiceURL="$suggestURL" colname="authors" /}}

....

#livetable('themeDocumentsLivetable' $columns $columnsProperties $options)
Tags: livetable
Created by Zoubir Medjdoub on 2016/03/20 11:27
    

Get Connected