Changes for page Documents Macro

Last modified by Ludovic Dubost on 2024/07/22 15:50

From version 4.1
edited by Ludovic Dubost
on 2015/11/28 14:58
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui-7.3]
To version 5.1
edited by Ludovic Dubost
on 2016/04/01 11:48
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui-8.0]

Summary

Details

XWiki.WikiMacroClass[0]
Macro code
... ... @@ -8,7 +8,7 @@
8 8   #set($collist = ['doc.title', 'doc.location', 'doc.date', 'doc.author'])
9 9  #end
10 10  #set($colprops = {
11 - 'doc.title' : { 'type' : 'text' , 'size' : 30, 'link' : 'view', 'filterable': false },
11 + 'doc.title' : { 'type' : 'text' , 'size' : 30, 'link' : 'view', 'filterable': false, 'sortable': false },
12 12   'doc.location' : { 'type': 'text', 'filterable': true, 'html': true},
13 13   'doc.fullName' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' },
14 14   'doc.name' : { 'type' : 'text' , 'size' : 30, 'link' : 'view' },