template "widget[@type='JsonTable']", mode="widget_class"
class JsonTableWidget extends Widget{
body: JSON.stringify(query),
headers: {'Content-Type': 'application/json'}
fetch(this.args[0], options)
.then(res => console.log(res));
this.element.setAttribute("onclick", "hmi_widgets['"+this.element_id+"'].on_click(evt)");