Code
Company Name
Contact
Title
Address
City
Zip
Phone
Fax
Country
3.5.0 (js)

Function

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());
}