Hi,
i have seen this KB entry, i need a other way to show a data table, like the error one displaying the sensors from a library.
What in the HTML code i must change to get a table instead a tree and is there any documentation for the HTML stuff?
Is it possible to change the font size etc ?
Here my test code for the tree
<!--Custom Map Objects:Custom Test 01--> <div class="map_object map_table" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">"> <#mapobject type="objectgrip" mode="<@editmode>"> <#mapobject type="htmlbefore" subid="<@subid>"> <#checkobjecttype objecttype="probenode,group" nicemessage="true" id="<@objectid>"> <div id="viewport"> <div id="libTree" class="prtg-plugin toplistgraph" data-plugin="toplist" data-objectid="<#mapobject type="htmlbefore" subid="<@subid>">" data-lib-name='Library' data-view-type='<#system type="groupviewsize" varexpand="overwrite" overwrite="@grpvs">' data-controls-parent='#viewport' data-hide-controls="true" data-objects='<#table id='<#mapobject type="htmlbefore" subid="<@subid>">' output='json' count='*' subcheck='1' noraw='1' content='library' sortby='downtimesince' filter_basetype='@ntxt('sensor')' columns='group,device,sensor,downtimesince,status,lastvalue,minigraph,message'>' > </div> </div> <#mapobject type="htmlafter" subid="<@subid>"> </div>
Thank you for any help
Volkan
EDIT by PAESSLER: Adjusted formatting.
Add comment