Changes for page Livetable Macro

Last modified by Manuel Leduc on 2024/01/04 15:56

<
From version < 101.2 >
edited by Clemens Robbenhaar
on 2018/10/09 20:00
To version < 102.2 >
edited by Martin Simmons
on 2019/01/16 19:54
>
Change comment: The editor link type requires "Extension.LiveTable Property Editor".

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ClemensRobbenhaar
1 +xwiki:XWiki.mslw
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -106,7 +106,7 @@
106 106  
107 107  |=Name|=Descriptions|=Default value|=Since
108 108  |##displayName##|The name to display as a column header for this column (wins over the translationPrefix table option) (Note: available starting with XE 2.3)|//None//|2.3
109 -|##filterable##|Should the column present a filter on its header?|##true##{{footnote}}except for doc.title, because [[filtering on doc.title is not possible>>doc:xwiki:FAQ.Why is it not possible to filter on doc title in a Livetable]]{{/footnote}}{{footnote}}Before 9.5RC1 only ##list##, ##text##, ##number## are filterable. Since 9.5RC1, ##date## type columns can also be filtered. If you are on an older version, you can try out the [[extension for a date filter>>doc:Filtrable Live Table by date]].{{/footnote}}|
109 +|##filterable##|Should the column present a filter on its header?|##true##{{footnote}}note that [[filtering on doc.title does not work as expected>>doc:xwiki:FAQ.Why does filtering on doc title in a livetable not work as expected]] and was disabled before XWiki 10.9{{/footnote}}{{footnote}}Before 9.5RC1 only ##list##, ##text##, ##number## are filterable. Since 9.5RC1, ##date## type columns can also be filtered. If you are on an older version, you can try out the [[extension for a date filter>>doc:Filtrable Live Table by date]].{{/footnote}}|
110 110  |##sortable##|Should the column be available as a sort key?|##true##|
111 111  |##type##|For filterable columns, the type of filter for the column. Valid values are: ##hidden## (allows to hide a column), ##text##, ##list##, ##number##, ##boolean## {{info}}since 8.2M2{{/info}}, ##multilist## {{info}}since 8.2M2{{/info}} (allows the user to filter on multiple values of a list), ##date## {{info}}since 9.5RC1{{/info}} and ##suggest## {{info}}since 9.8{{/info}} (supported by Database List, List of Users and List of Groups property types).|//None// (no type)|
112 112  |##match##|(6.3M1+) For filterable columns, specifies how the filter value should be matched against the stored value. Possible values are: ##exact##, ##partial##, ##prefix##. The default live table results page is currently supporting this option for the following property types: ##StringProperty##, ##LargeStringProperty## and ##DBStringListProperty##. Custom live table results pages might not provide this option.|//None// (depends on the column data type)|
... ... @@ -114,7 +114,7 @@
114 114  |##link##|The type of link to use for this column. Can be one of:(((
115 115  * ##auto##: link to the URL provided by the ##<columnName>_url## row property from the JSON results; falls back on the ##doc_url## property
116 116  * ##field##: same as ##auto## but without the fallback; this can be used for instance with Database List properties in order to link the column value to the corresponding XWiki document
117 -* ##editor##: link to edit the corresponding object property
117 +* ##editor##: link to edit the corresponding object property (requires [[Extension.LiveTable Property Editor]])
118 118  * ##author##: link to the URL provided by the ##doc_author_url## row property from the JSON results
119 119  * ##space##: link to the URL provided by the ##doc_space_url## row property from the JSON results
120 120  * ##wiki##: link to the URL provided by the ##doc_wiki_url## row property from the JSON results
... ... @@ -480,9 +480,9 @@
480 480  * ##platform.livetable._actions.<action>##
481 481  The ##translationPrefix## refers to the livetable option parameter and the ##action## refers the values of the ##_actions## column parameters ( ##rename##, ##rights##, ##delete##, ##copy##, etc.)
482 482  
483 -=== How do I filter on doc.title ===
483 +=== What is the issue with filtering on doc.title not working "as expected" ===
484 484  
485 -[[It's not possible to filter on doc.title>>xwiki:FAQ.Why is it not possible to filter on doc title in a Livetable]].
485 +This is explained in detail here: [[xwiki:FAQ.Why does filtering on doc title in a livetable not work as expected]].
486 486  
487 487  === How is possible to add preview links next to Office documents listed in the _attachments column ===
488 488  

Get Connected