Changes for page Livetable Macro

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

<
From version < 96.2 >
edited by Alex Cotiugă
on 2017/08/23 17:11
To version < 97.1 >
edited by Marius Dumitru Florea
on 2017/09/27 11:34
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.acotiuga
1 +xwiki:XWiki.mflorea
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -107,7 +107,7 @@
107 107  |##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
108 108  |##filterable##|Should the column present a filter on its header?|##true##{{footnote}}except for doc.title, because [[filtering on doc.title is not possible>>http://www.xwiki.org/xwiki/bin/view/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 109  |##sortable##|Should the column be available as a sort key?|##true##|
110 -|##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), and ##date## {{info}}since 9.5RC1{{/info}}.|//None// (no type)|
110 +|##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)|
111 111  |##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)|
112 112  |##size##|The size of the filter field. CSS might override this value to make the field 100%.|//None//|
113 113  |##link##|The type of link to use for this column. Can be one of:(((

Get Connected