hi I cant update data injected to Ui telpmate until reload Tabs !!!
whay
any help
[{"id":"fadb2f93.c61ec8","type":"ui_template","z":"3bab7d86.a7d252","group":"917f331.ee040d","name":"Head","order":3,"width":"16","height":"17","format":"<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdn.datatables.net/v/ju-1.12.1/dt-1.10.18/af-2.3.2/b-1.5.4/datatables.min.css\"/>\n \n<script type=\"text/javascript\" src=\"https://cdn.datatables.net/v/ju-1.12.1/dt-1.10.18/af-2.3.2/b-1.5.4/datatables.min.js\"></script>\n\n","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":false,"templateScope":"global","x":470,"y":460,"wires":[[]]},{"id":"2eb129eb.da4e26","type":"ui_template","z":"3bab7d86.a7d252","group":"917f331.ee040d","name":"Table","order":3,"width":"16","height":"17","format":"<table id=\"example\" class=\"display\" width=\"100%\"></table>\n<style> \nbody.nr-dashboard-theme md-content md-card {\n\tcolor: #000000;\n}\n</style>\n<script type=\"text/javascript\" class=\"init\">\n var dataSet =[];\n $(document).ready(function() {\n $('#example').DataTable( {\n data: dataSet,\n columns: [\n { title: \"Name\" },\n { title: \"Position\" },\n { title: \"Office\" },\n { title: \"Extn.\" },\n { title: \"Start date\" },\n { title: \"Salary\" }\n ]\n } );\n} );\n(function(scope) {\n\n scope.$watch('msg', function (msg) { //watch for an incoming NR msg\n if (msg) {\n console.log(msg)\n dataSet = msg.payload;\n \n\n\n\n };\n }); \n })(scope);\n</script>\n","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":false,"templateScope":"local","x":470,"y":500,"wires":[[]]},{"id":"a4b9a602.cedcb8","type":"inject","z":"3bab7d86.a7d252","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"[[\"Tiger Nixon\",\"System Architect\",\"Edinburgh\",\"5421\",\"2011/04/25\",\"$320,800\"],[\"Garrett Winters\",\"Accountant\",\"Tokyo\",\"8422\",\"2011/07/25\",\"$170,750\"]]","payloadType":"json","x":300,"y":500,"wires":[["2eb129eb.da4e26"]]},{"id":"917f331.ee040d","type":"ui_group","name":"Group 1","tab":"5543b30c.8e955c","order":1,"disp":true,"width":"16","collapse":true},{"id":"5543b30c.8e955c","type":"ui_tab","name":"Tabulka","icon":"dashboard","disabled":false,"hidden":false}]