diff -r 81758c94f3df -r a9b03c2634c5 svghmi/gen_index_xhtml.xslt --- a/svghmi/gen_index_xhtml.xslt Thu Oct 22 22:44:29 2020 +0200 +++ b/svghmi/gen_index_xhtml.xslt Wed Oct 28 18:21:12 2020 +0200 @@ -3826,7 +3826,9 @@ class JsonTableWidget extends Widget{ - cache = [100,50]; + // arbitrary defaults to avoid missing entries in query + + cache = [0,100,50]; do_http_request(...opt) { @@ -3840,6 +3842,8 @@ visible: this.visible, + extra: this.cache.slice(4), + options: opt }; @@ -4177,8 +4181,6 @@ this.apply_hmi_value(3, this.visible); - console.log(range,position,jdata); -