I have this code to display table, but i cant figure out how to display tagCloud to use it as filter.
Also i think i should point that now i have only 1 tag in all wiki. Maybe it is the case.
I`ve crafted this table from chunks of docs and answers. So if you know better structure for it - i would be glad to hear.
{{liveData properties="doc.title,doc.location,doc.author,doc.date,tags"
showPageSizeDropdown="true" source="liveTable"
sourceParameters="tagCloud=true&translationPrefix=platform.index."
filters="doc.location=Main/Общие материалы/1C/1С\:ЕРП/"
sort="doc.date:desc"}}
{
"meta": {
"propertyDescriptors": [
{
"id": "doc.location",
"displayer": "html",
"sortable": false,
"filterable": false,
"visible": false
}
]
}
}
{{/liveData}}