Open fullscreen | Source on github | User Guide
const url = 'https://cdn.activewidgets.com/demo/customers.json';
function rows(){
return fetch(url).then(res => res.json());
}
Open fullscreen | Source on github | User Guide
const url = 'https://cdn.activewidgets.com/demo/customers.json';
function rows(){
return fetch(url).then(res => res.json());
}