How to display tagCloud in liveData table?

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}}

Hello, tag cloud feature is not supported yet, see Loading...

1 Like

Thank you for answer. Waiting this feature :saluting_face: