SVGHMI: JsonTable now outputs "visible" value as well. svghmi
authorEdouard Tisserant
Mon, 19 Oct 2020 10:17:18 +0200
branchsvghmi
changeset 3066 d7b9c2ceb3fb
parent 3065 c369a742443d
child 3067 2263f2ecf9bb
SVGHMI: JsonTable now outputs "visible" value as well.
svghmi/widget_jsontable.ysl2
--- a/svghmi/widget_jsontable.ysl2	Mon Oct 19 10:15:26 2020 +0200
+++ b/svghmi/widget_jsontable.ysl2	Mon Oct 19 10:17:18 2020 +0200
@@ -219,6 +219,7 @@
     |         let [range,position,jdata] = janswer;
     |         this.apply_hmi_value(1, range);
     |         this.apply_hmi_value(2, position);
+    |         this.apply_hmi_value(3, this.visible);
     |         console.log(range,position,jdata);
     apply "$data_elt", mode="json_table_render_except_comments" {
         with "expressions","$initexpr_ns";