table_Data () // A backend function that gives me the json data;
. then (( data ) => {
console . log ( data1 )
$w ( “#html3” ). postMessage ( data1 );
})
The parameter is data (from then() and not data1.
table_Data () // A backend function that gives me the json data;
. then (( data ) => {
console . log ( data1 )
$w ( “#html3” ). postMessage ( data1 );
})
The parameter is data (from then() and not data1.