Hello Team,
I would like to keep the default sorting to be ascending on Trap [IDX] column of this dataminer table whenever the element is opened. Do I need to make a change on protocol level or it can be done on dataminer interfac?
I know that on clicking the column name we can change the sorting criteria but I want to make the default sorting criteria to be ascending whenever the element is loaded. (I mean without any manual clicking on column names)
Hi,
This can be changed in the Measurement Type options attribute of the table parameter in the protocol.xml, e.g. sort:INT-INT-STRING|ASC|0-STRING will sort the third column in ascending order. For more info, see options attribute | DataMiner Docs
Regards,