I have created my own table object for a Monitoring Map.
<#table tableid="dashalarmtable" content="sensors" id="<@objectid>" columns="object, device" count="20" sortby="priority" links="false" sortable="false" infoheader="false" filter_tags="@tag(<@tagfilterstring>)" filter_status="5" >
Thats my table.
How am I able to sort this table by the Priority of the Device, and not by the Priority of the Sensor?
Add comment