I have created some custom sensor table map objects, to display simple lists of sensors. I have the following poperties in my map object code:
columns="sensor, lastvalue, minigraph" sortby="" sortable="true"
The table column headers appear as clickable links, but clicking on them has no effect, i.e. the table does not sort by the column clicked.
Full map object code is below.
thanks! dan.
<!--Data Tables: Custom Sensor Table--> <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>"> <#checkobjecttype objecttype="probenode,group,device" nicemessage="true" id="<@objectid>"> <div class="top100listcontainer" style="overflow:hidden"> <#table tableid="sensortable" id="<@objectid>" content="sensors" columns="sensor,lastvalue,minigraph" sortby="" infoheader="false" links="true" sortable="true" filter_tags="@tag(<@tagfilterstring>)" varexpand="" tabletitle="" > </div> <#mapobject type="htmlafter" subid="<@subid>"> </div>
Add comment