# HG changeset patch # User Edouard Tisserant # Date 1603095438 -7200 # Node ID d7b9c2ceb3fbd43c3ccd433f19e848eba69b9199 # Parent c369a742443dcb5224591265f127cc91393c2465 SVGHMI: JsonTable now outputs "visible" value as well. diff -r c369a742443d -r d7b9c2ceb3fb 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";