From e27cca3fd602d136dc3c97821ce55ee67f9e0898 Mon Sep 17 00:00:00 2001 From: Build Automaion Date: Fri, 15 Dec 2023 10:59:23 +0530 Subject: [PATCH] Integrated latest changes at 12-15-2023 10:30:08 AM --- .../grid/AlignText-cs1/datasource.ts | 77 + .../grid/AlignText-cs1/es5-datasource.js | 219 + .../code-snippet/grid/AlignText-cs1/index.css | 14 + .../code-snippet/grid/AlignText-cs1/index.js | 34 + .../code-snippet/grid/AlignText-cs1/index.ts | 33 + .../grid/AlignText-cs1/js/index.html | 36 + .../grid/AlignText-cs1/systemjs.config.js | 44 + .../grid/AlignText-cs1/ts/index.html | 36 + .../grid/change-header-text-cs1/index.js | 55 +- .../grid/change-header-text-cs1/index.ts | 62 +- .../grid/change-header-text-cs1/js/index.html | 84 +- .../change-header-text-cs1/systemjs.config.js | 2 +- .../grid/change-header-text-cs1/ts/index.html | 62 +- .../column-header-allcolumn/datasource.ts | 77 + .../column-header-allcolumn/es5-datasource.js | 76 + .../grid/column-header-allcolumn/index.css | 14 + .../grid/column-header-allcolumn/index.js | 32 + .../grid/column-header-allcolumn/index.ts | 35 + .../column-header-allcolumn/js/index.html | 39 + .../systemjs.config.js | 44 + .../column-header-allcolumn/ts/index.html | 34 + .../grid/column-header-autowrap/datasource.ts | 113 + .../column-header-autowrap/es5-datasource.js | 111 + .../grid/column-header-autowrap/index.css | 14 + .../grid/column-header-autowrap/index.js | 35 + .../grid/column-header-autowrap/index.ts | 39 + .../grid/column-header-autowrap/js/index.html | 44 + .../column-header-autowrap/systemjs.config.js | 44 + .../grid/column-header-autowrap/ts/index.html | 32 + .../grid/column-header-height/datasource.ts | 77 + .../column-header-height/es5-datasource.js | 76 + .../grid/column-header-height/index.css | 14 + .../grid/column-header-height/index.js | 35 + .../grid/column-header-height/index.ts | 45 + .../grid/column-header-height/js/index.html | 50 + .../column-header-height/systemjs.config.js | 44 + .../grid/column-header-height/ts/index.html | 45 + .../grid/column-header-property/datasource.ts | 77 + .../column-header-property/es5-datasource.js | 76 + .../grid/column-header-property/index.css | 14 + .../grid/column-header-property/index.js | 50 + .../grid/column-header-property/index.ts | 59 + .../grid/column-header-property/js/index.html | 50 + .../column-header-property/systemjs.config.js | 44 + .../grid/column-header-property/ts/index.html | 45 + .../column-header-refreshHeader/datasource.ts | 77 + .../es5-datasource.js | 76 + .../column-header-refreshHeader/index.css | 14 + .../grid/column-header-refreshHeader/index.js | 22 + .../grid/column-header-refreshHeader/index.ts | 25 + .../column-header-refreshHeader/js/index.html | 41 + .../systemjs.config.js | 44 + .../column-header-refreshHeader/ts/index.html | 35 + .../column-header-stylescss/datasource.ts | 217 + .../column-header-stylescss/es5-datasource.js | 219 + .../grid/column-header-stylescss/index.css | 14 + .../grid/column-header-stylescss/index.js | 13 + .../grid/column-header-stylescss/index.ts | 17 + .../column-header-stylescss/js/index.html | 43 + .../systemjs.config.js | 44 + .../column-header-stylescss/ts/index.html | 38 + .../column-header-stylesevents/datasource.ts | 217 + .../es5-datasource.js | 219 + .../grid/column-header-stylesevents/index.css | 14 + .../grid/column-header-stylesevents/index.js | 19 + .../grid/column-header-stylesevents/index.ts | 26 + .../column-header-stylesevents/js/index.html | 44 + .../systemjs.config.js | 44 + .../column-header-stylesevents/ts/index.html | 37 + .../column-header-stylesmethods/datasource.ts | 217 + .../es5-datasource.js | 172 + .../column-header-stylesmethods/index.css | 14 + .../grid/column-header-stylesmethods/index.js | 24 + .../grid/column-header-stylesmethods/index.ts | 28 + .../column-header-stylesmethods/js/index.html | 38 + .../systemjs.config.js | 44 + .../column-header-stylesmethods/ts/index.html | 32 + .../datasource.ts | 172 + .../es5-datasource.js | 172 + .../column-header-stylesproperty/index.css | 14 + .../column-header-stylesproperty/index.js | 11 + .../column-header-stylesproperty/index.ts | 16 + .../js/index.html | 44 + .../systemjs.config.js | 44 + .../ts/index.html | 38 + .../grid/column-header-tooltip/datasource.ts | 77 + .../column-header-tooltip/es5-datasource.js | 76 + .../grid/column-header-tooltip/index.css | 14 + .../grid/column-header-tooltip/index.js | 34 + .../grid/column-header-tooltip/index.ts | 39 + .../grid/column-header-tooltip/js/index.html | 39 + .../column-header-tooltip/systemjs.config.js | 44 + .../grid/column-header-tooltip/ts/index.html | 34 + .../grid/foreign-key-cs1/datasource.ts | 1746 +-- .../grid/foreign-key-cs1/es5-datasource.js | 1732 +-- .../grid/foreign-key-cs1/index.js | 11 +- .../grid/foreign-key-cs1/index.ts | 17 +- .../grid/foreign-key-cs1/js/index.html | 57 +- .../grid/foreign-key-cs1/systemjs.config.js | 4 +- .../grid/foreign-key-cs1/ts/index.html | 29 +- .../grid/foreign-key-cs1remote/index.css | 14 + .../grid/foreign-key-cs1remote/index.js | 23 + .../grid/foreign-key-cs1remote/index.ts | 27 + .../grid/foreign-key-cs1remote/js/index.html | 38 + .../foreign-key-cs1remote/systemjs.config.js | 44 + .../grid/foreign-key-cs1remote/ts/index.html | 32 + .../grid/foreign-key-cs2/datasource.ts | 1747 +-- .../grid/foreign-key-cs2/es5-datasource.js | 1732 +-- .../grid/foreign-key-cs2/index.css | 4 +- .../grid/foreign-key-cs2/index.js | 71 +- .../grid/foreign-key-cs2/index.ts | 25 +- .../grid/foreign-key-cs2/js/index.html | 57 +- .../grid/foreign-key-cs2/systemjs.config.js | 4 +- .../grid/foreign-key-cs2/ts/index.html | 29 +- .../grid/foreign-key-cs3/datasource.ts | 1788 +-- .../grid/foreign-key-cs3/es5-datasource.js | 1774 --- .../grid/foreign-key-cs3/index.js | 72 +- .../grid/foreign-key-cs3/index.ts | 26 +- .../grid/foreign-key-cs3/js/index.html | 60 +- .../grid/foreign-key-cs3/systemjs.config.js | 2 +- .../grid/foreign-key-cs3/ts/index.html | 58 +- .../grid/foreign-key-cs4/datasource.ts | 1788 +-- .../grid/foreign-key-cs4/es5-datasource.js | 1777 +-- .../grid/foreign-key-cs4/index.js | 20 +- .../grid/foreign-key-cs4/index.ts | 19 +- .../grid/foreign-key-cs4/js/index.html | 59 +- .../grid/foreign-key-cs4/systemjs.config.js | 2 +- .../grid/foreign-key-cs4/ts/index.html | 29 +- .../grid/foreign-key-cs5/datasource.ts | 1741 --- .../grid/foreign-key-cs5/es5-datasource.js | 1728 --- .../grid/foreign-key-cs5/index.js | 48 +- .../grid/foreign-key-cs5/index.ts | 19 +- .../grid/foreign-key-cs5/js/index.html | 59 +- .../grid/foreign-key-cs5/systemjs.config.js | 2 +- .../grid/foreign-key-cs5/ts/index.html | 29 +- .../grid/foreign-key-cs6/datasource.ts | 255 +- .../grid/foreign-key-cs6/es5-datasource.js | 251 +- .../grid/foreign-key-cs6/index.js | 28 +- .../grid/foreign-key-cs6/index.ts | 22 +- .../grid/foreign-key-cs6/js/index.html | 59 +- .../grid/foreign-key-cs6/systemjs.config.js | 2 +- .../grid/foreign-key-cs6/ts/index.html | 25 +- .../code-snippet/grid/grid-cs8/childdata.ts | 592 - .../code-snippet/grid/grid-cs8/datasource.ts | 9978 --------------- .../grid/grid-cs8/employeeData.ts | 427 - .../grid/grid-cs8/es5-datasource.js | 10610 ---------------- .../code-snippet/grid/grid-cs8/image.ts | 1 - .../code-snippet/grid/grid-cs8/index.js | 10 +- .../code-snippet/grid/grid-cs8/index.ts | 12 +- .../code-snippet/grid/grid-cs8/js/index.html | 73 +- .../code-snippet/grid/grid-cs8/productData.ts | 41 - .../grid/grid-cs8/systemjs.config.js | 7 +- .../code-snippet/grid/grid-cs8/ts/index.html | 42 +- .../grid/headertemplate-cs1/datasource.ts | 205 - .../grid/headertemplate-cs1/es5-datasource.js | 205 - .../grid/headertemplate-cs1/index.js | 50 +- .../grid/headertemplate-cs1/index.ts | 55 +- .../grid/headertemplate-cs1/js/index.html | 88 +- .../headertemplate-cs1/systemjs.config.js | 3 +- .../grid/headertemplate-cs1/ts/index.html | 80 +- .../grid/orientation-cs1/datasource.ts | 643 - .../grid/orientation-cs1/es5-datasource.js | 515 - .../grid/orientation-cs1/index.js | 37 +- .../grid/orientation-cs1/index.ts | 42 +- .../grid/orientation-cs1/js/index.html | 82 +- .../grid/orientation-cs1/systemjs.config.js | 2 +- .../grid/orientation-cs1/ts/index.html | 34 +- .../grid/stackedheader-cs1-c/datasource.ts | 217 + .../stackedheader-cs1-c/es5-datasource.js | 219 + .../grid/stackedheader-cs1-c/index.css | 14 + .../grid/stackedheader-cs1-c/index.js | 29 + .../grid/stackedheader-cs1-c/index.ts | 37 + .../grid/stackedheader-cs1-c/js/index.html | 46 + .../stackedheader-cs1-c/systemjs.config.js | 44 + .../grid/stackedheader-cs1-c/ts/index.html | 45 + .../grid/columns/foreign-key-column.md | 99 +- ej2-javascript/grid/columns/headers.md | 615 +- 177 files changed, 7511 insertions(+), 42211 deletions(-) create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/index.css create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/index.js create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/index.ts create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/AlignText-cs1/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-allcolumn/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-autowrap/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-height/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-property/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-refreshHeader/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylescss/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesevents/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesmethods/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-stylesproperty/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/index.css create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/index.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/index.ts create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/column-header-tooltip/ts/index.html create mode 100644 ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.css create mode 100644 ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.js create mode 100644 ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.ts create mode 100644 ej2-javascript/code-snippet/grid/foreign-key-cs1remote/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/foreign-key-cs1remote/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/foreign-key-cs1remote/ts/index.html delete mode 100644 ej2-javascript/code-snippet/grid/grid-cs8/childdata.ts delete mode 100644 ej2-javascript/code-snippet/grid/grid-cs8/employeeData.ts delete mode 100644 ej2-javascript/code-snippet/grid/grid-cs8/image.ts delete mode 100644 ej2-javascript/code-snippet/grid/grid-cs8/productData.ts create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/datasource.ts create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/es5-datasource.js create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.css create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.js create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.ts create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/js/index.html create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/systemjs.config.js create mode 100644 ej2-javascript/code-snippet/grid/stackedheader-cs1-c/ts/index.html diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/datasource.ts b/ej2-javascript/code-snippet/grid/AlignText-cs1/datasource.ts new file mode 100644 index 000000000..ada2e0c74 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/datasource.ts @@ -0,0 +1,77 @@ +export let data: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; + diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/es5-datasource.js b/ej2-javascript/code-snippet/grid/AlignText-cs1/es5-datasource.js new file mode 100644 index 000000000..9a9a1c37e --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/es5-datasource.js @@ -0,0 +1,219 @@ +var data = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Ã…kergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + } +]; + diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/index.css b/ej2-javascript/code-snippet/grid/AlignText-cs1/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/index.js b/ej2-javascript/code-snippet/grid/AlignText-cs1/index.js new file mode 100644 index 000000000..cbc9a0c10 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/index.js @@ -0,0 +1,34 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 140 }, + { field: 'Freight', headerText: 'Freight', format: 'C', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', format: 'yMd', width: 140 }, + ], + height: 315, +}); +grid.appendTo('#Grid'); + +var alignmentData = [ + { text: 'Left', value: 'Left' }, + { text: 'Right', value: 'Right' }, + { text: 'Center', value: 'Center' }, + { text: 'Justify', value: 'Justify' } +] + +var dropdownList = new ej.dropdowns.DropDownList({ + value: 'Left', + popupHeight: '240px', + width: 100, + dataSource: alignmentData, + change: changeAlignment, +}); +dropdownList.appendTo('#dropdown'); + +function changeAlignment(args) { + grid.columns.forEach((column) => { + column.headerTextAlign = args.value + }) + grid.refreshHeader(); +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/index.ts b/ej2-javascript/code-snippet/grid/AlignText-cs1/index.ts new file mode 100644 index 000000000..073d7ecaa --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/index.ts @@ -0,0 +1,33 @@ +import { Grid,ChangeEventArgs, ColumnModel } from '@syncfusion/ej2-grids'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { data } from './datasource.ts'; + +let grid: Grid = new Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120 }, + { field: 'CustomerID', headerText: 'Customer Name', width: 150 }, + { field: 'Freight', headerText: 'Freight',format: 'C2', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', width: 130, format: 'yMd' }, + ], + height: 315 +}); +grid.appendTo('#Grid'); + +let dropdownData = ['Left', 'Right', 'Center', 'Justify']; + +let dropDownColumn: DropDownList = new DropDownList({ + value: 'Left', + popupHeight: '240px', + width: 100, + dataSource: dropdownData, + change: changeAlignment, +}); +dropDownColumn.appendTo('#dropdown'); + +function changeAlignment(args: ChangeEventArgs) { + grid.columns.forEach((column: ColumnModel) => { + column.headerTextAlign = args.value + }) + grid.refreshHeader(); +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/js/index.html b/ej2-javascript/code-snippet/grid/AlignText-cs1/js/index.html new file mode 100644 index 000000000..3332ca1b8 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/js/index.html @@ -0,0 +1,36 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/systemjs.config.js b/ej2-javascript/code-snippet/grid/AlignText-cs1/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/AlignText-cs1/ts/index.html b/ej2-javascript/code-snippet/grid/AlignText-cs1/ts/index.html new file mode 100644 index 000000000..256e69586 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/AlignText-cs1/ts/index.html @@ -0,0 +1,36 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+ + +
+
Loading....
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.js b/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.js index 49656e6a4..d4f987ded 100644 --- a/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.js +++ b/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.js @@ -1,20 +1,49 @@ var grid = new ej.grids.Grid({ - dataSource: data, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { field: 'CustomerID', headerText: 'Customer ID', width: 120 }, - { field: 'ShipCity', headerText: 'Ship City', width: 120 }, - { field: 'ShipName', headerText: 'Ship Name', width: 100 } - ], - height: 280 + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 140 }, + { field: 'Freight', headerText: 'Freight', format: 'C', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', format: 'yMd', width: 140 }, + ], }); grid.appendTo('#Grid'); -var btn = new ej.buttons.Button({ cssClass: 'e-flat' }, '#change-text'); +var columns = + [ + { text: 'OrderID', value: 'OrderID' }, + { text: 'CustomerID', value: 'CustomerID' }, + { text: 'Freight', value: 'Freight' }, + { text: 'OrderDate', value: 'OrderDate' }, + ] -document.getElementById('change-text').addEventListener('click', () => { // changing the header text for ShipCity column. - var column = grid.getColumnByField("ShipCity"); // get the JSON object of the column corresponding to the field name. - column.headerText = "Changed Text"; // assign a new header text to the column. - grid.refreshHeader(); +var field = { text: 'text', value: 'value' }; + +var dropdown = new ej.dropdowns.DropDownList({ + dataSource: columns, + fields: field, + value: 'OrderID', + popupHeight: '240px', + width: 220, +}); +dropdown.appendTo('#dropdownlist'); + +var textbox = new ej.inputs.TextBox({ + placeholder: 'Enter new header text', + width: 220, }); +textbox.appendTo('#textboxvalue'); +var button = new ej.buttons.Button({ + content: 'Change', +}); +button.appendTo('#buttons'); + +document.getElementById('buttons').onclick = function () { + if (textbox.value.trim() !== '') { + var column = grid.getColumnByField(dropdown.value); + column.headerText = textbox.value; + grid.refreshHeader(); + } +}; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.ts b/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.ts index 14c822e41..407c03d8e 100644 --- a/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.ts +++ b/ej2-javascript/code-snippet/grid/change-header-text-cs1/index.ts @@ -1,28 +1,58 @@ - - -import { Grid, Column } from '@syncfusion/ej2-grids'; +import { Grid, Page } from '@syncfusion/ej2-grids'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; import { data } from './datasource.ts'; import { Button } from '@syncfusion/ej2-buttons'; +import { TextBox } from '@syncfusion/ej2-inputs'; + +Grid.Inject(Page); let grid: Grid = new Grid({ - dataSource: data, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { field: 'CustomerID', headerText: 'Customer ID', width: 120 }, - { field: 'ShipCity', headerText: 'Ship City', width: 120 }, - { field: 'ShipName', headerText: 'Ship Name', width: 100 } - ], - height: 280 + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 150 }, + { field: 'Freight', width: 120, format: 'C2' }, + { field: 'OrderDate', headerText: 'Order Date', width: 130, format: 'yMd' }, + ] }); grid.appendTo('#Grid'); -let btn: Button = new Button({ cssClass: 'e-flat' }, '#change-text'); +let columns = + [ + { text: 'OrderID', value: 'OrderID' }, + { text: 'CustomerID', value: 'CustomerID' }, + { text: 'Freight', value: 'Freight' }, + { text: 'OrderDate', value: 'OrderDate' }, + ] + +let field = { text: 'text', value: 'value' }; + +let dropDownColumn: DropDownList = new DropDownList({ + dataSource: columns, + fields: field, + value: 'OrderID', + popupHeight: '240px', + width: '120px', +}); +dropDownColumn.appendTo('#dropdownlist'); -document.getElementById('change-text').addEventListener('click', () => { // changing the header text for ShipCity column. - let column: Column = grid.getColumnByField("ShipCity"); // get the JSON object of the column corresponding to the field name. - column.headerText = "Changed Text"; // assign a new header text to the column. - grid.refreshHeader(); +let textbox: TextBox = new TextBox({ + placeholder: 'Enter new header text', + width: 140, }); +textbox.appendTo('#textboxvalue'); +let button: Button = new Button({ + content: 'Change', +}); +button.appendTo('#buttons'); +(document.getElementById('buttons') as HTMLElement).onclick = function () { + if (textbox.value.trim() !== '') { + let column = grid.getColumnByField(dropDownColumn.value); + column.headerText = textbox.value; + grid.refreshHeader(); + } +}; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/change-header-text-cs1/js/index.html b/ej2-javascript/code-snippet/grid/change-header-text-cs1/js/index.html index d2dfb4c48..a8c27b823 100644 --- a/ej2-javascript/code-snippet/grid/change-header-text-cs1/js/index.html +++ b/ej2-javascript/code-snippet/grid/change-header-text-cs1/js/index.html @@ -1,42 +1,50 @@ - - EJ2 Grid - - - - - - - - - - - - - - - - - - - - - - - - + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + - -
- -
+
+
+ + +
+
+ + +
+
+ +
+
+
+ + + - - - \ No newline at end of file + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/change-header-text-cs1/systemjs.config.js b/ej2-javascript/code-snippet/grid/change-header-text-cs1/systemjs.config.js index cf6802bff..0f7f79e2a 100644 --- a/ej2-javascript/code-snippet/grid/change-header-text-cs1/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/change-header-text-cs1/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", diff --git a/ej2-javascript/code-snippet/grid/change-header-text-cs1/ts/index.html b/ej2-javascript/code-snippet/grid/change-header-text-cs1/ts/index.html index 501cce37c..c73cbb9be 100644 --- a/ej2-javascript/code-snippet/grid/change-header-text-cs1/ts/index.html +++ b/ej2-javascript/code-snippet/grid/change-header-text-cs1/ts/index.html @@ -2,35 +2,43 @@ - EJ2 Grid - - - - - - - - - - - - - - - - - - - - - - + EJ2 Grid + + + + + + + + + + + + + + + + + + -
Loading....
-
- -
+
Loading....
+
+
+ + +
+
+ +
+
+ + +
+
+
+ \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-allcolumn/datasource.ts new file mode 100644 index 000000000..ada2e0c74 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/datasource.ts @@ -0,0 +1,77 @@ +export let data: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-allcolumn/es5-datasource.js new file mode 100644 index 000000000..955466c83 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/es5-datasource.js @@ -0,0 +1,76 @@ +var data = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.css b/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.js b/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.js new file mode 100644 index 000000000..030c5981c --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.js @@ -0,0 +1,32 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'OrderID', textAlign: 'Right', width: 90 }, + { field: 'CustomerID', headerText: 'CustomerID', width: 120 }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', format: 'C2', width: 90 }, + { field: 'ShipCity', headerText: 'Ship City', format: 'yMd', width: 120 }, + ], + height: 280, +}); +grid.appendTo('#Grid'); + +var headerTextMap = +{ + 'OrderID': 'Order ID', + 'CustomerID': 'Customer ID', + 'Freight': 'Freight Charge', + 'ShipCity': 'Ship To City' +} + +var button = new ej.buttons.Button({ + content: 'Change Header Text', + cssClass: "e-success", +}); +button.appendTo('#buttons'); + +document.getElementById('buttons').onclick = function () { + grid.columns.forEach((column) => { + column.headerText = headerTextMap[column.field]; + }); + grid.refreshHeader(); +}; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.ts b/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.ts new file mode 100644 index 000000000..335276153 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/index.ts @@ -0,0 +1,35 @@ +import { Button } from '@syncfusion/ej2-buttons'; +import { Grid, ColumnModel } from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; + +let grid: Grid = new Grid({ + dataSource: data, + height: 280, + columns: [ + { field: 'OrderID', headerText: 'OrderID', textAlign: 'Right', width: 100 }, + { field: 'CustomerID', headerText: 'CustomerID', width: 120 }, + { field: 'Freight', headerText: 'Freight', width: 120 }, + { field: 'ShipCity', headerText: 'Ship City', format: 'yMd', width: 100 }, + ], +}); +grid.appendTo('#Grid'); + +let headerTextMap = { + 'OrderID': 'Order ID', + 'CustomerID': 'Customer ID', + 'Freight': 'Freight Charge', + 'ShipCity': 'Ship To City', +} + +let button: Button = new Button({ + content: 'Change Header Text', + cssClass: "e-success", +}); +button.appendTo('#buttons'); + +(document.getElementById('buttons') as HTMLElement).onclick = function () { + grid.columns.forEach((column: ColumnModel) => { + column.headerText = headerTextMap[column.field]; + }); + grid.refreshHeader(); +}; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/js/index.html b/ej2-javascript/code-snippet/grid/column-header-allcolumn/js/index.html new file mode 100644 index 000000000..09b67b68e --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/js/index.html @@ -0,0 +1,39 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + +
+ +

+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-allcolumn/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-allcolumn/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-allcolumn/ts/index.html new file mode 100644 index 000000000..e6bebec33 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-allcolumn/ts/index.html @@ -0,0 +1,34 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+ +

+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-autowrap/datasource.ts new file mode 100644 index 000000000..9ac28b3c1 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/datasource.ts @@ -0,0 +1,113 @@ +export let inventoryData: Object[] = [ + + { + 'Inventor': 'Kia Silverbrook', + 'NumberofPatentFamilies': 4737, + 'Country': 'Australia', + 'Number of INPADOC patents': 9839, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics,Lab-on-a-chip, MEMS, Mechanical, VLSI', + + }, + + { + 'Inventor': 'Shunpei Yamazaki', + 'NumberofPatentFamilies': 4677, + 'Country': 'Japan', + 'Number of INPADOC patents': '10000+', + 'Active': '1976-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, Solar cells, Flash memory, OLED', + + }, + + { + 'Inventor': 'Lowell L. Wood, Jr.', + 'NumberofPatentFamilies': 1419, + 'Country': 'USA', + 'Number of INPADOC patents': 1332, + 'Active': '1977-2016', + 'Mainfieldsofinvention': 'Mosquito laser, Nuclear weapons', + + }, + + { + 'Inventor': 'Paul Lapstun', + 'NumberofPatentFamilies': 1281, + 'Country': 'Australia', + 'Number of INPADOC patents': 3099, + 'Active': '2000-2016', + 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics, CGI, VLSI', + + }, + + { + 'Inventor': 'Gurtej Sandhu', + 'NumberofPatentFamilies': 1255, + 'Country': 'India', + 'Number of INPADOC patents': 2038, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Jun Koyama', + 'NumberofPatentFamilies': 1240, + 'Country': 'Japan', + 'Number of INPADOC patents': 4126, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, OLED', + + }, + + { + 'Inventor': 'Roderick A. Hyde', + 'NumberofPatentFamilies': 1240, + 'Country': 'USA', + 'Number of INPADOC patents': 3360, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Leonard Forbes', + 'NumberofPatentFamilies': 1093, + 'Country': 'Canada', + 'Number of INPADOC patents': 1398, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Semiconductor Memories, CCDs, Thin film processes and materials, VLSI', + + }, + + { + 'Inventor': 'Thomas Edison', + 'NumberofPatentFamilies': 1084, + 'Country': 'USA', + 'Number of INPADOC patents': 2332, + 'Active': '1847(b)-1931(d)', + 'Mainfieldsofinvention': 'Electric power, Lighting, Batteries, Phonograph, Cement, Telegraphy, Mining', + + }, + + { + 'Inventor': 'Donald E. Weder', + 'NumberofPatentFamilies': 999, + 'Country': 'USA', + 'Number of INPADOC patents': 1993, + 'Active': '1976-2015', + 'Mainfieldsofinvention': 'Florist supplies', + + }, + + { + 'Inventor': 'George Albert Lyon', + 'NumberofPatentFamilies': 993, + 'Country': 'Canada', + 'Number of INPADOC patents': 'NA', + 'Active': '1882(b)-1961(d)', + 'Mainfieldsofinvention': 'Automotive, Stainless steel products', + + }, + +]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-autowrap/es5-datasource.js new file mode 100644 index 000000000..432353593 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/es5-datasource.js @@ -0,0 +1,111 @@ +var data = [ + { + 'Inventor': 'Kia Silverbrook', + 'NumberofPatentFamilies': 4737, + 'Country': 'Australia', + 'Number of INPADOC patents': 9839, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics,Lab-on-a-chip, MEMS, Mechanical, VLSI', + + }, + + { + 'Inventor': 'Shunpei Yamazaki', + 'NumberofPatentFamilies': 4677, + 'Country': 'Japan', + 'Number of INPADOC patents': '10000+', + 'Active': '1976-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, Solar cells, Flash memory, OLED', + + }, + + { + 'Inventor': 'Lowell L. Wood, Jr.', + 'NumberofPatentFamilies': 1419, + 'Country': 'USA', + 'Number of INPADOC patents': 1332, + 'Active': '1977-2016', + 'Mainfieldsofinvention': 'Mosquito laser, Nuclear weapons', + + }, + + { + 'Inventor': 'Paul Lapstun', + 'NumberofPatentFamilies': 1281, + 'Country': 'Australia', + 'Number of INPADOC patents': 3099, + 'Active': '2000-2016', + 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics, CGI, VLSI', + + }, + + { + 'Inventor': 'Gurtej Sandhu', + 'NumberofPatentFamilies': 1255, + 'Country': 'India', + 'Number of INPADOC patents': 2038, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Jun Koyama', + 'NumberofPatentFamilies': 1240, + 'Country': 'Japan', + 'Number of INPADOC patents': 4126, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, OLED', + + }, + + { + 'Inventor': 'Roderick A. Hyde', + 'NumberofPatentFamilies': 1240, + 'Country': 'USA', + 'Number of INPADOC patents': 3360, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Leonard Forbes', + 'NumberofPatentFamilies': 1093, + 'Country': 'Canada', + 'Number of INPADOC patents': 1398, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Semiconductor Memories, CCDs, Thin film processes and materials, VLSI', + + }, + + { + 'Inventor': 'Thomas Edison', + 'NumberofPatentFamilies': 1084, + 'Country': 'USA', + 'Number of INPADOC patents': 2332, + 'Active': '1847(b)-1931(d)', + 'Mainfieldsofinvention': 'Electric power, Lighting, Batteries, Phonograph, Cement, Telegraphy, Mining', + + }, + + { + 'Inventor': 'Donald E. Weder', + 'NumberofPatentFamilies': 999, + 'Country': 'USA', + 'Number of INPADOC patents': 1993, + 'Active': '1976-2015', + 'Mainfieldsofinvention': 'Florist supplies', + + }, + + { + 'Inventor': 'George Albert Lyon', + 'NumberofPatentFamilies': 993, + 'Country': 'Canada', + 'Number of INPADOC patents': 'NA', + 'Active': '1882(b)-1961(d)', + 'Mainfieldsofinvention': 'Automotive, Stainless steel products', + + }, +]; diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/index.css b/ej2-javascript/code-snippet/grid/column-header-autowrap/index.css new file mode 100644 index 000000000..3e3720eea --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/index.js b/ej2-javascript/code-snippet/grid/column-header-autowrap/index.js new file mode 100644 index 000000000..a627aa2cb --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/index.js @@ -0,0 +1,35 @@ +var grid = new ej.grids.Grid({ + + dataSource: data, + allowPaging: true, + allowTextWrap: true, + textWrapSettings: { wrapMode: 'Header' }, + height: 400, + + columns: [ + { field: 'Inventor', headerText: 'Inventor Name', width: 180, textAlign: 'Right' }, + { field: 'NumberofPatentFamilies', headerText: 'Number of Patent Families', width: 180, textAlign: "Right" }, + { field: 'Country', headerText: 'Country', width: 140, textAlign: 'Right', }, + { field: 'Active', headerText: 'Active', width: 120 }, + { field: 'Mainfieldsofinvention', headerText: 'Main Feilds Of Invention', width: 200 }, + ], +}); +grid.appendTo('#Grid'); + +var dropdownData = [ + { text: 'Header', value: 'Header' }, + { text: 'Both', value: 'Both' }, +] + +var dropdown = new ej.dropdowns.DropDownList({ + dataSource: dropdownData, + popupHeight: '240px', + width: '100px', + value: grid.textWrapSettings.wrapMode, + change: valueChange, +}); +dropdown.appendTo('#dropdownlist'); + +function valueChange(args) { + grid.textWrapSettings.wrapMode = args.value; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/index.ts b/ej2-javascript/code-snippet/grid/column-header-autowrap/index.ts new file mode 100644 index 000000000..1dbec90d2 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/index.ts @@ -0,0 +1,39 @@ +import { Grid, Page, ChangeEventArgs } from '@syncfusion/ej2-grids'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { inventoryData } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid( + { + dataSource: inventoryData, + allowPaging: true, + allowTextWrap: true, + textWrapSettings: { wrapMode: 'Header' }, + columns: [ + { field: 'Inventor', headerText: 'Inventor Name', width: 180, textAlign: 'Right' }, + { field: 'NumberofPatentFamilies', headerText: 'Number of Patent Families', width: 180 }, + { field: 'Country', headerText: 'Country', width: 140 }, + { field: 'Active', headerText: 'Active', width: 120 }, + { field: 'Mainfieldsofinvention', headerText: 'Main Feilds Of Invention', width: 200 }, + ], + }); +grid.appendTo('#Grid'); + +let dropdownData = [ + { text: 'Header', value: 'Header' }, + { text: 'Both', value: 'Both' }, +] + +let dropDownColumn: DropDownList = new DropDownList({ + dataSource: dropdownData, + popupHeight: '240px', + width: '120px', + value: 'Header', + change: change, +}); +dropDownColumn.appendTo('#dropdownlist'); + +function change(args: ChangeEventArgs) { + grid.textWrapSettings.wrapMode = args.value; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/js/index.html b/ej2-javascript/code-snippet/grid/column-header-autowrap/js/index.html new file mode 100644 index 000000000..0e539d801 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/js/index.html @@ -0,0 +1,44 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+
+
+ + + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-autowrap/systemjs.config.js new file mode 100644 index 000000000..482b04ee5 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-autowrap/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-autowrap/ts/index.html new file mode 100644 index 000000000..b7bdfcb2c --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-autowrap/ts/index.html @@ -0,0 +1,32 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + +
Loading....
+
+ + +
+
+ + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-height/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-height/datasource.ts new file mode 100644 index 000000000..ada2e0c74 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/datasource.ts @@ -0,0 +1,77 @@ +export let data: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-height/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-height/es5-datasource.js new file mode 100644 index 000000000..955466c83 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/es5-datasource.js @@ -0,0 +1,76 @@ +var data = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-height/index.css b/ej2-javascript/code-snippet/grid/column-header-height/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-height/index.js b/ej2-javascript/code-snippet/grid/column-header-height/index.js new file mode 100644 index 000000000..ca94508fe --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/index.js @@ -0,0 +1,35 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + columns: [ + {field: 'OrderID',headerText: 'Order ID',width: 120}, + {field: 'CustomerID',headerText: 'Customer ID',width: 140,}, + {field: 'Freight',headerText:'Freight', format: 'C', width: 120 }, + {field: 'OrderDate',headerText: 'Order Date',format: 'yMd',width: 140}, + ], +}); +grid.appendTo('#Grid'); + +var button = new ej.buttons.Button({ + content: 'CHANGE HEIGHT TO 20PX', +}); +button.appendTo('#small'); + +var button1 = new ej.buttons.Button({ + content: 'DEFAULT HEIGHT TO 42PX', +}); +button1.appendTo('#medium'); + +var button2 = new ej.buttons.Button({ + content: 'CHANGE HEIGHT TO 60PX', +}); +button2.appendTo('#big'); + +document.getElementById('changeHeight').onclick = function (event) { + var heightMap = { small: '20px', medium: '42px', big: '60px' }; + var headerCells = (grid).getHeaderContent().querySelectorAll('.e-headercell'); + headerCells.forEach((headerCell) => { + headerCell.style.height = (heightMap)[ + event.target.id + ]; + }); +} diff --git a/ej2-javascript/code-snippet/grid/column-header-height/index.ts b/ej2-javascript/code-snippet/grid/column-header-height/index.ts new file mode 100644 index 000000000..52bd50504 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/index.ts @@ -0,0 +1,45 @@ +import { Grid } from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; +import { Button } from '@syncfusion/ej2-buttons'; + +let grid: Grid = new Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 140 }, + { field: 'Freight',headerText:'Freight', format: 'C2', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', format: 'yMd', width: 140 }, + ] +}); +grid.appendTo('#Grid'); + +let button: Button = new Button( + { + content: 'CHANGE HEIGHT TO 20PX', + } +) +button.appendTo('#small'); + +let button1: Button = new Button( + { + content: 'DEFAULT HEIGHT TO 42PX', + } +); +button1.appendTo('#medium'); + +let button3: Button = new Button( + { + content: 'CHANGE HEIGHT TO 60PX', + } +); +button3.appendTo('#big'); + +(document.getElementById('changeHeight')).onclick = function (event) { + let heightMap = { small: '20px', medium: '42px', big: '60px' }; + let headerCells = (grid).getHeaderContent().querySelectorAll('.e-headercell'); + headerCells.forEach((headerCell: HTMLElement) => { + (headerCell as HTMLElement).style.height = (heightMap)[ + (event.target as HTMLButtonElement).id + ]; + }); +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-height/js/index.html b/ej2-javascript/code-snippet/grid/column-header-height/js/index.html new file mode 100644 index 000000000..afee6b978 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/js/index.html @@ -0,0 +1,50 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-height/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-height/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-height/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-height/ts/index.html new file mode 100644 index 000000000..df2716b64 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-height/ts/index.html @@ -0,0 +1,45 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+ + + +
+
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-property/datasource.ts new file mode 100644 index 000000000..ada2e0c74 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/datasource.ts @@ -0,0 +1,77 @@ +export let data: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-property/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-property/es5-datasource.js new file mode 100644 index 000000000..955466c83 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/es5-datasource.js @@ -0,0 +1,76 @@ +var data = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/index.css b/ej2-javascript/code-snippet/grid/column-header-property/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/index.js b/ej2-javascript/code-snippet/grid/column-header-property/index.js new file mode 100644 index 000000000..abfaa777d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/index.js @@ -0,0 +1,50 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', headerValueAccessor: headerValueAccessor, width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', headerValueAccessor: headerValueAccessor, width: 140 }, + { field: 'Freight', headerText: 'Freight', headerValueAccessor: headerValueAccessor, format: 'C', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', headerValueAccessor: headerValueAccessor, format: 'yMd', width: 140 }, + ], +}); +grid.appendTo('#Grid'); + +var columns = [ + { text: 'OrderID', value: 'OrderID' }, + { text: 'CustomerID', value: 'CustomerID' }, + { text: 'Freight', value: 'Freight' }, + { text: 'OrderDate', value: 'OrderDate' }, +]; + +var field = { text: 'text', value: 'value' }; + +var dropdown = new ej.dropdowns.DropDownList({ + dataSource: columns, + fields: field, + value: 'OrderID', + popupHeight: '240px', + width: 220, +}); +dropdown.appendTo('#dropdownlist'); + +var textbox = new ej.inputs.TextBox({ + placeholder: 'Enter new header text', + width: 220, +}); +textbox.appendTo('#textboxvalue'); + +var button = new ej.buttons.Button({ + content: 'Change', +}); +button.appendTo('#buttons'); + +function headerValueAccessor(field, columns) { + if (textbox && textbox.value && textbox.value.trim() !== '' && columns.field === dropdown.value) { + columns.headerText = textbox.value; + } +} + +document.getElementById('buttons').onclick = function () { + grid.refreshHeader(); +}; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/index.ts b/ej2-javascript/code-snippet/grid/column-header-property/index.ts new file mode 100644 index 000000000..8e7d81551 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/index.ts @@ -0,0 +1,59 @@ +import { Grid, Page, ColumnModel } from '@syncfusion/ej2-grids'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { data } from './datasource.ts'; +import { Button } from '@syncfusion/ej2-buttons'; +import { TextBox } from '@syncfusion/ej2-inputs'; + +Grid.Inject(Page); + +let grid: Grid = new Grid({ + dataSource: data, + allowPaging: true, + + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120, headerValueAccessor: headerValueAccessor }, + { field: 'CustomerID', headerText: 'Customer ID', width: 150, headerValueAccessor: headerValueAccessor }, + { field: 'Freight', width: 120, format: 'C2', headerValueAccessor: headerValueAccessor }, + { field: 'OrderDate', headerText: 'Order Date', width: 130, format: 'yMd', headerValueAccessor: headerValueAccessor }, + ] +}); +grid.appendTo('#Grid'); + +let columns = [ + { text: 'OrderID', value: 'OrderID' }, + { text: 'CustomerID', value: 'CustomerID' }, + { text: 'Freight', value: 'Freight' }, + { text: 'OrderDate', value: 'OrderDate' }, +]; + +let field = { text: 'text', value: 'value' }; + +let dropDownColumn: DropDownList = new DropDownList({ + dataSource: columns, + fields: field, + value: 'OrderID', + popupHeight: '240px', + width: '120px', +}); +dropDownColumn.appendTo('#dropdownlist'); + +let textbox: TextBox = new TextBox({ + placeholder: 'Enter new header text', + width: 140, +}); +textbox.appendTo('#textboxvalue'); + +let button: Button = new Button({ + content: 'Change', +}); +button.appendTo('#buttons'); + +function headerValueAccessor(field, columns: ColumnModel) { + if (textbox && textbox.value && textbox.value.trim() !== '' && columns.field === dropDownColumn.value) { + columns.headerText = textbox.value; + } +} + +(document.getElementById('buttons')).onclick = function () { + grid.refreshHeader(); +}; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/js/index.html b/ej2-javascript/code-snippet/grid/column-header-property/js/index.html new file mode 100644 index 000000000..5f761142a --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/js/index.html @@ -0,0 +1,50 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-property/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-property/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-property/ts/index.html new file mode 100644 index 000000000..0ba231a3d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-property/ts/index.html @@ -0,0 +1,45 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/datasource.ts new file mode 100644 index 000000000..ada2e0c74 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/datasource.ts @@ -0,0 +1,77 @@ +export let data: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/es5-datasource.js new file mode 100644 index 000000000..955466c83 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/es5-datasource.js @@ -0,0 +1,76 @@ +var data = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.css b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.js b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.js new file mode 100644 index 000000000..a955da254 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.js @@ -0,0 +1,22 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 100, }, + { field: 'CustomerID', headerText: 'Customer ID', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', format: 'yMd' }, + { field: 'Freight', headerText: 'Freight', width: 120 } + ], + height: 280, +}); +grid.appendTo('#Grid'); + +var button = new ej.buttons.Button({ + content: 'Refresh Header', +}); +button.appendTo('#buttons'); + +document.getElementById('buttons').onclick = function () { + var column = grid.getColumnByIndex(1); + column.headerText = 'New Header Text'; // update the header text of the column object + grid.refreshHeader(); +}; diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.ts b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.ts new file mode 100644 index 000000000..9b5e9f3e2 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/index.ts @@ -0,0 +1,25 @@ +import { Button } from '@syncfusion/ej2-buttons'; +import { Grid } from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; + +let grid: Grid = new Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', textAlign: 'Right', width: 135, format: 'yMd' }, + { field: 'Freight', headerText: 'Freight($)', textAlign: 'Right', width: 120, format: 'C2' }, + { field: 'ShipCity', headerText: 'Ship City', textAlign: 'Right', width: 100 }, + ], +}); +grid.appendTo('#Grid'); + +let button = new Button({ + content: 'Refresh Header', +}); +button.appendTo('#buttons'); + +(document.getElementById('buttons')).onclick = function () { + let column = grid.getColumnByIndex(1); + column.headerText = 'New Header Text'; // update the header text of the column object + grid.refreshHeader(); +}; diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/js/index.html b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/js/index.html new file mode 100644 index 000000000..d29cd1ebd --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/js/index.html @@ -0,0 +1,41 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+
+ +

+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-refreshHeader/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/ts/index.html new file mode 100644 index 000000000..cfff370a4 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-refreshHeader/ts/index.html @@ -0,0 +1,35 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+ +

+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-stylescss/datasource.ts new file mode 100644 index 000000000..e4998a664 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/datasource.ts @@ -0,0 +1,217 @@ +export let data: Object[] = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-stylescss/es5-datasource.js new file mode 100644 index 000000000..9a9a1c37e --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/es5-datasource.js @@ -0,0 +1,219 @@ +var data = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + } +]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/index.css b/ej2-javascript/code-snippet/grid/column-header-stylescss/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/index.js b/ej2-javascript/code-snippet/grid/column-header-stylescss/index.js new file mode 100644 index 000000000..5922d2792 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/index.js @@ -0,0 +1,13 @@ + +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120, textAlign: 'Right' }, + { field: 'CustomerID', headerText: 'Customer ID', width: 150, textAlign: 'Right' }, + { field: 'OrderDate', headerText: 'Order Date', width: 130, format: 'yMd', textAlign: 'Right' }, + { field: 'Freight', headerText: 'Freight', width: 140, format: 'C2', textAlign: 'Right' }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 130, format: 'yMd', textAlign: 'Right' }, + ] +}); +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/index.ts b/ej2-javascript/code-snippet/grid/column-header-stylescss/index.ts new file mode 100644 index 000000000..441e6369e --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/index.ts @@ -0,0 +1,17 @@ +import { Grid, Page } from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid({ + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120, textAlign: 'Right' }, + { field: 'CustomerID', headerText: 'Customer ID', width: 150, textAlign: 'Right' }, + { field: 'OrderDate', headerText: 'Order Date', width: 130, format: 'yMd', textAlign: 'Right' }, + { field: 'Freight', headerText: 'Freight', width: 140, format: 'C2', textAlign: 'Right' }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 130, format: 'yMd', textAlign: 'Right' }, + ] +}); +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/js/index.html b/ej2-javascript/code-snippet/grid/column-header-stylescss/js/index.html new file mode 100644 index 000000000..23e617b4a --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/js/index.html @@ -0,0 +1,43 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-stylescss/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylescss/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-stylescss/ts/index.html new file mode 100644 index 000000000..dd7e0a6c1 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylescss/ts/index.html @@ -0,0 +1,38 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-stylesevents/datasource.ts new file mode 100644 index 000000000..e4998a664 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/datasource.ts @@ -0,0 +1,217 @@ +export let data: Object[] = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-stylesevents/es5-datasource.js new file mode 100644 index 000000000..9a9a1c37e --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/es5-datasource.js @@ -0,0 +1,219 @@ +var data = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + } +]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.css b/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.js b/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.js new file mode 100644 index 000000000..e536e8d9f --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.js @@ -0,0 +1,19 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + headerCellInfo: onHeaderCellInfo, + columns: [ + {field: 'OrderID',headerText: 'Order ID',width: 120,textAlign: 'Center'}, + {field: 'CustomerID', headerText: 'CustomerID', width: 150 }, + {field: 'OrderDate',headerText: 'Order Date',width: 130,format: 'yMd',textAlign: 'Center'}, + { field: 'Freight', headerText: 'Freight', width: 120,format: 'C2',textAlign: 'Center' }, + {field: 'ShippedDate', headerText: 'Shipped Date', width: '130',format: 'yMd',textAlign: 'Center'} + ], +}); +grid.appendTo('#Grid'); + +function onHeaderCellInfo(args) { + if (args.cell.column.field == 'OrderDate') { + args.node.classList.add('customcss'); + } +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.ts b/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.ts new file mode 100644 index 000000000..e5d9aacf3 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/index.ts @@ -0,0 +1,26 @@ +import { Grid, Page,HeaderCellInfoEventArgs} from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid( + { + dataSource: data, + allowPaging: true, + headerCellInfo:onHeaderCellInfo, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120}, + { field: 'CustomerID', headerText: 'Customer ID', textAlign: 'Right', width: 120}, + { field: 'OrderDate', headerText: 'Order Date', textAlign: 'Right', width: 135, format: 'yMd' }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 120, format: 'C2'}, + { field: 'ShippedDate', headerText: 'Shipped Date', textAlign: 'Right', width: 145, format: 'yMd'}, + ] + }); + grid.appendTo('#Grid'); + +function onHeaderCellInfo(args: HeaderCellInfoEventArgs) +{ + if (args.cell.column.field == 'OrderDate') { + args.node.classList.add('customcss'); + } +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/js/index.html b/ej2-javascript/code-snippet/grid/column-header-stylesevents/js/index.html new file mode 100644 index 000000000..64125b168 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/js/index.html @@ -0,0 +1,44 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-stylesevents/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesevents/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-stylesevents/ts/index.html new file mode 100644 index 000000000..03ed51768 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesevents/ts/index.html @@ -0,0 +1,37 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/datasource.ts new file mode 100644 index 000000000..e4998a664 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/datasource.ts @@ -0,0 +1,217 @@ +export let data: Object[] = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Ã…kergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/es5-datasource.js new file mode 100644 index 000000000..97722c39d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/es5-datasource.js @@ -0,0 +1,172 @@ +var data = [ + { + OrderID: 10248, + CustomerID: 'VINET', + CustomerName: 'Maria ', + OrderDate: new Date(8364186e5), + ShippedDate: '1996-07-16T00:00:00.000Z', + Freight: 32.38, + ShipName: 'Vins et alcools Chevalier', + ShipAddress: '59 rue de l Abbaye', + ShipCity: 'Reims', + ShipRegion: null, + ShipCountry: 'France', + }, + { + OrderID: 10249, + CustomerID: 'TOMSP', + CustomerName: 'Ana Trujillo', + OrderDate: new Date(836505e6), + ShippedDate: '1996-07-10T00:00:00.000Z', + Freight: 11.61, + ShipName: 'Toms Spezialitäten', + ShipAddress: 'Luisenstr. 48', + ShipCity: 'Münster', + ShipRegion: null, + ShipCountry: 'Germany', + }, + { + OrderID: 10250, + CustomerID: 'HANAR', + CustomerName: 'Antonio Moreno', + OrderDate: new Date(8367642e5), + ShippedDate: '1996-07-12T00:00:00.000Z', + Freight: 65.83, + ShipName: 'Hanari Carnes', + ShipAddress: 'Rua do Paço, 67', + ShipCity: 'Rio de Janeiro', + ShipRegion: 'RJ', + ShipCountry: 'Brazil', + }, + { + OrderID: 10251, + CustomerID: 'VICTE', + CustomerName: 'Thomas Hardy', + OrderDate: new Date(8367642e5), + ShippedDate: '1996-07-15T00:00:00.000Z', + Freight: 41.34, + ShipName: 'Victuailles en stock', + ShipAddress: '2, rue du Commerce', + ShipCity: 'Lyon', + ShipRegion: null, + ShipCountry: 'France', + }, + { + OrderID: 10252, + CustomerID: 'SUPRD', + CustomerName: 'Christina Berglund', + OrderDate: Date(8368506e5), + ShippedDate: '1996-07-11T00:00:00.000Z', + Freight: 51.3, + ShipName: 'Suprêmes délices', + ShipAddress: 'Boulevard Tirou, 255', + ShipCity: 'Charleroi', + ShipRegion: null, + ShipCountry: 'Belgium', + }, + { + OrderID: 10253, + CustomerID: 'HANAR', + CustomerName: 'Hanna Moos', + OrderDate: new Date(8371098e5), + ShippedDate: '1996-07-16T00:00:00.000Z', + Freight: 58.17, + ShipName: 'Hanari Carnes', + ShipAddress: 'Rua do Paço, 67', + ShipCity: 'Rio de Janeiro', + ShipRegion: 'RJ', + ShipCountry: 'Brazil', + }, + { + OrderID: 10254, + CustomerID: 'CHOPS', + CustomerName: 'Frédérique Citeaux', + OrderDate: new Date(837369e6), + ShippedDate: '1996-07-23T00:00:00.000Z', + Freight: 22.98, + ShipName: 'Chop-suey Chinese', + ShipAddress: 'Hauptstr. 31', + ShipCity: 'Bern', + ShipRegion: null, + ShipCountry: 'Switzerland', + }, + { + OrderID: 10255, + CustomerID: 'RICSU', + CustomerName: 'Martín Sommer', + OrderDate: new Date(8374554e5), + ShippedDate: '1996-07-15T00:00:00.000Z', + Freight: 148.33, + ShipName: 'Richter Supermarkt', + ShipAddress: 'Starenweg 5', + ShipCity: 'Genève', + ShipRegion: null, + ShipCountry: 'Switzerland', + }, + { + OrderID: 10256, + CustomerID: 'WELLI', + CustomerName: 'Laurence Lebihan', + OrderDate: new Date(8375418e5), + ShippedDate: '1996-07-17T00:00:00.000Z', + Freight: 13.97, + ShipName: 'Wellington Importadora', + ShipAddress: 'Rua do Mercado, 12', + ShipCity: 'Resende', + ShipRegion: 'SP', + ShipCountry: 'Brazil', + }, + { + OrderID: 10257, + CustomerID: 'HILAA', + CustomerName: 'Elizabeth Lincoln', + OrderDate: new Date(8376282e5), + ShippedDate: '1996-07-22T00:00:00.000Z', + Freight: 81.91, + ShipName: 'HILARION-Abastos', + ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipCity: 'San Cristóbal', + ShipRegion: 'Táchira', + ShipCountry: 'Venezuela', + }, + { + OrderID: 10258, + CustomerID: 'ERNSH', + CustomerName: 'Victoria Ashworth', + OrderDate: new Date(8377146e5), + ShippedDate: '1996-07-23T00:00:00.000Z', + Freight: 140.51, + ShipName: 'Ernst Handel', + ShipAddress: 'Kirchgasse 6', + ShipCity: 'Graz', + ShipRegion: null, + ShipCountry: 'Austria', + }, + { + OrderID: 10259, + CustomerID: 'CENTC', + CustomerName: 'Patricio Simpson', + OrderDate: new Date(8377146e5), + ShippedDate: '1996-07-25T00:00:00.000Z', + Freight: 3.25, + ShipName: 'Centro comercial Moctezuma', + ShipAddress: 'Sierras de Granada 9993', + ShipCity: 'México D.F.', + ShipRegion: null, + ShipCountry: 'Mexico', + }, + { + OrderID: 10260, + CustomerID: 'OTTIK', + CustomerName: 'Francisco Chang', + OrderDate: new Date(8379738e5), + ShippedDate: '1996-07-29T00:00:00.000Z', + Freight: 55.09, + ShipName: 'Ottilies Käseladen', + ShipAddress: 'Mehrheimerstr. 369', + ShipCity: 'Köln', + ShipRegion: null, + ShipCountry: 'Germany', + }, +]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.css b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.js b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.js new file mode 100644 index 000000000..be1198994 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.js @@ -0,0 +1,24 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + dataBound: dataBound, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120, textAlign: 'Right' }, + { field: 'CustomerName', headerText: 'Customer Name', width: 150 }, + { field: 'Freight', headerText: 'Freight', width: 120, format: 'C2', textAlign: 'Right' }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 150 }, + ], + height: 315, +}); +grid.appendTo('#Grid'); + +function dataBound() { + grid.getColumnHeaderByIndex(0).style.color = '#0d0b0b'; + grid.getColumnHeaderByField('CustomerName').style.background = '#f45ddeab'; + grid.getColumnHeaderByField('CustomerName').style.color = '#0d0b0b'; + grid.getColumnHeaderByUid('grid-column2').style.background = '#f45ddeab'; + var columnIndex = grid.getColumnIndexByField('ShipCountry'); + grid.getColumnHeaderByIndex(columnIndex).style.color = '#0d0b0b'; + var index = grid.getColumnIndexByUid('grid-column2'); + grid.getColumnHeaderByIndex(index).style.color = '#0d0b0b'; +} diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.ts b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.ts new file mode 100644 index 000000000..75d565b9c --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/index.ts @@ -0,0 +1,28 @@ +import { Grid, Page } from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid({ + dataSource: data, + allowPaging: true, + dataBound: dataBound, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 140 }, + { field: 'Freight', headerText: 'Freight($)', textAlign: 'Right', width: 120, format: 'C2' }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 140 }, + ], +}); +grid.appendTo('#Grid'); + +function dataBound() { + (grid.getColumnHeaderByIndex(0) as HTMLElement).style.color = '#0d0b0b'; + (grid.getColumnHeaderByField('CustomerID') as HTMLElement).style.background = '#f45ddeab'; + (grid.getColumnHeaderByField('CustomerID') as HTMLElement).style.color = '#0d0b0b'; + (grid.getColumnHeaderByUid('grid-column2') as HTMLElement).style.background = '#f45ddeab'; + let columnIndex = grid.getColumnIndexByField('ShipCountry'); + (grid.getColumnHeaderByIndex(columnIndex) as HTMLElement).style.color = '#0d0b0b'; + let index = grid.getColumnIndexByUid('grid-column2'); + (grid.getColumnHeaderByIndex(index) as HTMLElement).style.color = '#0d0b0b'; +} diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/js/index.html b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/js/index.html new file mode 100644 index 000000000..c061ccc67 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/js/index.html @@ -0,0 +1,38 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesmethods/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/ts/index.html new file mode 100644 index 000000000..7d50caa01 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesmethods/ts/index.html @@ -0,0 +1,32 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/datasource.ts new file mode 100644 index 000000000..d58fadb8b --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/datasource.ts @@ -0,0 +1,172 @@ +export let data: Object[] = [ + { + OrderID: 10248, + CustomerID: 'VINET', + CustomerName: 'Maria ', + OrderDate: new Date(8364186e5), + ShippedDate: '1996-07-16T00:00:00.000Z', + Freight: 32.38, + ShipName: 'Vins et alcools Chevalier', + ShipAddress: '59 rue de l Abbaye', + ShipCity: 'Reims', + ShipRegion: null, + ShipCountry: 'France', + }, + { + OrderID: 10249, + CustomerID: 'TOMSP', + CustomerName: 'Ana Trujillo', + OrderDate: new Date(836505e6), + ShippedDate: '1996-07-10T00:00:00.000Z', + Freight: 11.61, + ShipName: 'Toms Spezialitäten', + ShipAddress: 'Luisenstr. 48', + ShipCity: 'Münster', + ShipRegion: null, + ShipCountry: 'Germany', + }, + { + OrderID: 10250, + CustomerID: 'HANAR', + CustomerName: 'Antonio Moreno', + OrderDate: new Date(8367642e5), + ShippedDate: '1996-07-12T00:00:00.000Z', + Freight: 65.83, + ShipName: 'Hanari Carnes', + ShipAddress: 'Rua do Paço, 67', + ShipCity: 'Rio de Janeiro', + ShipRegion: 'RJ', + ShipCountry: 'Brazil', + }, + { + OrderID: 10251, + CustomerID: 'VICTE', + CustomerName: 'Thomas Hardy', + OrderDate: new Date(8367642e5), + ShippedDate: '1996-07-15T00:00:00.000Z', + Freight: 41.34, + ShipName: 'Victuailles en stock', + ShipAddress: '2, rue du Commerce', + ShipCity: 'Lyon', + ShipRegion: null, + ShipCountry: 'France', + }, + { + OrderID: 10252, + CustomerID: 'SUPRD', + CustomerName: 'Christina Berglund', + OrderDate: new Date(8368506e5), + ShippedDate: '1996-07-11T00:00:00.000Z', + Freight: 51.3, + ShipName: 'Suprêmes délices', + ShipAddress: 'Boulevard Tirou, 255', + ShipCity: 'Charleroi', + ShipRegion: null, + ShipCountry: 'Belgium', + }, + { + OrderID: 10253, + CustomerID: 'HANAR', + CustomerName: 'Hanna Moos', + OrderDate: new Date(8371098e5), + ShippedDate: '1996-07-16T00:00:00.000Z', + Freight: 58.17, + ShipName: 'Hanari Carnes', + ShipAddress: 'Rua do Paço, 67', + ShipCity: 'Rio de Janeiro', + ShipRegion: 'RJ', + ShipCountry: 'Brazil', + }, + { + OrderID: 10254, + CustomerID: 'CHOPS', + CustomerName: 'Frédérique Citeaux', + OrderDate: new Date(837369e6), + ShippedDate: '1996-07-23T00:00:00.000Z', + Freight: 22.98, + ShipName: 'Chop-suey Chinese', + ShipAddress: 'Hauptstr. 31', + ShipCity: 'Bern', + ShipRegion: null, + ShipCountry: 'Switzerland', + }, + { + OrderID: 10255, + CustomerID: 'RICSU', + CustomerName: 'Martín Sommer', + OrderDate: new Date(8374554e5), + ShippedDate: '1996-07-15T00:00:00.000Z', + Freight: 148.33, + ShipName: 'Richter Supermarkt', + ShipAddress: 'Starenweg 5', + ShipCity: 'Genève', + ShipRegion: null, + ShipCountry: 'Switzerland', + }, + { + OrderID: 10256, + CustomerID: 'WELLI', + CustomerName: 'Laurence Lebihan', + OrderDate: new Date(8375418e5), + ShippedDate: '1996-07-17T00:00:00.000Z', + Freight: 13.97, + ShipName: 'Wellington Importadora', + ShipAddress: 'Rua do Mercado, 12', + ShipCity: 'Resende', + ShipRegion: 'SP', + ShipCountry: 'Brazil', + }, + { + OrderID: 10257, + CustomerID: 'HILAA', + CustomerName: 'Elizabeth Lincoln', + OrderDate: new Date(8376282e5), + ShippedDate: '1996-07-22T00:00:00.000Z', + Freight: 81.91, + ShipName: 'HILARION-Abastos', + ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipCity: 'San Cristóbal', + ShipRegion: 'Táchira', + ShipCountry: 'Venezuela', + }, + { + OrderID: 10258, + CustomerID: 'ERNSH', + CustomerName: 'Victoria Ashworth', + OrderDate: new Date(8377146e5), + ShippedDate: '1996-07-23T00:00:00.000Z', + Freight: 140.51, + ShipName: 'Ernst Handel', + ShipAddress: 'Kirchgasse 6', + ShipCity: 'Graz', + ShipRegion: null, + ShipCountry: 'Austria', + }, + { + OrderID: 10259, + CustomerID: 'CENTC', + CustomerName: 'Patricio Simpson', + OrderDate: new Date(8377146e5), + ShippedDate: '1996-07-25T00:00:00.000Z', + Freight: 3.25, + ShipName: 'Centro comercial Moctezuma', + ShipAddress: 'Sierras de Granada 9993', + ShipCity: 'México D.F.', + ShipRegion: null, + ShipCountry: 'Mexico', + }, + { + OrderID: 10260, + CustomerID: 'OTTIK', + CustomerName: 'Francisco Chang', + OrderDate: new Date(8379738e5), + ShippedDate: '1996-07-29T00:00:00.000Z', + Freight: 55.09, + ShipName: 'Ottilies Käseladen', + ShipAddress: 'Mehrheimerstr. 369', + ShipCity: 'Köln', + ShipRegion: null, + ShipCountry: 'Germany', + }, +]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/es5-datasource.js new file mode 100644 index 000000000..97722c39d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/es5-datasource.js @@ -0,0 +1,172 @@ +var data = [ + { + OrderID: 10248, + CustomerID: 'VINET', + CustomerName: 'Maria ', + OrderDate: new Date(8364186e5), + ShippedDate: '1996-07-16T00:00:00.000Z', + Freight: 32.38, + ShipName: 'Vins et alcools Chevalier', + ShipAddress: '59 rue de l Abbaye', + ShipCity: 'Reims', + ShipRegion: null, + ShipCountry: 'France', + }, + { + OrderID: 10249, + CustomerID: 'TOMSP', + CustomerName: 'Ana Trujillo', + OrderDate: new Date(836505e6), + ShippedDate: '1996-07-10T00:00:00.000Z', + Freight: 11.61, + ShipName: 'Toms Spezialitäten', + ShipAddress: 'Luisenstr. 48', + ShipCity: 'Münster', + ShipRegion: null, + ShipCountry: 'Germany', + }, + { + OrderID: 10250, + CustomerID: 'HANAR', + CustomerName: 'Antonio Moreno', + OrderDate: new Date(8367642e5), + ShippedDate: '1996-07-12T00:00:00.000Z', + Freight: 65.83, + ShipName: 'Hanari Carnes', + ShipAddress: 'Rua do Paço, 67', + ShipCity: 'Rio de Janeiro', + ShipRegion: 'RJ', + ShipCountry: 'Brazil', + }, + { + OrderID: 10251, + CustomerID: 'VICTE', + CustomerName: 'Thomas Hardy', + OrderDate: new Date(8367642e5), + ShippedDate: '1996-07-15T00:00:00.000Z', + Freight: 41.34, + ShipName: 'Victuailles en stock', + ShipAddress: '2, rue du Commerce', + ShipCity: 'Lyon', + ShipRegion: null, + ShipCountry: 'France', + }, + { + OrderID: 10252, + CustomerID: 'SUPRD', + CustomerName: 'Christina Berglund', + OrderDate: Date(8368506e5), + ShippedDate: '1996-07-11T00:00:00.000Z', + Freight: 51.3, + ShipName: 'Suprêmes délices', + ShipAddress: 'Boulevard Tirou, 255', + ShipCity: 'Charleroi', + ShipRegion: null, + ShipCountry: 'Belgium', + }, + { + OrderID: 10253, + CustomerID: 'HANAR', + CustomerName: 'Hanna Moos', + OrderDate: new Date(8371098e5), + ShippedDate: '1996-07-16T00:00:00.000Z', + Freight: 58.17, + ShipName: 'Hanari Carnes', + ShipAddress: 'Rua do Paço, 67', + ShipCity: 'Rio de Janeiro', + ShipRegion: 'RJ', + ShipCountry: 'Brazil', + }, + { + OrderID: 10254, + CustomerID: 'CHOPS', + CustomerName: 'Frédérique Citeaux', + OrderDate: new Date(837369e6), + ShippedDate: '1996-07-23T00:00:00.000Z', + Freight: 22.98, + ShipName: 'Chop-suey Chinese', + ShipAddress: 'Hauptstr. 31', + ShipCity: 'Bern', + ShipRegion: null, + ShipCountry: 'Switzerland', + }, + { + OrderID: 10255, + CustomerID: 'RICSU', + CustomerName: 'Martín Sommer', + OrderDate: new Date(8374554e5), + ShippedDate: '1996-07-15T00:00:00.000Z', + Freight: 148.33, + ShipName: 'Richter Supermarkt', + ShipAddress: 'Starenweg 5', + ShipCity: 'Genève', + ShipRegion: null, + ShipCountry: 'Switzerland', + }, + { + OrderID: 10256, + CustomerID: 'WELLI', + CustomerName: 'Laurence Lebihan', + OrderDate: new Date(8375418e5), + ShippedDate: '1996-07-17T00:00:00.000Z', + Freight: 13.97, + ShipName: 'Wellington Importadora', + ShipAddress: 'Rua do Mercado, 12', + ShipCity: 'Resende', + ShipRegion: 'SP', + ShipCountry: 'Brazil', + }, + { + OrderID: 10257, + CustomerID: 'HILAA', + CustomerName: 'Elizabeth Lincoln', + OrderDate: new Date(8376282e5), + ShippedDate: '1996-07-22T00:00:00.000Z', + Freight: 81.91, + ShipName: 'HILARION-Abastos', + ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipCity: 'San Cristóbal', + ShipRegion: 'Táchira', + ShipCountry: 'Venezuela', + }, + { + OrderID: 10258, + CustomerID: 'ERNSH', + CustomerName: 'Victoria Ashworth', + OrderDate: new Date(8377146e5), + ShippedDate: '1996-07-23T00:00:00.000Z', + Freight: 140.51, + ShipName: 'Ernst Handel', + ShipAddress: 'Kirchgasse 6', + ShipCity: 'Graz', + ShipRegion: null, + ShipCountry: 'Austria', + }, + { + OrderID: 10259, + CustomerID: 'CENTC', + CustomerName: 'Patricio Simpson', + OrderDate: new Date(8377146e5), + ShippedDate: '1996-07-25T00:00:00.000Z', + Freight: 3.25, + ShipName: 'Centro comercial Moctezuma', + ShipAddress: 'Sierras de Granada 9993', + ShipCity: 'México D.F.', + ShipRegion: null, + ShipCountry: 'Mexico', + }, + { + OrderID: 10260, + CustomerID: 'OTTIK', + CustomerName: 'Francisco Chang', + OrderDate: new Date(8379738e5), + ShippedDate: '1996-07-29T00:00:00.000Z', + Freight: 55.09, + ShipName: 'Ottilies Käseladen', + ShipAddress: 'Mehrheimerstr. 369', + ShipCity: 'Köln', + ShipRegion: null, + ShipCountry: 'Germany', + }, +]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.css b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.js b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.js new file mode 100644 index 000000000..a1a5230e9 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.js @@ -0,0 +1,11 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + columns: [ + {field: 'OrderID',headerText: 'Order ID',customAttributes: { class: 'customcss' },textAlign: 'Center'}, + { field: 'CustomerName', headerText: 'Customer Name', textAlign: 'Center'}, + {field: 'Freight',headerText: 'Freight',customAttributes: { class: 'customcss' },textAlign: 'Center'}, + {field: 'OrderDate',headerText: 'Order Date',format: 'yMd',textAlign: 'Center'} + ], +}); +grid.appendTo('#Grid'); diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.ts b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.ts new file mode 100644 index 000000000..58524537f --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/index.ts @@ -0,0 +1,16 @@ +import { Grid, Page} from '@syncfusion/ej2-grids'; +import { data } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid({ + dataSource: data, + allowPaging: true, + columns: [ + {field: 'OrderID',headerText: 'Order ID',customAttributes: { class: 'customcss' },textAlign: 'Center'}, + { field: 'CustomerName', headerText: 'Customer Name', textAlign: 'Center'}, + {field: 'Freight',headerText: 'Freight',customAttributes: { class: 'customcss' },textAlign: 'Center'}, + {field: 'OrderDate',headerText: 'Order Date',format: 'yMd',textAlign: 'Center'} + ], +}); +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/js/index.html b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/js/index.html new file mode 100644 index 000000000..64125b168 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/js/index.html @@ -0,0 +1,44 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-stylesproperty/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/ts/index.html new file mode 100644 index 000000000..bc7f15664 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-stylesproperty/ts/index.html @@ -0,0 +1,38 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/datasource.ts b/ej2-javascript/code-snippet/grid/column-header-tooltip/datasource.ts new file mode 100644 index 000000000..ada2e0c74 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/datasource.ts @@ -0,0 +1,77 @@ +export let data: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; + diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/es5-datasource.js b/ej2-javascript/code-snippet/grid/column-header-tooltip/es5-datasource.js new file mode 100644 index 000000000..955466c83 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/es5-datasource.js @@ -0,0 +1,76 @@ +var data = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/index.css b/ej2-javascript/code-snippet/grid/column-header-tooltip/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/index.js b/ej2-javascript/code-snippet/grid/column-header-tooltip/index.js new file mode 100644 index 000000000..0b9e4935a --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/index.js @@ -0,0 +1,34 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120 }, + { field: 'Freight', headerText: 'Freight', width: 120, format: 'C2' }, + { field: 'ShipName', headerText: 'Ship Name', width: 150 }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', type: 'date', format: 'yMd', width: 120 }, + ], +}); +grid.appendTo('#Grid'); + +var columnDescriptions = { + 'Order ID': 'A unique number assigned to each order.', + 'Freight': 'The cost of shipping the order.', + 'Ship Name': + 'The name of the person or company who will receive the shipment.', + 'Ship Country': 'The country to which the shipment will be sent.', + 'Order Date': 'The date when the order was placed.', +}; + +var tooltip = new ej.popups.Tooltip({ + beforeRender: beforeRender, + target: '.e-headertext', +}); +tooltip.appendTo('#tooltip'); + +function beforeRender(args) { + var description = columnDescriptions[args.target.innerText]; + if (description) { + tooltip.content = args.target.innerText + ': ' + description; + } +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/index.ts b/ej2-javascript/code-snippet/grid/column-header-tooltip/index.ts new file mode 100644 index 000000000..d569095a0 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/index.ts @@ -0,0 +1,39 @@ +import { Grid, Page } from '@syncfusion/ej2-grids'; +import { Tooltip, TooltipEventArgs } from '@syncfusion/ej2-popups'; +import { data } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid({ + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 120, format: 'C2' }, + { field: 'ShipName', headerText: 'Ship Name', textAlign: 'Right', width: 145, format: 'yMd' }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 140 }, + ], +}); +grid.appendTo('#Grid'); + +let columnDescriptions: Object = { + 'Order ID': 'A unique number assigned to each order.', + 'Freight': 'The cost of shipping the order.', + 'Ship Name': 'The name of the person or company who will receive the shipment.', + 'Ship Country': 'The country to which the shipment will be sent.', + 'Order Date': 'The date when the order was placed.', +}; + +let tooltip = new Tooltip({ + beforeRender: beforeRender, + target: '.e-headertext', +}); +tooltip.appendTo('#tooltip'); + +function beforeRender(args: TooltipEventArgs) { + let description = (columnDescriptions as Object)[args.target.innerText]; + if (description) { + (tooltip as Tooltip).content = + args.target.innerText + ': ' + description; + } +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/js/index.html b/ej2-javascript/code-snippet/grid/column-header-tooltip/js/index.html new file mode 100644 index 000000000..2c059bada --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/js/index.html @@ -0,0 +1,39 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/systemjs.config.js b/ej2-javascript/code-snippet/grid/column-header-tooltip/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/column-header-tooltip/ts/index.html b/ej2-javascript/code-snippet/grid/column-header-tooltip/ts/index.html new file mode 100644 index 000000000..1f66329ca --- /dev/null +++ b/ej2-javascript/code-snippet/grid/column-header-tooltip/ts/index.html @@ -0,0 +1,34 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/datasource.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs1/datasource.ts index 1733602a4..6cef9e3de 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/datasource.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/datasource.ts @@ -294,1748 +294,4 @@ export let data: Object[] = [ 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', 'ReportsTo': 5, 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; - - export let fEmployeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; - - export const customerData: Object[] = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } - ]; - let order: string = JSON.stringify([ - { - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }]); - export const orderDetails : Object[] = JSON.parse(order, (field: string, value: any) => { - let dupValue: any = value; - if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { - let arr: any = dupValue.split(/[^0-9]/); - let a: any = parseInt(arr[0], 10); - let b: any = parseInt(arr[1], 10) - 1; - let c: any = parseInt(arr[2], 10); - let d: any = parseInt(arr[3], 10); - value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); - } - return value; - }); - - + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/es5-datasource.js b/ej2-javascript/code-snippet/grid/foreign-key-cs1/es5-datasource.js index 5f36eb4a8..0debe08a7 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/es5-datasource.js @@ -294,1734 +294,4 @@ var employeeData = [{ 'ReportsTo': 5, 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' } -]; - -var fEmployeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, - -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -var orderDetails = [{ - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - } -]; -var customerData = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } -]; +]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.js index b1555f1ff..4c25e8656 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.js @@ -3,13 +3,10 @@ var grid = new ej.grids.Grid({ dataSource: data, columns: [ { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 }, - { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData - } + {field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: employeeData}, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80}, + { field: 'ShipCity', headerText: 'Ship City', width: 130 }, ], height: 315 }); -grid.appendTo('#Grid'); - +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.ts index 5cc3e6367..67481da09 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/index.ts @@ -1,5 +1,3 @@ - - import { Grid, ForeignKey } from '@syncfusion/ej2-grids'; import { data, employeeData } from './datasource.ts'; @@ -7,18 +5,13 @@ Grid.Inject(ForeignKey); let grid: Grid = new Grid( { - dataSource: data.slice(0,10), + dataSource: data, columns: [ { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData - }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } + {field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: employeeData}, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80}, + { field: 'ShipCity', headerText: 'Ship City', width: 130 }, ], height: 315 }); -grid.appendTo('#Grid'); - - - +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs1/js/index.html index 92d41232a..c5cdb1126 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/js/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/js/index.html @@ -1,41 +1,38 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + -
-
+
+ + + - - - \ No newline at end of file + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs1/systemjs.config.js index 0df545734..8ffbbbf43 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", @@ -31,7 +31,7 @@ System.config({ "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", - "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" }, meta: { '*.json': { loader: 'plugin-json' } diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs1/ts/index.html index 378f9432b..7d50caa01 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs1/ts/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1/ts/index.html @@ -8,28 +8,25 @@ - - - - - - - - - - - - - - - + + + + + + + + + + +
Loading....
-
+
+ \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.css b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.js new file mode 100644 index 000000000..be9105577 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.js @@ -0,0 +1,23 @@ +var data = new ej.data.DataManager({ + url: 'https://services.odata.org/V4/Northwind/Northwind.svc/Orders/', + adaptor: new ej.data.ODataV4Adaptor() +}); + +var employeeData = new ej.data.DataManager({ + url: 'https://services.odata.org/V4/Northwind/Northwind.svc/Employees/', + adaptor: new ej.data.ODataV4Adaptor() +}); + +ej.grids.Grid.Inject(ej.grids.ForeignKey); + +var grid = new ej.grids.Grid({ + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, + {field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: employeeData}, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80}, + { field: 'ShipCity', headerText: 'Ship City', width: 130 }, + ], + height: 315 +}); +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.ts new file mode 100644 index 000000000..2a1be4104 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/index.ts @@ -0,0 +1,27 @@ +import { Grid, ForeignKey } from '@syncfusion/ej2-grids'; +import { DataManager, ODataV4Adaptor } from '@syncfusion/ej2-data'; + +let data: DataManager = new DataManager({ + url: 'https://services.odata.org/V4/Northwind/Northwind.svc/Orders/', + adaptor: new ODataV4Adaptor +}); + +let employeeData: DataManager = new DataManager({ + url: 'https://services.odata.org/V4/Northwind/Northwind.svc/Employees/', + adaptor: new ODataV4Adaptor +}); + +Grid.Inject(ForeignKey); + +let grid: Grid = new Grid( + { + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, + {field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: employeeData}, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80}, + { field: 'ShipCity', headerText: 'Ship City', width: 130 }, + ], + height: 315 + }); +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/js/index.html new file mode 100644 index 000000000..c5cdb1126 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/js/index.html @@ -0,0 +1,38 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/systemjs.config.js new file mode 100644 index 000000000..8ffbbbf43 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json':'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/ts/index.html new file mode 100644 index 000000000..7d50caa01 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs1remote/ts/index.html @@ -0,0 +1,32 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + +
Loading....
+
+
+
+ + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/datasource.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs2/datasource.ts index 1733602a4..3c97f74af 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/datasource.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/datasource.ts @@ -89,7 +89,6 @@ export let data: Object[] = [ ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; - export let employeeData: Object[] = [{ 'EmployeeID': 1, 'LastName': 'Davolio', @@ -294,1748 +293,4 @@ export let data: Object[] = [ 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', 'ReportsTo': 5, 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; - - export let fEmployeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; - - export const customerData: Object[] = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } - ]; - let order: string = JSON.stringify([ - { - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }]); - export const orderDetails : Object[] = JSON.parse(order, (field: string, value: any) => { - let dupValue: any = value; - if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { - let arr: any = dupValue.split(/[^0-9]/); - let a: any = parseInt(arr[0], 10); - let b: any = parseInt(arr[1], 10) - 1; - let c: any = parseInt(arr[2], 10); - let d: any = parseInt(arr[3], 10); - value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); - } - return value; - }); - - + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/es5-datasource.js b/ej2-javascript/code-snippet/grid/foreign-key-cs2/es5-datasource.js index 5f36eb4a8..0debe08a7 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/es5-datasource.js @@ -294,1734 +294,4 @@ var employeeData = [{ 'ReportsTo': 5, 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' } -]; - -var fEmployeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, - -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -var orderDetails = [{ - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - } -]; -var customerData = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } -]; +]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.css b/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.css index 1bff24b8c..0fba63172 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.css +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.css @@ -11,6 +11,4 @@ position: absolute; top: 45%; width: 30%; -} - - +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.js index a91f730b5..b8e454d90 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.js @@ -1,37 +1,42 @@ +ej.grids.Grid.Inject(ej.grids.ForeignKey, ej.grids.Edit, ej.grids.Toolbar); var autoCompleteObj; -ej.grids.Grid.Inject(ej.grids.ForeignKey, ej.grids.Edit); var grid = new ej.grids.Grid({ - dataSource: data.slice(0,10), - editSettings: { allowEditing: true }, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { - field: 'EmployeeID', headerText: 'OrderDate', width: 150, foreignKeyValue: 'BirthDate', dataSource: employeeData, format: 'yMd', - edit: { - create: function() { // to create input element - return ej.base.createElement('input'); - }, - read: function() { // return edited value to update data source - var value = new ej.data.DataManager(employeeData).executeLocal(new ej.data.Query().where(ej.grids.getDatePredicate({field: 'BirthDate', operator: 'equal',value: autoCompleteObj.value}))); - return value.length && value[0]['EmployeeID']; // to convert foreign key value to local value. - }, - destroy: function() { // to destroy the custom component. - autoCompleteObj.destroy(); - }, - write: (args) => { // to show the value for date picker - autoCompleteObj = new ej.dropdowns.AutoComplete({ - dataSource: employeeData, - fields: { value: args.column.foreignKeyValue }, - value: args.foreignKeyData[0][args.column.foreignKeyValue] - }); - autoCompleteObj.appendTo(args.element); - } - } + dataSource: data, + toolbar: ['Add', 'Edit', 'Delete', 'Update', 'Cancel'], + editSettings: { allowEditing: true }, + columns: [ + { field: 'OrderID', headerText: 'Order ID', isPrimaryKey: true, textAlign: 'Right', width: 100 }, + { + field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData, + edit: { + create: function () { + // to create input element + return ej.base.createElement('input'); }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } - ], - height: 315 + read: function () { + // return edited value to update data source + var value = new ej.data.DataManager(employeeData).executeLocal( + new ej.data.Query().where('FirstName', 'equal', autoCompleteObj.value) + ); + return value.length && value[0]['EmployeeID']; // to convert foreign key value to local value. + }, + destroy: function () { + // to destroy the custom component. + autoCompleteObj.destroy(); + }, + write: function (args) { + autoCompleteObj = new ej.dropdowns.AutoComplete({ + dataSource: employeeData, + fields: { value: args.column.foreignKeyValue }, + value: args.foreignKeyData[0][args.column.foreignKeyValue], + }); + autoCompleteObj.appendTo(args.element); + } + }, + }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80 }, + { field: 'ShipCity', headerText: 'Ship City', width: 130 }, + ], + height: 270, }); -grid.appendTo('#Grid'); - +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.ts index c25cec0dc..d7c6a64ae 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/index.ts @@ -1,7 +1,5 @@ - - import { createElement } from '@syncfusion/ej2-base'; -import { Grid, ForeignKey, Edit, Toolbar } from '@syncfusion/ej2-grids'; +import { Grid, ForeignKey, Edit, Toolbar, ColumnModel } from '@syncfusion/ej2-grids'; import { AutoComplete } from '@syncfusion/ej2-dropdowns'; import { DataManager, Query } from '@syncfusion/ej2-data'; import { data, employeeData } from './datasource.ts'; @@ -14,24 +12,24 @@ let grid: Grid = new Grid( { dataSource: data, editSettings: { allowEditing: true }, - toolbar: ['Edit', 'Update', 'Cancel'], + toolbar: ['Add', 'Edit', 'Delete', 'Update', 'Cancel'], columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100, isPrimaryKey: true }, + { field: 'OrderID', headerText: 'Order ID', isPrimaryKey: true, textAlign: 'Right', width: 100 }, // Foreign column { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'LastName', dataSource: employeeData, + field: 'EmployeeID', headerText: 'First Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData, edit: { create: () => { // to create input element return createElement('input'); }, read: () => { // return edited value to update data source - let value: Object[] = new DataManager(employeeData).executeLocal(new Query().where('LastName', 'equal', autoComplete.value)); + let value: Object[] = new DataManager(employeeData).executeLocal(new Query().where('FirstName', 'equal', autoComplete.value)); return value.length && value[0]['EmployeeID']; // to convert foreign key value to local value. }, destroy: () => { // to destroy the custom component. autoComplete.destroy(); }, - write: (args: { rowData: Object, column: Column, foreignKeyData: Object }) => { // to show the value for custom component + write: (args: { rowData: Object, column: ColumnModel, foreignKeyData: Object , element: HTMLElement}) => { // to show the value for custom component autoComplete = new AutoComplete({ dataSource: employeeData, fields: { value: args.column.foreignKeyValue }, @@ -41,12 +39,9 @@ let grid: Grid = new Grid( } } }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80}, + { field: 'ShipCity', headerText: 'Ship City', width: 130 } ], - height: 265 + height: 270 }); - grid.appendTo('#Grid'); - - - + grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs2/js/index.html index 92d41232a..c5cdb1126 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/js/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/js/index.html @@ -1,41 +1,38 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + -
-
+
+ + + - - - \ No newline at end of file + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs2/systemjs.config.js index 0df545734..8ffbbbf43 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", @@ -31,7 +31,7 @@ System.config({ "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", - "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" }, meta: { '*.json': { loader: 'plugin-json' } diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs2/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs2/ts/index.html index 378f9432b..7d50caa01 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs2/ts/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs2/ts/index.html @@ -8,28 +8,25 @@ - - - - - - - - - - - - - - - + + + + + + + + + + +
Loading....
-
+
+ \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/datasource.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs3/datasource.ts index 1733602a4..92e87f571 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/datasource.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/datasource.ts @@ -90,211 +90,6 @@ export let data: Object[] = [ ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; - export let employeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' - }, - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; export let fEmployeeData: Object[] = [{ 'EmployeeID': 1, @@ -455,1587 +250,6 @@ export let data: Object[] = [ 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' }]; - export const customerData: Object[] = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } - ]; - let order: string = JSON.stringify([ - { - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }]); - export const orderDetails : Object[] = JSON.parse(order, (field: string, value: any) => { - let dupValue: any = value; - if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { - let arr: any = dupValue.split(/[^0-9]/); - let a: any = parseInt(arr[0], 10); - let b: any = parseInt(arr[1], 10) - 1; - let c: any = parseInt(arr[2], 10); - let d: any = parseInt(arr[3], 10); - value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); - } - return value; - }); + diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/es5-datasource.js b/ej2-javascript/code-snippet/grid/foreign-key-cs3/es5-datasource.js index 5f36eb4a8..eadf0db28 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/es5-datasource.js @@ -89,212 +89,6 @@ var data = [ ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -var employeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' - }, - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - } -]; var fEmployeeData = [{ 'EmployeeID': 1, @@ -455,1573 +249,5 @@ var fEmployeeData = [{ 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' }]; -var orderDetails = [{ - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - } -]; -var customerData = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } -]; diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.js index 6a7939ed9..a29bde14a 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.js @@ -1,39 +1,43 @@ ej.grids.Grid.Inject(ej.grids.ForeignKey, ej.grids.Filter); var dropInstance; var grid = new ej.grids.Grid({ - dataSource: data.slice(0,10), - allowFiltering: true, - filterSettings: {type: 'Menu'}, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: fEmployeeData, - filter: { - ui: { - create: function(args) { - let flValInput: HTMLElement = ej.base.createElement('input', { className: 'flm-input' }); - args.target.appendChild(flValInput); - dropInstance = new ej.dropdowns.DropDownList({ - dataSource: new ej.data.DataManager(fEmployeeData), - fields: { text: 'FirstName', value: 'EmployeeID' }, - placeholder: 'Select a value', - popupHeight: '200px' - }); - dropInstance.appendTo(flValInput); - }, - write: function(arg) { - dropInstance.text = args.filteredValue || ''; - }, - read: function(args) { - args.fltrObj.filterByColumn(args.column.field, args.operator, dropInstance.text); - } - } - } + dataSource: data, + allowFiltering: true, + filterSettings: { type: 'Menu' }, + columns: [ + {field: 'OrderID',headerText: 'Order ID',textAlign: 'Right',width: 100,}, + {field: 'EmployeeID',headerText: 'Employee Name',width: 150,foreignKeyValue: 'FirstName',dataSource: fEmployeeData, + filter: { + ui: { + create: function (args) { + var flValInput = new ej.base.createElement('input', { + className: 'flm-input', + }); + args.target.appendChild(flValInput); + dropInstance = new ej.dropdowns.DropDownList({ + dataSource: new ej.data.DataManager(fEmployeeData), + fields: { text: 'FirstName', value: 'FirstName' }, + placeholder: 'Select a value', + popupHeight: '200px', + }); + dropInstance.appendTo(flValInput); + }, + write: function (args) { + dropInstance.value = args.filteredValue; + }, + read: function (args) { + args.fltrObj.filterByColumn( + args.column.field, + args.operator, + dropInstance.value + ); + }, }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } - ], - height: 315 + }, + }, + { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right' }, + { field: 'ShipCity', headerText: 'Ship City', width: 180 }, + ], + height: 315, }); -grid.appendTo('#Grid'); - +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.ts index c94bfe9c2..8dd2ebd2d 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/index.ts @@ -1,13 +1,12 @@ - - import { createElement } from '@syncfusion/ej2-base'; import { DataManager } from '@syncfusion/ej2-data'; -import { Grid, ForeignKey, Filter } from '@syncfusion/ej2-grids'; +import { Grid, ForeignKey, Filter, ColumnModel } from '@syncfusion/ej2-grids'; import { data, fEmployeeData } from './datasource.ts'; import { DropDownList } from '@syncfusion/ej2-dropdowns'; Grid.Inject(ForeignKey, Filter); +let dropInstance; let grid: Grid = new Grid( { dataSource: data, @@ -23,32 +22,29 @@ let grid: Grid = new Grid( create: (args: { target: Element, column: Object }) => { let flValInput: HTMLElement = createElement('input', { className: 'flm-input' }); args.target.appendChild(flValInput); - this.dropInstance = new DropDownList({ - dataSource: new DataManager(fEmployeeData), + dropInstance = new DropDownList({ + dataSource: new DataManager(fEmployeeData ), fields: { text: 'FirstName', value: 'EmployeeID' }, placeholder: 'Select a value', popupHeight: '200px' }); - this.dropInstance.appendTo(flValInput); + dropInstance.appendTo(flValInput); }, write: (args: { - column: Object, target: Element, parent: any, + column: Object, target: Element, parent: Element, filteredValue: number | string }) => { - this.dropInstance.text = args.filteredValue || ''; + dropInstance.text = args.filteredValue || ''; }, - read: (args: { target: Element, column: any, operator: string, fltrObj: Filter }) => { - args.fltrObj.filterByColumn(args.column.field, args.operator, this.dropInstance.text); + read: (args: { target: Element, column: ColumnModel, operator: string, fltrObj: Filter }) => { + args.fltrObj.filterByColumn(args.column.field, args.operator, dropInstance.text); } } } }, { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } + { field: 'ShipCity', headerText: 'Ship City', width: 180 } ], height: 315 }); - grid.appendTo('#Grid'); - - - + grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs3/js/index.html index 92d41232a..fb4de84e4 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/js/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/js/index.html @@ -1,41 +1,41 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + -
-
+
+ + + - - - \ No newline at end of file + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs3/systemjs.config.js index 0df545734..51bf8c187 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs3/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs3/ts/index.html index 378f9432b..972ddf8a9 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs3/ts/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs3/ts/index.html @@ -3,33 +3,41 @@ EJ2 Grid - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + -
Loading....
-
-
+ +
+
+ + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/datasource.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs4/datasource.ts index 1733602a4..6e862e8da 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/datasource.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/datasource.ts @@ -90,211 +90,6 @@ export let data: Object[] = [ ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; - export let employeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' - }, - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; export let fEmployeeData: Object[] = [{ 'EmployeeID': 1, @@ -455,1587 +250,6 @@ export let data: Object[] = [ 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' }]; - export const customerData: Object[] = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } - ]; - let order: string = JSON.stringify([ - { - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }]); - export const orderDetails : Object[] = JSON.parse(order, (field: string, value: any) => { - let dupValue: any = value; - if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { - let arr: any = dupValue.split(/[^0-9]/); - let a: any = parseInt(arr[0], 10); - let b: any = parseInt(arr[1], 10) - 1; - let c: any = parseInt(arr[2], 10); - let d: any = parseInt(arr[3], 10); - value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); - } - return value; - }); + diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/es5-datasource.js b/ej2-javascript/code-snippet/grid/foreign-key-cs4/es5-datasource.js index 5f36eb4a8..a19ecaeae 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/es5-datasource.js @@ -89,212 +89,7 @@ var data = [ ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -var employeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' - }, - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - } -]; + var fEmployeeData = [{ 'EmployeeID': 1, @@ -455,1573 +250,3 @@ var fEmployeeData = [{ 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' }]; -var orderDetails = [{ - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - } -]; -var customerData = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } -]; diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.js index fb4e2677f..71c3226ce 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.js @@ -1,26 +1,26 @@ ej.grids.Grid.Inject(ej.grids.ForeignKey, ej.grids.Filter); var grid = new ej.grids.Grid({ - dataSource: data.slice(0,10), + dataSource: data, allowFiltering: true, columns: [ { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: fEmployeeData, + field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: fEmployeeData, filterBarTemplate: { - create: function(args) { + create: function() { return ej.base.createElement('input', { className: 'flm-input' }); }, write: function(args) { - fEmployeeData.splice(0, 0, {'FirstName': 'All'}); // for clear filtering + fEmployeeData.splice(0, 0, { 'FirstName': 'All' }); // for clear filtering var dropInstance = new ej.dropdowns.DropDownList({ dataSource: new ej.data.DataManager(fEmployeeData), fields: { text: 'FirstName' }, placeholder: 'Select a value', popupHeight: '200px', index: 0, - change: function(args) { - if (args.value !== 'All') { - grid.filterByColumn('EmployeeID', 'equal', args.value); + change: function(e) { + if (e.value !== 'All') { + grid.filterByColumn('EmployeeID', 'equal', e.value); } else { grid.removeFilteredColsByField('EmployeeID'); @@ -31,10 +31,8 @@ var grid = new ej.grids.Grid({ } } }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } + { field: 'ShipCity', headerText: 'Ship City', width: 130 } ], height: 260 }); -grid.appendTo('#Grid'); - +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.ts index 6957ce283..e1a5495df 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/index.ts @@ -1,6 +1,4 @@ - - -import { Grid, ForeignKey, Filter } from '@syncfusion/ej2-grids'; +import { Grid, ForeignKey, Filter , Column} from '@syncfusion/ej2-grids'; import { data, fEmployeeData } from './datasource.ts'; import { createElement } from '@syncfusion/ej2-base'; import { DropDownList } from '@syncfusion/ej2-dropdowns'; @@ -16,9 +14,10 @@ let grid: Grid = new Grid( { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, // Foreign column { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: fEmployeeData, + field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: fEmployeeData, filterBarTemplate: { - create: (args: { element: Element, column: Column }) => + create: () => + { return createElement('input', { className: 'flm-input' });; }, write: (args: { element: Element, column: Column }) => { @@ -29,7 +28,7 @@ let grid: Grid = new Grid( placeholder: 'Select a value', popupHeight: '200px', index: 0, - change: (args) => { + change: (args: { value: string }) => { if (args.value !== 'All') { grid.filterByColumn('EmployeeID', 'equal', args.value); } @@ -42,12 +41,8 @@ let grid: Grid = new Grid( } } }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } + { field: 'ShipCity', headerText: 'Ship City', width: 180 }, ], height: 260 }); - grid.appendTo('#Grid'); - - - + grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs4/js/index.html index 92d41232a..6bd1dde3a 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/js/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/js/index.html @@ -1,41 +1,40 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - +
-
+
- - - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs4/systemjs.config.js index 0df545734..51bf8c187 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs4/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs4/ts/index.html index 378f9432b..7d50caa01 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs4/ts/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs4/ts/index.html @@ -8,28 +8,25 @@ - - - - - - - - - - - - - - - + + + + + + + + + + +
Loading....
-
+
+ \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/datasource.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs5/datasource.ts index 1733602a4..01a693f1d 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/datasource.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/datasource.ts @@ -296,1746 +296,5 @@ export let data: Object[] = [ 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' }]; - export let fEmployeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; - export const customerData: Object[] = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } - ]; - let order: string = JSON.stringify([ - { - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }]); - export const orderDetails : Object[] = JSON.parse(order, (field: string, value: any) => { - let dupValue: any = value; - if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { - let arr: any = dupValue.split(/[^0-9]/); - let a: any = parseInt(arr[0], 10); - let b: any = parseInt(arr[1], 10) - 1; - let c: any = parseInt(arr[2], 10); - let d: any = parseInt(arr[3], 10); - value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); - } - return value; - }); - diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/es5-datasource.js b/ej2-javascript/code-snippet/grid/foreign-key-cs5/es5-datasource.js index 5f36eb4a8..3b0a27ec9 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/es5-datasource.js @@ -296,1732 +296,4 @@ var employeeData = [{ } ]; -var fEmployeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, - -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -var orderDetails = [{ - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'CustomerName': 'Maria ', - 'OrderDate': '1996-07-04T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'CustomerName': 'Ana Trujillo', - 'OrderDate': '1996-07-05T00:00:00.000Z', - 'ShippedDate': '1996-07-10T00:00:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 5 - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'CustomerName': 'Antonio Moreno', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-12T00:00:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 1 - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'CustomerName': 'Thomas Hardy', - 'OrderDate': '1996-07-08T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 6 - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Christina Berglund', - 'OrderDate': '1996-07-09T00:00:00.000Z', - 'ShippedDate': '1996-07-11T00:00:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'CustomerName': 'Hanna Moos', - 'OrderDate': '1996-07-10T00:00:00.000Z', - 'ShippedDate': '1996-07-16T00:00:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 4 - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'CustomerName': 'Frédérique Citeaux', - 'OrderDate': '1996-07-11T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 9 - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'CustomerName': 'Martín Sommer', - 'OrderDate': '1996-07-12T00:00:00.000Z', - 'ShippedDate': '1996-07-15T00:00:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland', - 'EmployeeID': 7 - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'CustomerName': 'Laurence Lebihan', - 'OrderDate': '1996-07-15T00:00:00.000Z', - 'ShippedDate': '1996-07-17T00:00:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'CustomerName': 'Elizabeth Lincoln', - 'OrderDate': '1996-07-16T00:00:00.000Z', - 'ShippedDate': '1996-07-22T00:00:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 5 - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Victoria Ashworth', - 'OrderDate': '1996-07-17T00:00:00.000Z', - 'ShippedDate': '1996-07-23T00:00:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 1 - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'CustomerName': 'Patricio Simpson', - 'OrderDate': '1996-07-18T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 6 - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'CustomerName': 'Francisco Chang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-29T00:00:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Yang Wang', - 'OrderDate': '1996-07-19T00:00:00.000Z', - 'ShippedDate': '1996-07-30T00:00:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'CustomerName': 'Pedro Afonso', - 'OrderDate': '1996-07-22T00:00:00.000Z', - 'ShippedDate': '1996-07-25T00:00:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 4 - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'CustomerName': 'Elizabeth Brown', - 'OrderDate': '1996-07-23T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria', - 'EmployeeID': 3 - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'CustomerName': 'Sven Ottlieb', - 'OrderDate': '1996-07-24T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 8 - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'CustomerName': 'Ann Devon', - 'OrderDate': '1996-07-25T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'CustomerName': 'Roland Mendel', - 'OrderDate': '1996-07-26T00:00:00.000Z', - 'ShippedDate': '1996-07-31T00:00:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 2 - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'CustomerName': 'Aria Cruz', - 'OrderDate': '1996-07-29T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 4 - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'CustomerName': 'Diego Roel', - 'OrderDate': '1996-07-30T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 2 - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'CustomerName': 'Martine Rancé', - 'OrderDate': '1996-07-31T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'CustomerName': 'Maria Larsson', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-02T00:00:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland', - 'EmployeeID': 4 - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'CustomerName': 'Peter Franken', - 'OrderDate': '1996-08-01T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA', - 'EmployeeID': 5 - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'CustomerName': 'Carine Schmitt', - 'OrderDate': '1996-08-02T00:00:00.000Z', - 'ShippedDate': '1996-08-06T00:00:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 3 - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'CustomerName': 'Paolo Accorti', - 'OrderDate': '1996-08-05T00:00:00.000Z', - 'ShippedDate': '1996-08-12T00:00:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'CustomerName': 'Lino Rodriguez', - 'OrderDate': '1996-08-06T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 1 - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'CustomerName': 'Eduardo Saavedra', - 'OrderDate': '1996-08-07T00:00:00.000Z', - 'ShippedDate': '1996-08-09T00:00:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 3 - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'CustomerName': 'José Pedro Freyre', - 'OrderDate': '1996-08-08T00:00:00.000Z', - 'ShippedDate': '1996-08-14T00:00:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 5 - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'CustomerName': 'André Fonseca', - 'OrderDate': '1996-08-09T00:00:00.000Z', - 'ShippedDate': '1996-08-13T00:00:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 7 - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'CustomerName': 'Howard Snyder', - 'OrderDate': '1996-08-12T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 9 - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Manuel Pereira', - 'OrderDate': '1996-08-13T00:00:00.000Z', - 'ShippedDate': '1996-08-16T00:00:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 2 - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'CustomerName': 'Mario Pontes', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-09-12T00:00:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden', - 'EmployeeID': 4 - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Carlos Hernández', - 'OrderDate': '1996-08-14T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 6 - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Yoshi Latimer', - 'OrderDate': '1996-08-15T00:00:00.000Z', - 'ShippedDate': '1996-08-21T00:00:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 8 - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'CustomerName': 'Patricia McKenna', - 'OrderDate': '1996-08-16T00:00:00.000Z', - 'ShippedDate': '1996-08-23T00:00:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 9 - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'CustomerName': 'Helen Bennett', - 'OrderDate': '1996-08-19T00:00:00.000Z', - 'ShippedDate': '1996-08-27T00:00:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 6 - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'CustomerName': 'Philip Cramer', - 'OrderDate': '1996-08-20T00:00:00.000Z', - 'ShippedDate': '1996-08-26T00:00:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 3 - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'CustomerName': 'Daniel Tonini', - 'OrderDate': '1996-08-21T00:00:00.000Z', - 'ShippedDate': '1996-08-30T00:00:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 1 - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'CustomerName': 'Annette Roulet', - 'OrderDate': '1996-08-22T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 8 - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'CustomerName': 'Yoshi Tannamuri', - 'OrderDate': '1996-08-23T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 4 - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'CustomerName': 'John Steel', - 'OrderDate': '1996-08-26T00:00:00.000Z', - 'ShippedDate': '1996-08-28T00:00:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK', - 'EmployeeID': 2 - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'CustomerNames': 'Renate Messner', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-03T00:00:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 5 - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'CustomerName': 'Jaime Yorres', - 'OrderDate': '1996-08-27T00:00:00.000Z', - 'ShippedDate': '1996-09-04T00:00:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'CustomerName': 'Carlos González', - 'OrderDate': '1996-08-28T00:00:00.000Z', - 'ShippedDate': '1996-09-02T00:00:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil', - 'EmployeeID': 3 - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'CustomerName': 'Felipe Izquierdo', - 'OrderDate': '1996-08-29T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 1 - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'CustomerName': 'Fran Wilson', - 'OrderDate': '1996-08-30T00:00:00.000Z', - 'ShippedDate': '1996-09-05T00:00:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA', - 'EmployeeID': 2 - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'CustomerName': 'Giovanni Rovelli', - 'OrderDate': '1996-09-02T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 3 - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'CustomerName': 'Catherine Dewey', - 'OrderDate': '1996-09-03T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela', - 'EmployeeID': 4 - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'CustomerName': 'Jean Fresnière', - 'OrderDate': '1996-09-04T00:00:00.000Z', - 'ShippedDate': '1996-09-10T00:00:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France', - 'EmployeeID': 5 - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'CustomerName': 'Alexander Feuer', - 'OrderDate': '1996-09-05T00:00:00.000Z', - 'ShippedDate': '1996-09-11T00:00:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland', - 'EmployeeID': 6 - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'CustomerName': 'Simon Crowther', - 'OrderDate': '1996-09-06T00:00:00.000Z', - 'ShippedDate': '1996-09-13T00:00:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil', - 'EmployeeID': 7 - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'CustomerNames': 'Yvonne Moncada', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy', - 'EmployeeID': 8 - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'CustomerName': 'Rene Phillips', - 'OrderDate': '1996-09-09T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany', - 'EmployeeID': 9 - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'CustomerName': 'Pirkko Koskitalo', - 'OrderDate': '1996-09-10T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium', - 'EmployeeID': 2 - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'CustomerName': 'Paula Parente', - 'OrderDate': '1996-09-11T00:00:00.000Z', - 'ShippedDate': '1996-09-18T00:00:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 4 - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'CustomerName': 'Karl Jablonski', - 'OrderDate': '1996-09-12T00:00:00.000Z', - 'ShippedDate': '1996-09-17T00:00:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico', - 'EmployeeID': 8 - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'CustomerName': 'Matti Karttunen', - 'OrderDate': '1996-09-13T00:00:00.000Z', - 'ShippedDate': '1996-10-09T00:00:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA', - 'EmployeeID': 6 - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-16T00:00:00.000Z', - 'ShippedDate': '1996-09-23T00:00:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain', - 'EmployeeID': 3 - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'CustomerName': 'Zbyszek Piestrzeniewicz', - 'OrderDate': '1996-09-17T00:00:00.000Z', - 'ShippedDate': '1996-09-25T00:00:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA', - 'EmployeeID': 1 - } -]; -var customerData = [ - { - 'CustomerID': 'ALFKI', - 'ContactName': 'Maria ', - 'CompanyName': 'Alfreds Futterkiste', - 'Address': 'Obere Str. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'ANATR', - 'ContactName': 'Ana Trujillo', - 'CompanyName': 'Ana Trujillo Emparedados y helados', - 'Address': 'Avda. de la Constitución 2222', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'ANTON', - 'ContactName': 'Antonio Moreno', - 'CompanyName': 'Antonio Moreno Taquería', - 'Address': 'Mataderos 2312', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'AROUT', - 'ContactName': 'Thomas Hardy', - 'CompanyName': 'Around the Horn', - 'Address': '120 Hanover Sq.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'BERGS', - 'ContactName': 'Christina Berglund', - 'CompanyName': 'Berglunds snabbköp', - 'Address': 'Berguvsvägen 8', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'BLAUS', - 'ContactName': 'Hanna Moos', - 'CompanyName': 'Blauer See Delikatessen', - 'Address': 'Forsterstr. 57', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'BLONP', - 'ContactName': 'Frédérique Citeaux', - 'CompanyName': 'Blondesddsl père et fils', - 'Address': '24, place Kléber', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOLID', - 'ContactName': 'Martín Sommer', - 'CompanyName': 'Bólido Comidas preparadas', - 'Address': 'C/ Araquil, 67', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'BONAP', - 'ContactName': 'Laurence Lebihan', - 'CompanyName': 'Bon app', - 'Address': '12, rue des Bouchers', - 'Country': 'France' - }, - - { - 'CustomerID': 'BOTTM', - 'ContactName': 'Elizabeth Lincoln', - 'CompanyName': 'Bottom-Dollar Markets', - 'Address': '23 Tsawassen Blvd.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'BSBEV', - 'ContactName': 'Victoria Ashworth', - 'CompanyName': 'B\'s Beverages', - 'Address': 'Fauntleroy Circus', - 'Country': 'UK' - }, - - { - 'CustomerID': 'CACTU', - 'ContactName': 'Patricio Simpson', - 'CompanyName': 'Cactus Comidas para llevar', - 'Address': 'Cerrito 333', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'CENTC', - 'ContactName': 'Francisco Chang', - 'CompanyName': 'Centro comercial Moctezuma', - 'Address': 'Sierras de Granada 9993', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'CHOPS', - 'ContactName': 'Yang Wang', - 'CompanyName': 'Chop-suey Chinese', - 'Address': 'Hauptstr. 29', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'COMMI', - 'ContactName': 'Pedro Afonso', - 'CompanyName': 'Comércio Mineiro', - 'Address': 'Av. dos Lusíadas, 23', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'CONSH', - 'ContactName': 'Elizabeth Brown', - 'CompanyName': 'Consolidated Holdings', - 'Address': 'Berkeley Gardens 12 Brewery', - 'Country': 'UK' - }, - - { - 'CustomerID': 'DRACD', - 'ContactName': 'Sven Ottlieb', - 'CompanyName': 'Drachenblut Delikatessen', - 'Address': 'Walserweg 21', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'DUMON', - 'ContactName': 'Janine Labrune', - 'CompanyName': 'Du monde entier', - 'Address': '67, rue des Cinquante Otages', - 'Country': 'France' - }, - - { - 'CustomerID': 'EASTC', - 'ContactName': 'Ann Devon', - 'CompanyName': 'Eastern Connection', - 'Address': '35 King George', - 'Country': 'UK' - }, - - { - 'CustomerID': 'ERNSH', - 'ContactName': 'Roland Mendel', - 'CompanyName': 'Ernst Handel', - 'Address': 'Kirchgasse 6', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'FAMIA', - 'ContactName': 'Aria Cruz', - 'CompanyName': 'Familia Arquibaldo', - 'Address': 'Rua Orós, 92', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'FISSA', - 'ContactName': 'Diego Roel', - 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', - 'Address': 'C/ Moralzarzal, 86', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'FOLIG', - 'ContactName': 'Martine Rancé', - 'CompanyName': 'Folies gourmandes', - 'Address': '184, chaussée de Tournai', - 'Country': 'France' - }, - - { - 'CustomerID': 'FOLKO', - 'ContactName': 'Maria Larsson', - 'CompanyName': 'Folk och fä HB', - 'Address': 'Åkergatan 24', - 'Country': 'Sweden' - }, - - { - 'CustomerID': 'FRANK', - 'ContactName': 'Peter Franken', - 'CompanyName': 'Frankenversand', - 'Address': 'Berliner Platz 43', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'FRANR', - 'ContactName': 'Carine Schmitt', - 'CompanyName': 'France restauration', - 'Address': '54, rue Royale', - 'Country': 'France' - }, - - { - 'CustomerID': 'FRANS', - 'ContactName': 'Paolo Accorti', - 'CompanyName': 'Franchi S.p.A.', - 'Address': 'Via Monte Bianco 34', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'FURIB', - 'ContactName': 'Lino Rodriguez', - 'CompanyName': 'Furia Bacalhau e Frutos do Mar', - 'Address': 'Jardim das rosas n. 32', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'GALED', - 'ContactName': 'Eduardo Saavedra', - 'CompanyName': 'Galería del gastrónomo', - 'Address': 'Rambla de Cataluña, 23', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GODOS', - 'ContactName': 'José Pedro Freyre', - 'CompanyName': 'Godos Cocina Típica', - 'Address': 'C/ Romero, 33', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'GOURL', - 'ContactName': 'André Fonseca', - 'CompanyName': 'Gourmet Lanchonetes', - 'Address': 'Av. Brasil, 442', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'GREAL', - 'ContactName': 'Howard Snyder', - 'CompanyName': 'Great Lakes Food Market', - 'Address': '2732 Baker Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'GROSR', - 'ContactName': 'Manuel Pereira', - 'CompanyName': 'GROSELLA-Restaurante', - 'Address': '5ª Ave. Los Palos Grandes', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HANAR', - 'ContactName': 'Mario Pontes', - 'CompanyName': 'Hanari Carnes', - 'Address': 'Rua do Paço, 67', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'HILAA', - 'ContactName': 'Carlos Hernández', - 'CompanyName': 'HILARION-Abastos', - 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'HUNGC', - 'ContactName': 'Yoshi Latimer', - 'CompanyName': 'Hungry Coyote Import Store', - 'Address': 'City Center Plaza 516 Main St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'HUNGO', - 'ContactName': 'Patricia McKenna', - 'CompanyName': 'Hungry Owl All-Night Grocers', - 'Address': '8 Johnstown Road', - 'Country': 'Ireland' - }, - - { - 'CustomerID': 'ISLAT', - 'ContactName': 'Helen Bennett', - 'CompanyName': 'Island Trading', - 'Address': 'Garden House Crowther Way', - 'Country': 'UK' - }, - - { - 'CustomerID': 'KOENE', - 'ContactName': 'Philip Cramer', - 'CompanyName': 'Königlich Essen', - 'Address': 'Maubelstr. 90', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LACOR', - 'ContactName': 'Daniel Tonini', - 'CompanyName': 'La corne d\'abondance', - 'Address': '67, avenue de l\'Europe', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAMAI', - 'ContactName': 'Annette Roulet', - 'CompanyName': 'La maison d\'Asie', - 'Address': '1 rue Alsace-Lorraine', - 'Country': 'France' - }, - - { - 'CustomerID': 'LAUGB', - 'ContactName': 'Yoshi Tannamuri', - 'CompanyName': 'Laughing Bacchus Wine Cellars', - 'Address': '1900 Oak St.', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'LAZYK', - 'ContactName': 'John Steel', - 'CompanyName': 'Lazy K Kountry Store', - 'Address': '12 Orchestra Terrace', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LEHMS', - 'ContactName': 'Renate Messner', - 'CompanyName': 'Lehmanns Marktstand', - 'Address': 'Magazinweg 7', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'LETSS', - 'ContactName': 'Jaime Yorres', - 'CompanyName': 'Let\'s Stop N Shop', - 'Address': '87 Polk St. Suite 5', - 'Country': 'USA' - }, - - { - 'CustomerID': 'LILAS', - 'ContactName': 'Carlos González', - 'CompanyName': 'LILA-Supermercado', - 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LINOD', - 'ContactName': 'Felipe Izquierdo', - 'CompanyName': 'LINO-Delicateses', - 'Address': 'Ave. 5 de Mayo Porlamar', - 'Country': 'Venezuela' - }, - - { - 'CustomerID': 'LONEP', - 'ContactName': 'Fran Wilson', - 'CompanyName': 'Lonesome Pine Restaurant', - 'Address': '89 Chiaroscuro Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'MAGAA', - 'ContactName': 'Giovanni Rovelli', - 'CompanyName': 'Magazzini Alimentari Riuniti', - 'Address': 'Via Ludovico il Moro 22', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'MAISD', - 'ContactName': 'Catherine Dewey', - 'CompanyName': 'Maison Dewey', - 'Address': 'Rue Joseph-Bens 532', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'MEREP', - 'ContactName': 'Jean Fresnière', - 'CompanyName': 'Mère Paillarde', - 'Address': '43 rue St. Laurent', - 'Country': 'Canada' - }, - - { - 'CustomerID': 'MORGK', - 'ContactName': 'Alexander Feuer', - 'CompanyName': 'Morgenstern Gesundkost', - 'Address': 'Heerstr. 22', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'NORTS', - 'ContactName': 'Simon Crowther', - 'CompanyName': 'North/South', - 'Address': 'South House 300 Queensbridge', - 'Country': 'UK' - }, - - { - 'CustomerID': 'OCEAN', - 'ContactName': 'Yvonne Moncada', - 'CompanyName': 'Océano Atlántico Ltda.', - 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'OLDWO', - 'ContactName': 'Rene Phillips', - 'CompanyName': 'Old World Delicatessen', - 'Address': '2743 Bering St.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'OTTIK', - 'ContactName': 'Henriette Pfalzheim', - 'CompanyName': 'Ottilies Käseladen', - 'Address': 'Mehrheimerstr. 369', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'PARIS', - 'ContactName': 'Marie Bertrand', - 'CompanyName': 'Paris spécialités', - 'Address': '265, boulevard Charonne', - 'Country': 'France' - }, - - { - 'CustomerID': 'PERIC', - 'ContactName': 'Guillermo Fernández', - 'CompanyName': 'Pericles Comidas clásicas', - 'Address': 'Calle Dr. Jorge Cash 321', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'PICCO', - 'ContactName': 'Georg Pipps', - 'CompanyName': 'Piccolo und mehr', - 'Address': 'Geislweg 14', - 'Country': 'Austria' - }, - - { - 'CustomerID': 'PRINI', - 'ContactName': 'Isabel de Castro', - 'CompanyName': 'Princesa Isabel Vinhos', - 'Address': 'Estrada da saúde n. 58', - 'Country': 'Portugal' - }, - - { - 'CustomerID': 'QUEDE', - 'ContactName': 'Bernardo Batista', - 'CompanyName': 'Que Delícia', - 'Address': 'Rua da Panificadora, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUEEN', - 'ContactName': 'Lúcia Carvalho', - 'CompanyName': 'Queen Cozinha', - 'Address': 'Alameda dos Canàrios, 891', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'QUICK', - 'ContactName': 'Horst Kloss', - 'CompanyName': 'QUICK-Stop', - 'Address': 'Taucherstraße 10', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'RANCH', - 'ContactName': 'Sergio Gutiérrez', - 'CompanyName': 'Rancho grande', - 'Address': 'Av. del Libertador 900', - 'Country': 'Argentina' - }, - - { - 'CustomerID': 'RATTC', - 'ContactName': 'Paula Wilson', - 'CompanyName': 'Rattlesnake Canyon Grocery', - 'Address': '2817 Milton Dr.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'REGGC', - 'ContactName': 'Maurizio Moroni', - 'CompanyName': 'Reggiani Caseifici', - 'Address': 'Strada Provinciale 124', - 'Country': 'Italy' - }, - - { - 'CustomerID': 'RICAR', - 'ContactName': 'Janete Limeira', - 'CompanyName': 'Ricardo Adocicados', - 'Address': 'Av. Copacabana, 267', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'RICSU', - 'ContactName': 'Michael Holz', - 'CompanyName': 'Richter Supermarkt', - 'Address': 'Grenzacherweg 237', - 'Country': 'Switzerland' - }, - - { - 'CustomerID': 'ROMEY', - 'ContactName': 'Alejandra Camino', - 'CompanyName': 'Romero y tomillo', - 'Address': 'Gran Vía, 1', - 'Country': 'Spain' - }, - - { - 'CustomerID': 'SANTG', - 'ContactName': 'Jonas Bergulfsen', - 'CompanyName': 'Santé Gourmet', - 'Address': 'Erling Skakkes gate 78', - 'Country': 'Norway' - }, - - { - 'CustomerID': 'SAVEA', - 'ContactName': 'Jose Pavarotti', - 'CompanyName': 'Save-a-lot Markets', - 'Address': '187 Suffolk Ln.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SEVES', - 'ContactName': 'Hari Kumar', - 'CompanyName': 'Seven Seas Imports', - 'Address': '90 Wadhurst Rd.', - 'Country': 'UK' - }, - - { - 'CustomerID': 'SIMOB', - 'ContactName': 'Jytte Petersen', - 'CompanyName': 'Simons bistro', - 'Address': 'Vinbæltet 34', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'SPECD', - 'ContactName': 'Dominique Perrier', - 'CompanyName': 'Spécialités du monde', - 'Address': '25, rue Lauriston', - 'Country': 'France' - }, - - { - 'CustomerID': 'SPLIR', - 'ContactName': 'Art Braunschweiger', - 'CompanyName': 'Split Rail Beer & Ale', - 'Address': 'P.O. Box 555', - 'Country': 'USA' - }, - - { - 'CustomerID': 'SUPRD', - 'ContactName': 'Pascale Cartrain', - 'CompanyName': 'Suprêmes délices', - 'Address': 'Boulevard Tirou, 255', - 'Country': 'Belgium' - }, - - { - 'CustomerID': 'THEBI', - 'ContactName': 'Liz Nixon', - 'CompanyName': 'The Big Cheese', - 'Address': '89 Jefferson Way Suite 2', - 'Country': 'USA' - }, - - { - 'CustomerID': 'THECR', - 'ContactName': 'Liu Wong', - 'CompanyName': 'The Cracker Box', - 'Address': '55 Grizzly Peak Rd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'TOMSP', - 'ContactName': 'Karin Josephs', - 'CompanyName': 'Toms Spezialitäten', - 'Address': 'Luisenstr. 48', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'TORTU', - 'ContactName': 'Miguel Angel Paolino', - 'CompanyName': 'Tortuga Restaurante', - 'Address': 'Avda. Azteca 123', - 'Country': 'Mexico' - }, - - { - 'CustomerID': 'TRADH', - 'ContactName': 'Anabela Domingues', - 'CompanyName': 'Tradição Hipermercados', - 'Address': 'Av. Inês de Castro, 414', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'TRAIH', - 'ContactName': 'Helvetius Nagy', - 'CompanyName': 'Trail\'s Head Gourmet Provisioners', - 'Address': '722 DaVinci Blvd.', - 'Country': 'USA' - }, - - { - 'CustomerID': 'VAFFE', - 'ContactName': 'Palle Ibsen', - 'CompanyName': 'Vaffeljernet', - 'Address': 'Smagsloget 45', - 'Country': 'Denmark' - }, - - { - 'CustomerID': 'VICTE', - 'ContactName': 'Mary Saveley', - 'CompanyName': 'Victuailles en stock', - 'Address': '2, rue du Commerce', - 'Country': 'France' - }, - - { - 'CustomerID': 'VINET', - 'ContactName': 'Paul Henriot', - 'CompanyName': 'Vins et alcools Chevalier', - 'Address': '59 rue de l\'Abbaye', - 'Country': 'France' - }, - - { - 'CustomerID': 'WANDK', - 'ContactName': 'Rita Müller', - 'CompanyName': 'Die Wandernde Kuh', - 'Address': 'Adenauerallee 900', - 'Country': 'Germany' - }, - - { - 'CustomerID': 'WARTH', - 'ContactName': 'Pirkko Koskitalo', - 'CompanyName': 'Wartian Herkku', - 'Address': 'Torikatu 38', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WELLI', - 'ContactName': 'Paula Parente', - 'CompanyName': 'Wellington Importadora', - 'Address': 'Rua do Mercado, 12', - 'Country': 'Brazil' - }, - - { - 'CustomerID': 'WHITC', - 'ContactName': 'Karl Jablonski', - 'CompanyName': 'White Clover Markets', - 'Address': '305 - 14th Ave. S. Suite 3B', - 'Country': 'USA' - }, - - { - 'CustomerID': 'WILMK', - 'ContactName': 'Matti Karttunen', - 'CompanyName': 'Wilman Kala', - 'Address': 'Keskuskatu 45', - 'Country': 'Finland' - }, - - { - 'CustomerID': 'WOLZA', - 'ContactName': 'Zbyszek Piestrzeniewicz', - 'CompanyName': 'Wolski Zajazd', - 'Address': 'ul. Filtrowa 68', - 'Country': 'Poland' - } -]; diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.js index 26a1bf47a..4a90ed8c7 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.js @@ -1,28 +1,36 @@ -var datePickerObj; ej.grids.Grid.Inject(ej.grids.ForeignKey, ej.grids.Aggregate); + var grid = new ej.grids.Grid({ - dataSource: data.slice(0,10), + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100, }, + { field: 'EmployeeID', headerText: 'Employee Name', width: 120, foreignKeyValue: 'FirstName', dataSource: employeeData, }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 80 }, + { field: 'ShipCity', headerText: 'Ship City', width: 130 }, + ], + height: 280, + aggregates: [ + { columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData, + type: 'Custom', + customAggregate: customAggregateFn, + field: 'EmployeeID', + footerTemplate: 'Count of Margaret: ${Custom}', }, - { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, - { field: 'ShipName', headerText: 'Ship Name', width: 180 } ], - height: 280, - aggregates: [ - { - columns: [ - { - type: 'Custom', - customAggregate: customAggregateFn, - field: 'EmployeeID', - footerTemplate: 'Margaret count: ${Custom}' - } - ] - } - ] - }); + }, + ], +}); grid.appendTo('#Grid'); +function customAggregateFn(data1, column) { + return data1.result.filter((count) => { + return ( + ej.base.getValue( + 'FirstName', + ej.grids.getForeignData(grid.getColumnByField(column.field), count)[0] + ) === 'Margaret' + ); + }).length; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.ts index 6e05e2f6b..212e05941 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/index.ts @@ -1,5 +1,3 @@ - - import { Grid, ForeignKey, Aggregate, getForeignData, CustomSummaryType, AggregateColumnModel } from '@syncfusion/ej2-grids'; import { data, employeeData } from './datasource.ts'; import { getValue } from '@syncfusion/ej2-base'; @@ -7,11 +5,11 @@ import { getValue } from '@syncfusion/ej2-base'; Grid.Inject(ForeignKey, Aggregate); // Custom Aggregate function for foreign column -let customAggregateFn: CustomSummaryType = (data: Object, column: AggregateColumnModel) => { - return data.result.filter((dObj: Object) => { - return getValue('FirstName' , getForeignData(grid.getColumnByField(column.columnName), dObj)[0]) === 'Margaret'; +let customAggregateFn: CustomSummaryType = (data1: { result: { OrderID: number, EmployeeID: number, Freight: number, ShipName: string }[] }, column: AggregateColumnModel) => { + return data1.result.filter((count: { OrderID: number, EmployeeID: number, Freight: number, ShipName: string }) => { + return getValue('FirstName', getForeignData(grid.getColumnByField(column.columnName), count)[0]) === 'Margaret'; }).length; -}; + }; let grid: Grid = new Grid( { @@ -19,9 +17,7 @@ let grid: Grid = new Grid( columns: [ { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, // Foreign column - { - field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData, - }, + {field: 'EmployeeID', headerText: 'Employee Name', width: 150, foreignKeyValue: 'FirstName', dataSource: employeeData,}, { field: 'Freight', headerText: 'Freight', width: 100, textAlign: 'Right'}, { field: 'ShipName', headerText: 'Ship Name', width: 180 } ], @@ -39,7 +35,4 @@ let grid: Grid = new Grid( } ] }); - grid.appendTo('#Grid'); - - - + grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs5/js/index.html index 92d41232a..6bd1dde3a 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/js/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/js/index.html @@ -1,41 +1,40 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - +
-
+
- - - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs5/systemjs.config.js index 0df545734..51bf8c187 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs5/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs5/ts/index.html index 378f9432b..7d50caa01 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs5/ts/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs5/ts/index.html @@ -8,28 +8,25 @@ - - - - - - - - - - - - - - - + + + + + + + + + + +
Loading....
-
+
+ \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/datasource.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs6/datasource.ts index 1733602a4..26af8644e 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/datasource.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/datasource.ts @@ -1,94 +1,4 @@ -export let data: Object[] = [ - { - OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0, - Employee: { - EmployeeID: 1 - }, - }, - { - OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1, - Employee: { - 'EmployeeID': 2 - }, - }, - { - OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0, - Employee: { - EmployeeID: 3 - }, - }, - { - OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0, - Employee: { - EmployeeID: 4 - }, - }, - { - OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0, - Employee: { - EmployeeID: 5 - } - }, - { - OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 - }]; + export let employeeData: Object[] = [{ 'EmployeeID': 1, @@ -296,165 +206,6 @@ export let data: Object[] = [ 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' }]; - export let fEmployeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - - { - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' - }, - { - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' - }, - { - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' - }, - { - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }, - { - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' - }]; - export const customerData: Object[] = [ { 'CustomerID': 'ALFKI', @@ -2036,6 +1787,4 @@ export let data: Object[] = [ value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); } return value; - }); - - + }); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/es5-datasource.js b/ej2-javascript/code-snippet/grid/foreign-key-cs6/es5-datasource.js index 5f36eb4a8..af4624c4e 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/es5-datasource.js @@ -1,94 +1,4 @@ -var data = [ - { - OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0, - Employee: { - EmployeeID: 1 - } - }, - { - OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1, - Employee: { - EmployeeID: 2 - } - }, - { - OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0, - Employee: { - EmployeeID: 3 - } - }, - { - OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0, - Employee: { - EmployeeID: 4 - } - }, - { - OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0, - Employee: { - EmployeeID: 5 - } - }, - { - OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 - }]; + var employeeData = [{ 'EmployeeID': 1, 'LastName': 'Davolio', @@ -296,165 +206,6 @@ var employeeData = [{ } ]; -var fEmployeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, - -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - var orderDetails = [{ 'OrderID': 10248, 'CustomerID': 'VINET', diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.js b/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.js index 10413a0f8..fc7451b0c 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.js @@ -4,21 +4,13 @@ var grid = new ej.grids.Grid({ allowPaging: true, toolbar: ['Add', 'Edit', 'Delete', 'Update', 'Cancel'], editSettings: { allowEditing: true, allowAdding: true, allowDeleting: true }, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', isPrimaryKey: true, width: 100 }, - { - field: 'CustomerID', foreignKeyField: 'CustomerID', foreignKeyValue: 'ContactName', dataSource: customerData, - width: 150, headerText: 'Customer Name', validationRules: { required: true } - }, - { field: 'Freight', headerText: 'Freight', editType: 'numericedit', width: 100, textAlign: 'Right', format: 'C2'}, - { - field: 'EmployeeID', foreignKeyField: 'EmployeeID', foreignKeyValue: 'City', dataSource: employeeData, - width: 150, headerText: 'Ship City', validationRules: { required: true } - }, - - { field: 'ShipName', headerText: 'Ship Name', editType: 'dropdownedit', width: 180 } - ], - height: 315 - }); -grid.appendTo('#Grid'); - + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', isPrimaryKey: true, width: 100 }, + { field: 'CustomerID', foreignKeyField: 'CustomerID', foreignKeyValue: 'ContactName', dataSource: customerData, width: 170, headerText: 'Customer Name', validationRules: { required: true } }, + { field: 'Freight', headerText: 'Freight', editType: 'numericedit', width: 130, textAlign: 'Right', format: 'C2' }, + { field: 'EmployeeID', foreignKeyField: 'EmployeeID', foreignKeyValue: 'City', dataSource: employeeData, width: 150, headerText: 'Ship City', validationRules: { required: true } }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 150 } + ], + height: 270 +}); +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.ts b/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.ts index d895293b7..460fd3a5d 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.ts +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/index.ts @@ -1,5 +1,3 @@ - - import { Grid, Page, Edit, Toolbar, ForeignKey } from '@syncfusion/ej2-grids'; import { orderDetails, customerData, employeeData } from './datasource.ts'; @@ -13,21 +11,11 @@ let grid: Grid = new Grid( editSettings: { allowEditing: true, allowAdding: true, allowDeleting: true }, columns: [ { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', isPrimaryKey: true, width: 100 }, - { - field: 'CustomerID', foreignKeyField: 'CustomerID', foreignKeyValue: 'ContactName', dataSource: customerData, - width: 150, headerText: 'Customer Name', validationRules: { required: true } - }, - { field: 'Freight', headerText: 'Freight', editType: 'numericedit', width: 100, textAlign: 'Right', format: 'C2' }, - { - field: 'EmployeeID', foreignKeyField: 'EmployeeID', foreignKeyValue: 'City', dataSource: employeeData, - width: 150, headerText: 'Ship City', validationRules: { required: true } - }, - - { field: 'ShipName', headerText: 'Ship Name', editType: 'dropdownedit', width: 180 } + { field: 'CustomerID', foreignKeyField: 'CustomerID', foreignKeyValue: 'ContactName', dataSource: customerData, width: 170, headerText: 'Customer Name', validationRules: { required: true } }, + { field: 'Freight', headerText: 'Freight', editType: 'numericedit', width: 130, textAlign: 'Right', format: 'C2' }, + { field: 'EmployeeID', foreignKeyField: 'EmployeeID', foreignKeyValue: 'City', dataSource: employeeData, width: 150, headerText: 'Ship City', validationRules: { required: true } }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 150 } ], height: 315 }); -grid.appendTo('#Grid'); - - - +grid.appendTo('#Grid'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/js/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs6/js/index.html index 92d41232a..6bd1dde3a 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/js/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/js/index.html @@ -1,41 +1,40 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - +
-
+
- - - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/systemjs.config.js b/ej2-javascript/code-snippet/grid/foreign-key-cs6/systemjs.config.js index 0df545734..51bf8c187 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", diff --git a/ej2-javascript/code-snippet/grid/foreign-key-cs6/ts/index.html b/ej2-javascript/code-snippet/grid/foreign-key-cs6/ts/index.html index 378f9432b..2844a9162 100644 --- a/ej2-javascript/code-snippet/grid/foreign-key-cs6/ts/index.html +++ b/ej2-javascript/code-snippet/grid/foreign-key-cs6/ts/index.html @@ -8,21 +8,16 @@ - - - - - - - - - - - - - - - + + + + + + + + + + diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/childdata.ts b/ej2-javascript/code-snippet/grid/grid-cs8/childdata.ts deleted file mode 100644 index ed20a0a98..000000000 --- a/ej2-javascript/code-snippet/grid/grid-cs8/childdata.ts +++ /dev/null @@ -1,592 +0,0 @@ -export let data: Object[] = [ - { - OrderID: 10248, CustomerID: 'VINET', ID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 - }, - { - OrderID: 10249, CustomerID: 'TOMSP', ID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 - }, - { - OrderID: 10250, CustomerID: 'HANAR', ID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 - }, - { - OrderID: 10251, CustomerID: 'VICTE', ID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 - }, - { - OrderID: 10252, CustomerID: 'SUPRD', ID: 2, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 - }, - { - OrderID: 10253, CustomerID: 'HANAR', ID: 7, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', ID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', ID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', ID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', ID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', ID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', ID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', ID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', ID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', ID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 - }]; - -export let cascadeData: Object[] = [ - { - OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'Australia', ShipState: 'Queensland', Freight: 32.38, Verified: !0 - }, - { - OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Australia', ShipState: 'Tasmania', Freight: 11.61, Verified: !1 - }, - { - OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'United States', ShipState: 'New York', Freight: 65.83, Verified: !0 - }, - { - OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'Australia', ShipState: 'Queensland', Freight: 41.34, Verified: !0 - }, - { - OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 2, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'United States', ShipState: 'New York', Freight: 51.3, Verified: !0 - }, - { - OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 7, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'United States', ShipState: 'New York', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Australia', ShipState: 'Tasmania', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'United States', ShipState: 'Washington', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'United States', ShipState: 'Washington', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Australia', ShipState: 'Victoria', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'United States', ShipState: 'Washington', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'Australia', ShipState: 'Victoria', Freight: 48.29, Verified: !0 - }]; - -export let employeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; -export let complexData: Object[] = [{ - 'EmployeeID': 1, - 'Name': { - 'LastName': 'Davolio', - 'FirstName': 'Nancy' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'Name': { - 'LastName': 'Fuller', - 'FirstName': 'Andrew' - }, - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'Name': { - 'LastName': 'Leverling', - 'FirstName': 'Janet' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'Name': { - 'LastName': 'Peacock', - 'FirstName': 'Margaret' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'Name': { - 'LastName': 'Buchanan', - 'FirstName': 'Steven' - }, - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'Name': { - 'LastName': 'Suyama', - 'FirstName': 'Michael' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'Name': { - 'LastName': 'King', - 'FirstName': 'Robert' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'Name': { - 'LastName': 'Callahan', - 'FirstName': 'Laura' - }, - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'Name': { - 'LastName': 'Dodsworth', - 'FirstName': 'Anne' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -export let foodInformation: Object[] = [ - { FoodId: 1, Time: "8:40 AM", FoodName: "CHEESE BURGER", Calorie: 100, Protein: 15, Fat: 15, Carbohydrate: 28 }, - { FoodId: 2, Time: "10:30 AM", FoodName: "PIZZA", Calorie: 100, Protein: 15, Fat: 9, Carbohydrate: 39 }, - { FoodId: 3, Time: "12:45 PM", FoodName: "CHICKEN NOODLE", Calorie: 50, Protein: 4, Fat: 2, Carbohydrate: 9 }, - { FoodId: 4, Time: "5:30 PM", FoodName: "YOGURT", Calorie: 75, Protein: 10, Fat: 2, Carbohydrate: 43 }, - { FoodId: 5, Time: "9:00 PM", FoodName: "BEEF SANDWICH", Calorie: 125, Protein: 22, Fat: 13, Carbohydrate: 34 }, - { FoodId: 6, Time: "11:00 PM", FoodName: "CHICKEN BURGER", Calorie: 100, Protein: 15, Fat: 10, Carbohydrate: 25 }, - { FoodId: 7, Time: "6:30 PM", FoodName: "VEG BURGER", Calorie: 70, Protein: 14, Fat: 5, Carbohydrate: 53 }, - { FoodId: 8, Time: "8:00 PM", FoodName: "VEG SANDWICH", Calorie: 75, Protein: 20, Fat: 15, Carbohydrate: 24 }, - { FoodId: 9, Time: "7:00 PM", FoodName: "EGG BURGER", Calorie: 80, Protein: 25, Fat: 16, Carbohydrate: 35 }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/datasource.ts b/ej2-javascript/code-snippet/grid/grid-cs8/datasource.ts index 2ca4aef0d..6598c1410 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/datasource.ts +++ b/ej2-javascript/code-snippet/grid/grid-cs8/datasource.ts @@ -75,9981 +75,3 @@ export let data: Object[] = [ ShipRegion: 'NM', Mask: '6789', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -export let employeeDetails: Object[] = [ - { - EmployeeID: 1, Role: 'TeamLead', Salary: 15000, Address: 'Chennai' - }, - { - EmployeeID: 2, Role: 'Manager', Salary: 20000, Address: 'Bangalore' - }, - { - EmployeeID: 3, Role: 'Engineer', Salary: 10000, Address: 'Cochin' - }, - { - EmployeeID: 4, Role: 'Sales', Salary: 20000, Address: 'Trivandrum' - }, - { - EmployeeID: 5, Role: 'Support', Salary: 10000, Address: 'Delhi' - } -]; -export let purchaseData: Object[] = [ - { - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'OrderDate': '1996-07-04T10:10:00.000Z', - 'ShippedDate': '1996-07-16T12:20:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'OrderDate': '1996-07-05T12:20:00.000Z', - 'ShippedDate': '1996-07-10T13:20:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'OrderDate': '1996-07-08T08:40:00.000Z', - 'ShippedDate': '1996-07-12T07:50:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'OrderDate': '1996-07-08T07:50:00.000Z', - 'ShippedDate': '1996-07-15T15:50:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'OrderDate': '1996-07-09T12:05:00.000Z', - 'ShippedDate': '1996-07-11T17:30:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'OrderDate': '1996-07-10T11:20:00.000Z', - 'ShippedDate': '1996-07-16T10:10:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'OrderDate': '1996-07-17T18:30:00.000Z', - 'ShippedDate': '1996-07-23T20:40:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'OrderDate': '1996-07-12T10:40:00.000Z', - 'ShippedDate': '1996-07-15T05:40:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'OrderDate': '1996-07-15T20:50:00.000Z', - 'ShippedDate': '1996-07-17T21:50:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'OrderDate': '1996-07-16T03:20:00.000Z', - 'ShippedDate': '1996-07-22T14:40:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-07-17T18:30:00.000Z', - 'ShippedDate': '1996-07-23T14:50:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'OrderDate': '1996-07-18T01:20:00.000Z', - 'ShippedDate': '1996-07-25T16:20:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'OrderDate': '1996-07-19T11:20:00.000Z', - 'ShippedDate': '1996-07-29T03:10:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'OrderDate': '1996-07-19T18:30:00.000Z', - 'ShippedDate': '1996-07-30T23:10:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-07-22T21:40:00.000Z', - 'ShippedDate': '1996-07-25T19:10:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-07-23T00:10:00.000Z', - 'ShippedDate': '1996-07-31T22:50:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'OrderDate': '1996-07-24T20:10:00.000Z', - 'ShippedDate': '1996-08-23T11:40:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'OrderDate': '1996-07-25T23:50:00.000Z', - 'ShippedDate': '1996-08-12T02:10:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-07-26T03:10:00.000Z', - 'ShippedDate': '1996-07-31T01:50:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-07-29T04:10:00.000Z', - 'ShippedDate': '1996-08-06T17:20:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'OrderDate': '1996-07-30T01:20:00.000Z', - 'ShippedDate': '1996-08-02T03:40:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'OrderDate': '1996-07-31T05:10:00.000Z', - 'ShippedDate': '1996-08-09T07:10:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-08-01T09:10:00.000Z', - 'ShippedDate': '1996-08-02T11:10:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-08-01T13:10:00.000Z', - 'ShippedDate': '1996-08-30T15:10:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-08-02T17:10:00.000Z', - 'ShippedDate': '1996-08-06T19:10:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-08-05T21:10:00.000Z', - 'ShippedDate': '1996-08-12T23:10:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'OrderDate': '1996-08-06T02:10:00.000Z', - 'ShippedDate': '1996-08-16T04:10:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'OrderDate': '1996-08-07T06:10:00.000Z', - 'ShippedDate': '1996-08-09T08:10:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-08-08T10:10:00.000Z', - 'ShippedDate': '1996-08-14T12:10:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'OrderDate': '1996-08-09T14:10:00.000Z', - 'ShippedDate': '1996-08-13T16:10:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'OrderDate': '1996-08-12T18:10:00.000Z', - 'ShippedDate': '1996-08-16T20:10:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'OrderDate': '1996-08-13T22:10:00.000Z', - 'ShippedDate': '1996-08-16T02:10:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'OrderDate': '1996-08-14T01:40:00.000Z', - 'ShippedDate': '1996-09-12T02:40:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'OrderDate': '1996-08-14T03:40:00.000Z', - 'ShippedDate': '1996-08-21T04:40:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'OrderDate': '1996-08-15T05:40:00.000Z', - 'ShippedDate': '1996-08-21T06:40:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-08-16T07:40:00.000Z', - 'ShippedDate': '1996-08-23T08:40:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'OrderDate': '1996-08-19T09:40:00.000Z', - 'ShippedDate': '1996-08-27T10:40:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-08-20T11:40:00.000Z', - 'ShippedDate': '1996-08-26T12:40:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-08-21T01:50:00.000Z', - 'ShippedDate': '1996-08-30T02:50:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'OrderDate': '1996-08-22T03:50:00.000Z', - 'ShippedDate': '1996-08-28T04:50:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'OrderDate': '1996-08-23T05:50:00.000Z', - 'ShippedDate': '1996-09-03T06:50:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'OrderDate': '1996-08-26T07:50:00.000Z', - 'ShippedDate': '1996-08-28T08:50:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'OrderDate': '1996-08-27T09:50:00.000Z', - 'ShippedDate': '1996-09-03T10:50:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'OrderDate': '1996-08-27T11:50:00.000Z', - 'ShippedDate': '1996-09-04T12:50:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'OrderDate': '1996-08-28T01:10:00.000Z', - 'ShippedDate': '1996-09-02T02:10:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-08-29T03:10:00.000Z', - 'ShippedDate': '1996-09-11T04:10:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-08-30T05:10:00.000Z', - 'ShippedDate': '1996-09-05T06:10:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'OrderDate': '1996-09-02T07:10:00.000Z', - 'ShippedDate': '1996-09-10T08:10:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-09-03T09:10:00.000Z', - 'ShippedDate': '1996-09-11T10:10:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'OrderDate': '1996-09-04T11:10:00.000Z', - 'ShippedDate': '1996-09-10T12:10:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-09-05T01:10:00.000Z', - 'ShippedDate': '1996-09-11T02:20:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'OrderDate': '1996-09-06T03:20:00.000Z', - 'ShippedDate': '1996-09-13T04:20:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'OrderDate': '1996-09-09T05:20:00.000Z', - 'ShippedDate': '1996-09-18T06:20:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-09-09T07:20:00.000Z', - 'ShippedDate': '1996-09-17T08:20:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'OrderDate': '1996-09-10T09:20:00.000Z', - 'ShippedDate': '1996-10-09T10:20:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'OrderDate': '1996-09-11T11:20:00.000Z', - 'ShippedDate': '1996-09-18T12:20:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-09-12T00:10:00.000Z', - 'ShippedDate': '1996-09-17T01:20:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'OrderDate': '1996-09-13T01:20:00.000Z', - 'ShippedDate': '1996-10-09T02:20:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'OrderDate': '1996-09-16T03:20:00.000Z', - 'ShippedDate': '1996-09-23T04:20:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'OrderDate': '1996-09-17T05:20:00.000Z', - 'ShippedDate': '1996-09-25T06:20:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10308, - 'CustomerID': 'ANATR', - 'OrderDate': '1996-09-18T07:20:00.000Z', - 'ShippedDate': '1996-09-24T08:20:00.000Z', - 'Freight': 1.61, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10309, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-09-19T09:20:00.000Z', - 'ShippedDate': '1996-10-23T10:20:00.000Z', - 'Freight': 47.3, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10310, - 'CustomerID': 'THEBI', - 'OrderDate': '1996-09-20T11:20:00.000Z', - 'ShippedDate': '1996-09-27T12:20:00.000Z', - 'Freight': 17.52, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10311, - 'CustomerID': 'DUMON', - 'OrderDate': '1996-09-20T13:20:00.000Z', - 'ShippedDate': '1996-09-26T14:20:00.000Z', - 'Freight': 24.69, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10312, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-09-23T15:20:00.000Z', - 'ShippedDate': '1996-10-03T16:20:00.000Z', - 'Freight': 40.26, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10313, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-09-24T17:20:00.000Z', - 'ShippedDate': '1996-10-04T18:20:00.000Z', - 'Freight': 1.96, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10314, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-09-25T19:20:00.000Z', - 'ShippedDate': '1996-10-04T20:20:00.000Z', - 'Freight': 74.16, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10315, - 'CustomerID': 'ISLAT', - 'OrderDate': '1996-09-26T21:20:00.000Z', - 'ShippedDate': '1996-10-03T22:20:00.000Z', - 'Freight': 41.76, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10316, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-09-27T23:20:00.000Z', - 'ShippedDate': '1996-10-08T00:30:00.000Z', - 'Freight': 150.15, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10317, - 'CustomerID': 'LONEP', - 'OrderDate': '1996-09-30T01:30:00.000Z', - 'ShippedDate': '1996-10-10T02:30:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10318, - 'CustomerID': 'ISLAT', - 'OrderDate': '1996-10-01T03:30:00.000Z', - 'ShippedDate': '1996-10-04T03:30:00.000Z', - 'Freight': 4.73, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10319, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-10-02T04:30:00.000Z', - 'ShippedDate': '1996-10-11T05:30:00.000Z', - 'Freight': 64.5, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10320, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-10-03T06:30:00.000Z', - 'ShippedDate': '1996-10-18T07:30:00.000Z', - 'Freight': 34.57, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10321, - 'CustomerID': 'ISLAT', - 'OrderDate': '1996-10-03T08:30:00.000Z', - 'ShippedDate': '1996-10-11T09:30:00.000Z', - 'Freight': 3.43, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10322, - 'CustomerID': 'PERIC', - 'OrderDate': '1996-10-04T10:30:00.000Z', - 'ShippedDate': '1996-10-23T11:30:00.000Z', - 'Freight': 0.4, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10323, - 'CustomerID': 'KOENE', - 'OrderDate': '1996-10-07T12:30:00.000Z', - 'ShippedDate': '1996-10-14T13:30:00.000Z', - 'Freight': 4.88, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10324, - 'CustomerID': 'SAVEA', - 'OrderDate': '1996-10-08T14:30:00.000Z', - 'ShippedDate': '1996-10-10T15:30:00.000Z', - 'Freight': 214.27, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10325, - 'CustomerID': 'KOENE', - 'OrderDate': '1996-10-09T16:30:00.000Z', - 'ShippedDate': '1996-10-14T17:30:00.000Z', - 'Freight': 64.86, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10326, - 'CustomerID': 'BOLID', - 'OrderDate': '1996-10-10T18:30:00.000Z', - 'ShippedDate': '1996-10-14T19:30:00.000Z', - 'Freight': 77.92, - 'ShipName': 'Bólido Comidas preparadas', - 'ShipAddress': 'C/ Araquil, 67', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10327, - 'CustomerID': 'FOLKO', - 'OrderDate': '1996-10-11T20:30:00.000Z', - 'ShippedDate': '1996-10-14T21:30:00.000Z', - 'Freight': 63.36, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10328, - 'CustomerID': 'FURIB', - 'OrderDate': '1996-10-14T22:30:00.000Z', - 'ShippedDate': '1996-10-17T23:30:00.000Z', - 'Freight': 87.03, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10329, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-10-15T00:40:00.000Z', - 'ShippedDate': '1996-10-23T01:40:00.000Z', - 'Freight': 191.67, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10330, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-10-16T02:40:00.000Z', - 'ShippedDate': '1996-10-28T03:40:00.000Z', - 'Freight': 12.75, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10331, - 'CustomerID': 'BONAP', - 'OrderDate': '1996-10-16T02:40:00.000Z', - 'ShippedDate': '1996-10-21T03:40:00.000Z', - 'Freight': 10.19, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10332, - 'CustomerID': 'MEREP', - 'OrderDate': '1996-10-17T04:40:00.000Z', - 'ShippedDate': '1996-10-21T05:40:00.000Z', - 'Freight': 52.84, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10333, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-10-18T06:40:00.000Z', - 'ShippedDate': '1996-10-25T07:40:00.000Z', - 'Freight': 0.59, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10334, - 'CustomerID': 'VICTE', - 'OrderDate': '1996-10-21T08:40:00.000Z', - 'ShippedDate': '1996-10-28T09:40:00.000Z', - 'Freight': 8.56, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10335, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-10-22T10:40:00.000Z', - 'ShippedDate': '1996-10-24T11:40:00.000Z', - 'Freight': 42.11, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10336, - 'CustomerID': 'PRINI', - 'OrderDate': '1996-10-23T12:40:00.000Z', - 'ShippedDate': '1996-10-25T13:40:00.000Z', - 'Freight': 15.51, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10337, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-10-24T14:40:00.000Z', - 'ShippedDate': '1996-10-29T14:40:00.000Z', - 'Freight': 108.26, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10338, - 'CustomerID': 'OLDWO', - 'OrderDate': '1996-10-25T15:40:00.000Z', - 'ShippedDate': '1996-10-29T16:40:00.000Z', - 'Freight': 84.21, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10339, - 'CustomerID': 'MEREP', - 'OrderDate': '1996-10-28T17:40:00.000Z', - 'ShippedDate': '1996-11-04T18:40:00.000Z', - 'Freight': 15.66, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10340, - 'CustomerID': 'BONAP', - 'OrderDate': '1996-10-29T19:40:00.000Z', - 'ShippedDate': '1996-11-08T20:40:00.000Z', - 'Freight': 166.31, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10341, - 'CustomerID': 'SIMOB', - 'OrderDate': '1996-10-29T21:40:00.000Z', - 'ShippedDate': '1996-11-05T22:40:00.000Z', - 'Freight': 26.78, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10342, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-10-30T23:40:00.000Z', - 'ShippedDate': '1996-11-04T00:50:00.000Z', - 'Freight': 54.83, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10343, - 'CustomerID': 'LEHMS', - 'OrderDate': '1996-10-31T01:50:00.000Z', - 'ShippedDate': '1996-11-06T02:50:00.000Z', - 'Freight': 110.37, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10344, - 'CustomerID': 'WHITC', - 'OrderDate': '1996-11-01T03:50:00.000Z', - 'ShippedDate': '1996-11-05T04:50:00.000Z', - 'Freight': 23.29, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10345, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-11-04T05:50:00.000Z', - 'ShippedDate': '1996-11-11T05:50:00.000Z', - 'Freight': 249.06, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10346, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-11-05T06:50:00.000Z', - 'ShippedDate': '1996-11-08T07:50:00.000Z', - 'Freight': 142.08, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10347, - 'CustomerID': 'FAMIA', - 'OrderDate': '1996-11-06T08:50:00.000Z', - 'ShippedDate': '1996-11-08T09:50:00.000Z', - 'Freight': 3.1, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10348, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-11-07T10:50:00.000Z', - 'ShippedDate': '1996-11-15T11:50:00.000Z', - 'Freight': 0.78, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10349, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-11-08T12:50:00.000Z', - 'ShippedDate': '1996-11-15T13:50:00.000Z', - 'Freight': 8.63, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10350, - 'CustomerID': 'LAMAI', - 'OrderDate': '1996-11-11T14:50:00.000Z', - 'ShippedDate': '1996-12-03T15:50:00.000Z', - 'Freight': 64.19, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10351, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-11-11T16:50:00.000Z', - 'ShippedDate': '1996-11-20T17:50:00.000Z', - 'Freight': 162.33, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10352, - 'CustomerID': 'FURIB', - 'OrderDate': '1996-11-12T18:50:00.000Z', - 'ShippedDate': '1996-11-18T19:50:00.000Z', - 'Freight': 1.3, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10353, - 'CustomerID': 'PICCO', - 'OrderDate': '1996-11-13T20:50:00.000Z', - 'ShippedDate': '1996-11-25T21:50:00.000Z', - 'Freight': 360.63, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10354, - 'CustomerID': 'PERIC', - 'OrderDate': '1996-11-14T21:50:00.000Z', - 'ShippedDate': '1996-11-20T22:50:00.000Z', - 'Freight': 53.8, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10355, - 'CustomerID': 'AROUT', - 'OrderDate': '1996-11-15T23:50:00.000Z', - 'ShippedDate': '1996-11-20T00:50:00.000Z', - 'Freight': 41.95, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10356, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-11-18T01:05:00.000Z', - 'ShippedDate': '1996-11-27T02:05:00.000Z', - 'Freight': 36.71, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10357, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-11-19T03:05:00.000Z', - 'ShippedDate': '1996-12-02T04:05:00.000Z', - 'Freight': 34.88, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10358, - 'CustomerID': 'LAMAI', - 'OrderDate': '1996-11-20T05:05:00.000Z', - 'ShippedDate': '1996-11-27T06:05:00.000Z', - 'Freight': 19.64, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10359, - 'CustomerID': 'SEVES', - 'OrderDate': '1996-11-21T07:05:00.000Z', - 'ShippedDate': '1996-11-26T08:05:00.000Z', - 'Freight': 288.43, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10360, - 'CustomerID': 'BLONP', - 'OrderDate': '1996-11-22T09:05:00.000Z', - 'ShippedDate': '1996-12-02T10:05:00.000Z', - 'Freight': 131.7, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10361, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-11-22T11:05:00.000Z', - 'ShippedDate': '1996-12-03T12:05:00.000Z', - 'Freight': 183.17, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10362, - 'CustomerID': 'BONAP', - 'OrderDate': '1996-11-25T13:05:00.000Z', - 'ShippedDate': '1996-11-28T14:05:00.000Z', - 'Freight': 96.04, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10363, - 'CustomerID': 'DRACD', - 'OrderDate': '1996-11-26T15:05:00.000Z', - 'ShippedDate': '1996-12-04T16:05:00.000Z', - 'Freight': 30.54, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10364, - 'CustomerID': 'EASTC', - 'OrderDate': '1996-11-26T17:05:00.000Z', - 'ShippedDate': '1996-12-04T18:05:00.000Z', - 'Freight': 71.97, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10365, - 'CustomerID': 'ANTON', - 'OrderDate': '1996-11-27T19:05:00.000Z', - 'ShippedDate': '1996-12-02T20:05:00.000Z', - 'Freight': 22, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10366, - 'CustomerID': 'GALED', - 'OrderDate': '1996-11-28T21:05:00.000Z', - 'ShippedDate': '1996-12-30T22:05:00.000Z', - 'Freight': 10.14, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10367, - 'CustomerID': 'VAFFE', - 'OrderDate': '1996-11-28T23:05:00.000Z', - 'ShippedDate': '1996-12-02T00:05:00.000Z', - 'Freight': 13.55, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10368, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-11-29T02:00.00.000Z', - 'ShippedDate': '1996-12-02T04:00.00.000Z', - 'Freight': 101.95, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10369, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-12-02T04:00.00.000Z', - 'ShippedDate': '1996-12-09T07:25:00.000Z', - 'Freight': 195.68, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10370, - 'CustomerID': 'CHOPS', - 'OrderDate': '1996-12-03T06:00.00.000Z', - 'ShippedDate': '1996-12-27T07:00.00.000Z', - 'Freight': 1.17, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10371, - 'CustomerID': 'LAMAI', - 'OrderDate': '1996-12-03T08:00.00.000Z', - 'ShippedDate': '1996-12-24T09:00.00.000Z', - 'Freight': 0.45, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10372, - 'CustomerID': 'QUEEN', - 'OrderDate': '1996-12-04T10:00.00.000Z', - 'ShippedDate': '1996-12-09T11:00.00.000Z', - 'Freight': 890.78, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10373, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-12-05T12:00.00.000Z', - 'ShippedDate': '1996-12-11T13:00.00.000Z', - 'Freight': 124.12, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10374, - 'CustomerID': 'WOLZA', - 'OrderDate': '1996-12-05T14:00.00.000Z', - 'ShippedDate': '1996-12-09T15:00.00.000Z', - 'Freight': 3.94, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 10375, - 'CustomerID': 'HUNGC', - 'OrderDate': '1996-12-06T16:00.00.000Z', - 'ShippedDate': '1996-12-09T17:00.00.000Z', - 'Freight': 20.12, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10376, - 'CustomerID': 'MEREP', - 'OrderDate': '1996-12-09T18:00.00.000Z', - 'ShippedDate': '1996-12-13T19:00.00.000Z', - 'Freight': 20.39, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10377, - 'CustomerID': 'SEVES', - 'OrderDate': '1996-12-09T20:00.00.000Z', - 'ShippedDate': '1996-12-13T21:00.00.000Z', - 'Freight': 22.21, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10378, - 'CustomerID': 'FOLKO', - 'OrderDate': '1996-12-10T22:00.00.000Z', - 'ShippedDate': '1996-12-19T23:00.00.000Z', - 'Freight': 5.44, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10379, - 'CustomerID': 'QUEDE', - 'OrderDate': '1996-12-11T01:25:00.000Z', - 'ShippedDate': '1996-12-13T02:25:00.000Z', - 'Freight': 45.03, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10380, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-12-12T03:25:00.000Z', - 'ShippedDate': '1997-01-16T04:25:00.000Z', - 'Freight': 35.03, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10381, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-12-12T05:25:00.000Z', - 'ShippedDate': '1996-12-13T06:25:00.000Z', - 'Freight': 7.99, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10382, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-12-13T07:25:00.000Z', - 'ShippedDate': '1996-12-16T07:25:00.000Z', - 'Freight': 94.77, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10383, - 'CustomerID': 'AROUT', - 'OrderDate': '1996-12-16T07:25:00.000Z', - 'ShippedDate': '1996-12-18T02:25:00.000Z', - 'Freight': 34.24, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10384, - 'CustomerID': 'BERGS', - 'OrderDate': '1996-12-16T03:25:00.000Z', - 'ShippedDate': '1996-12-20T04:25:00.000Z', - 'Freight': 168.64, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10385, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-12-17T04:25:00.000Z', - 'ShippedDate': '1996-12-23T04:25:00.000Z', - 'Freight': 30.96, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10386, - 'CustomerID': 'FAMIA', - 'OrderDate': '1996-12-18T05:25:00.000Z', - 'ShippedDate': '1996-12-25T06:25:00.000Z', - 'Freight': 13.99, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10387, - 'CustomerID': 'SANTG', - 'OrderDate': '1996-12-18T07:25:00.000Z', - 'ShippedDate': '1996-12-20T08:25:00.000Z', - 'Freight': 93.63, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' - }, - { - 'OrderID': 10388, - 'CustomerID': 'SEVES', - 'OrderDate': '1996-12-19T09:25:00.000Z', - 'ShippedDate': '1996-12-20T10:25:00.000Z', - 'Freight': 34.86, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10389, - 'CustomerID': 'BOTTM', - 'OrderDate': '1996-12-20T11:25:00.000Z', - 'ShippedDate': '1996-12-24T12:25:00.000Z', - 'Freight': 47.42, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10390, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-12-23T13:25:00.000Z', - 'ShippedDate': '1996-12-26T14:25:00.000Z', - 'Freight': 126.38, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10391, - 'CustomerID': 'DRACD', - 'OrderDate': '1996-12-23T15:25:00.000Z', - 'ShippedDate': '1996-12-31T16:25:00.000Z', - 'Freight': 5.45, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10392, - 'CustomerID': 'PICCO', - 'OrderDate': '1996-12-24T17:25:00.000Z', - 'ShippedDate': '1997-01-01T18:25:00.000Z', - 'Freight': 122.46, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10393, - 'CustomerID': 'SAVEA', - 'OrderDate': '1996-12-25T19:25:00.000Z', - 'ShippedDate': '1997-01-03T20:25:00.000Z', - 'Freight': 126.56, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10394, - 'CustomerID': 'HUNGC', - 'OrderDate': '1996-12-25T21:25:00.000Z', - 'ShippedDate': '1997-01-03T22:25:00.000Z', - 'Freight': 30.34, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10395, - 'CustomerID': 'HILAA', - 'OrderDate': '1996-12-26T23:25:00.000Z', - 'ShippedDate': '1997-01-03T00:25:00.000Z', - 'Freight': 184.41, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10396, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-12-27T01:45:00.000Z', - 'ShippedDate': '1997-01-06T02:45:00.000Z', - 'Freight': 135.35, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10397, - 'CustomerID': 'PRINI', - 'OrderDate': '1996-12-27T03:45:00.000Z', - 'ShippedDate': '1997-01-02T04:45:00.000Z', - 'Freight': 60.26, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10398, - 'CustomerID': 'SAVEA', - 'OrderDate': '1996-12-30T05:45:00.000Z', - 'ShippedDate': '1997-01-09T06:45:00.000Z', - 'Freight': 89.16, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10399, - 'CustomerID': 'VAFFE', - 'OrderDate': '1996-12-31T07:45:00.000Z', - 'ShippedDate': '1997-01-08T08:45:00.000Z', - 'Freight': 27.36, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10400, - 'CustomerID': 'EASTC', - 'OrderDate': '1997-01-01T09:45:00.000Z', - 'ShippedDate': '1997-01-16T10:45:00.000Z', - 'Freight': 83.93, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10401, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-01-01T11:45:00.000Z', - 'ShippedDate': '1997-01-10T12:45:00.000Z', - 'Freight': 12.51, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10402, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-01-02T13:45:00.000Z', - 'ShippedDate': '1997-01-10T14:45:00.000Z', - 'Freight': 67.88, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10403, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-01-03T15:45:00.000Z', - 'ShippedDate': '1997-01-09T16:45:00.000Z', - 'Freight': 73.79, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10404, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-01-03T17:45:00.000Z', - 'ShippedDate': '1997-01-08T18:45:00.000Z', - 'Freight': 155.97, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10405, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-01-06T19:45:00.000Z', - 'ShippedDate': '1997-01-22T20:45:00.000Z', - 'Freight': 34.82, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10406, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-01-07T21:45:00.000Z', - 'ShippedDate': '1997-01-13T22:45:00.000Z', - 'Freight': 108.04, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10407, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-01-07T23:45:00.000Z', - 'ShippedDate': '1997-01-30T01:55:00.000Z', - 'Freight': 91.48, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10408, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-01-08T01:55:00.000Z', - 'ShippedDate': '1997-01-14T01:55:00.000Z', - 'Freight': 11.26, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10409, - 'CustomerID': 'OCEAN', - 'OrderDate': '1997-01-09T02:55:00.000Z', - 'ShippedDate': '1997-01-14T03:55:00.000Z', - 'Freight': 29.83, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10410, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-01-10T04:55:00.000Z', - 'ShippedDate': '1997-01-15T05:55:00.000Z', - 'Freight': 2.4, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10411, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-01-10T06:55:00.000Z', - 'ShippedDate': '1997-01-21T07:55:00.000Z', - 'Freight': 23.65, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10412, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-01-13T08:55:00.000Z', - 'ShippedDate': '1997-01-15T09:55:00.000Z', - 'Freight': 3.77, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10413, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-01-14T10:55:00.000Z', - 'ShippedDate': '1997-01-16T11:55:00.000Z', - 'Freight': 95.66, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10414, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-01-14T12:55:00.000Z', - 'ShippedDate': '1997-01-17T13:55:00.000Z', - 'Freight': 21.48, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10415, - 'CustomerID': 'HUNGC', - 'OrderDate': '1997-01-15T14:55:00.000Z', - 'ShippedDate': '1997-01-24T15:55:00.000Z', - 'Freight': 0.2, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10416, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-01-16T16:55:00.000Z', - 'ShippedDate': '1997-01-27T17:55:00.000Z', - 'Freight': 22.72, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10417, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-01-16T18:55:00.000Z', - 'ShippedDate': '1997-01-28T19:55:00.000Z', - 'Freight': 70.29, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10418, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-01-17T20:55:00.000Z', - 'ShippedDate': '1997-01-24T21:55:00.000Z', - 'Freight': 17.55, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10419, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-01-20T22:55:00.000Z', - 'ShippedDate': '1997-01-30T23:55:00.000Z', - 'Freight': 137.35, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10420, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-01-21T01:05:00.000Z', - 'ShippedDate': '1997-01-27T012:05:00.000Z', - 'Freight': 44.12, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10421, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-01-21T02:05:00.000Z', - 'ShippedDate': '1997-01-27T03:05:00.000Z', - 'Freight': 99.23, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10422, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-01-22T04:05:00.000Z', - 'ShippedDate': '1997-01-31T05:05:00.000Z', - 'Freight': 3.02, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10423, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-01-23T06:05:00.000Z', - 'ShippedDate': '1997-02-24T07:05:00.000Z', - 'Freight': 24.5, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10424, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-01-23T08:05:00.000Z', - 'ShippedDate': '1997-01-27T09:05:00.000Z', - 'Freight': 370.61, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10425, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-01-24T10:05:00.000Z', - 'ShippedDate': '1997-02-14T11:05:00.000Z', - 'Freight': 7.93, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10426, - 'CustomerID': 'GALED', - 'OrderDate': '1997-01-27T12:05:00.000Z', - 'ShippedDate': '1997-02-06T13:05:00.000Z', - 'Freight': 18.69, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10427, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-01-27T14:05:00.000Z', - 'ShippedDate': '1997-03-03T15:05:00.000Z', - 'Freight': 31.29, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10428, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-01-28T16:05:00.000Z', - 'ShippedDate': '1997-02-04T17:05:00.000Z', - 'Freight': 11.09, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10429, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-01-29T18:05:00.000Z', - 'ShippedDate': '1997-02-07T19:05:00.000Z', - 'Freight': 56.63, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10430, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-01-30T20:05:00.000Z', - 'ShippedDate': '1997-02-03T21:05:00.000Z', - 'Freight': 458.78, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10431, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-01-30T22:05:00.000Z', - 'ShippedDate': '1997-02-07T23:05:00.000Z', - 'Freight': 44.17, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10432, - 'CustomerID': 'SPLIR', - 'OrderDate': '1997-01-31T01:15:00.000Z', - 'ShippedDate': '1997-02-07T02:15:00.000Z', - 'Freight': 4.34, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10433, - 'CustomerID': 'PRINI', - 'OrderDate': '1997-02-03T03:15:00.000Z', - 'ShippedDate': '1997-03-04T04:15:00.000Z', - 'Freight': 73.83, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10434, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-02-03T05:15:00.000Z', - 'ShippedDate': '1997-02-13T06:15:00.000Z', - 'Freight': 17.92, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10435, - 'CustomerID': 'CONSH', - 'OrderDate': '1997-02-04T07:15:00.000Z', - 'ShippedDate': '1997-02-07T08:15:00.000Z', - 'Freight': 9.21, - 'ShipName': 'Consolidated Holdings', - 'ShipAddress': 'Berkeley Gardens 12 Brewery', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10436, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-02-05T09:15:00.000Z', - 'ShippedDate': '1997-02-11T10:15:00.000Z', - 'Freight': 156.66, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10437, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-02-05T11:15:00.000Z', - 'ShippedDate': '1997-02-12T12:15:00.000Z', - 'Freight': 19.97, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10438, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-02-06T13:15:00.000Z', - 'ShippedDate': '1997-02-14T14:15:00.000Z', - 'Freight': 8.24, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10439, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-02-07T15:15:00.000Z', - 'ShippedDate': '1997-02-10T16:15:00.000Z', - 'Freight': 4.07, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10440, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-02-10T17:15:00.000Z', - 'ShippedDate': '1997-02-28T18:15:00.000Z', - 'Freight': 86.53, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10441, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-02-10T19:15:00.000Z', - 'ShippedDate': '1997-03-14T20:15:00.000Z', - 'Freight': 73.02, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10442, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-02-11T21:15:00.000Z', - 'ShippedDate': '1997-02-18T22:15:00.000Z', - 'Freight': 47.94, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10443, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-02-12T23:15:00.000Z', - 'ShippedDate': '1997-02-14T00:25:00.000Z', - 'Freight': 13.95, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10444, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-02-12T00:25:00.000Z', - 'ShippedDate': '1997-02-21T01:25:00.000Z', - 'Freight': 3.5, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10445, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-02-13T02:25:00.000Z', - 'ShippedDate': '1997-02-20T03:00.00.000Z', - 'Freight': 9.3, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10446, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-02-14T04:00.00.000Z', - 'ShippedDate': '1997-02-19T05:00.00.000Z', - 'Freight': 14.68, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10447, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-02-14T05:00.00.000Z', - 'ShippedDate': '1997-03-07T06:25:00.000Z', - 'Freight': 68.66, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10448, - 'CustomerID': 'RANCH', - 'OrderDate': '1997-02-17T07:25:00.000Z', - 'ShippedDate': '1997-02-24T08:25:00.000Z', - 'Freight': 38.82, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10449, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-02-18T09:25:00.000Z', - 'ShippedDate': '1997-02-27T10:25:00.000Z', - 'Freight': 53.3, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10450, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-02-19T11:25:00.000Z', - 'ShippedDate': '1997-03-11T12:25:00.000Z', - 'Freight': 7.23, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10451, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-02-19T13:25:00.000Z', - 'ShippedDate': '1997-03-12T14:25:00.000Z', - 'Freight': 189.09, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10452, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-02-20T15:25:00.000Z', - 'ShippedDate': '1997-02-26T16:25:00.000Z', - 'Freight': 140.26, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10453, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-02-21T17:25:00.000Z', - 'ShippedDate': '1997-02-26T18:25:00.000Z', - 'Freight': 25.36, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10454, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-02-21T19:25:00.000Z', - 'ShippedDate': '1997-02-25T20:25:00.000Z', - 'Freight': 2.74, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10455, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-02-24T21:25:00.000Z', - 'ShippedDate': '1997-03-03T22:25:00.000Z', - 'Freight': 180.45, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10456, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-02-25T23:25:00.000Z', - 'ShippedDate': '1997-02-28T01:25:00.000Z', - 'Freight': 8.12, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10457, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-02-25T01:35:00.000Z', - 'ShippedDate': '1997-03-03T02:35:00.000Z', - 'Freight': 11.57, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10458, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-02-26T03:35:00.000Z', - 'ShippedDate': '1997-03-04T04:35:00.000Z', - 'Freight': 147.06, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10459, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-02-27T04:35:00.000Z', - 'ShippedDate': '1997-02-28T04:35:00.000Z', - 'Freight': 25.09, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10460, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-02-28T05:35:00.000Z', - 'ShippedDate': '1997-03-03T06:35:00.000Z', - 'Freight': 16.27, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10461, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-02-28T07:35:00.000Z', - 'ShippedDate': '1997-03-05T08:35:00.000Z', - 'Freight': 148.61, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10462, - 'CustomerID': 'CONSH', - 'OrderDate': '1997-03-03T09:00.00.000Z', - 'ShippedDate': '1997-03-18T10:00.00.000Z', - 'Freight': 6.17, - 'ShipName': 'Consolidated Holdings', - 'ShipAddress': 'Berkeley Gardens 12 Brewery', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10463, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-03-04T11:00.00.000Z', - 'ShippedDate': '1997-03-06T12:00.00.000Z', - 'Freight': 14.78, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10464, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-03-04T13:00.00.000Z', - 'ShippedDate': '1997-03-14T14:00.00.000Z', - 'Freight': 89, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10465, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-03-05T15:00.00.000Z', - 'ShippedDate': '1997-03-14T16:00.00.000Z', - 'Freight': 145.04, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10466, - 'CustomerID': 'COMMI', - 'OrderDate': '1997-03-06T17:00.00.000Z', - 'ShippedDate': '1997-03-13T18:00.00.000Z', - 'Freight': 11.93, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10467, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-03-06T19:00.00.000Z', - 'ShippedDate': '1997-03-11T20:00.00.000Z', - 'Freight': 4.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10468, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-03-07T21:00.00.000Z', - 'ShippedDate': '1997-03-12T22:00.00.000Z', - 'Freight': 44.12, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10469, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-03-10T23:00.00.000Z', - 'ShippedDate': '1997-03-14T01:00.00.000Z', - 'Freight': 60.18, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10470, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-03-11T02:00.00.000Z', - 'ShippedDate': '1997-03-14T03:00.00.000Z', - 'Freight': 64.56, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10471, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-03-11T04:00.00.000Z', - 'ShippedDate': '1997-03-18T05:00.00.000Z', - 'Freight': 45.59, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10472, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-03-12T06:00.00.000Z', - 'ShippedDate': '1997-03-19T07:00.00.000Z', - 'Freight': 4.2, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10473, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-03-13T08:00.00.000Z', - 'ShippedDate': '1997-03-21T09:00.00.000Z', - 'Freight': 16.37, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10474, - 'CustomerID': 'PERIC', - 'OrderDate': '1997-03-13T10:00.00.000Z', - 'ShippedDate': '1997-03-21T11:00.00.000Z', - 'Freight': 83.49, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10475, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-03-14T12:00.00.000Z', - 'ShippedDate': '1997-04-04T13:00.00.000Z', - 'Freight': 68.52, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10476, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-03-17T14:00.00.000Z', - 'ShippedDate': '1997-03-24T15:00.00.000Z', - 'Freight': 4.41, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10477, - 'CustomerID': 'PRINI', - 'OrderDate': '1997-03-17T16:00.00.000Z', - 'ShippedDate': '1997-03-25T17:00.00.000Z', - 'Freight': 13.02, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10478, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-03-18T18:00.00.000Z', - 'ShippedDate': '1997-03-26T19:00.00.000Z', - 'Freight': 4.81, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10479, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-03-19T20:00.00.000Z', - 'ShippedDate': '1997-03-21T21:00.00.000Z', - 'Freight': 708.95, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10480, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-03-20T22:00.00.000Z', - 'ShippedDate': '1997-03-24T23:00.00.000Z', - 'Freight': 1.35, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10481, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-03-20T01:00.00.000Z', - 'ShippedDate': '1997-03-25T02:00.00.000Z', - 'Freight': 64.33, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10482, - 'CustomerID': 'LAZYK', - 'OrderDate': '1997-03-21T03:00.00.000Z', - 'ShippedDate': '1997-04-10T04:00.00.000Z', - 'Freight': 7.48, - 'ShipName': 'Lazy K Kountry Store', - 'ShipAddress': '12 Orchestra Terrace', - 'ShipCity': 'Walla Walla', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10483, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-03-24T05:00.00.000Z', - 'ShippedDate': '1997-04-25T06:00.00.000Z', - 'Freight': 15.28, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10484, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-03-24T07:00.00.000Z', - 'ShippedDate': '1997-04-01T08:00.00.000Z', - 'Freight': 6.88, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10485, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-03-25T09:00.00.000Z', - 'ShippedDate': '1997-03-31T10:00.00.000Z', - 'Freight': 64.45, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10486, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-03-26T11:00.00.000Z', - 'ShippedDate': '1997-04-02T12:00.00.000Z', - 'Freight': 30.53, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10487, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-03-26T13:00.00.000Z', - 'ShippedDate': '1997-03-28T14:00.00.000Z', - 'Freight': 71.07, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10488, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-03-27T15:00.00.000Z', - 'ShippedDate': '1997-04-02T16:00.00.000Z', - 'Freight': 4.93, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10489, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-03-28T17:00.00.000Z', - 'ShippedDate': '1997-04-09T18:00.00.000Z', - 'Freight': 5.29, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10490, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-03-31T19:00.00.000Z', - 'ShippedDate': '1997-04-03T20:00.00.000Z', - 'Freight': 210.19, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10491, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-03-31T21:00.00.000Z', - 'ShippedDate': '1997-04-08T22:00.00.000Z', - 'Freight': 16.96, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10492, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-04-01T23:00.00.000Z', - 'ShippedDate': '1997-04-11T01:00.00.000Z', - 'Freight': 62.89, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10493, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-04-02T02:00.00.000Z', - 'ShippedDate': '1997-04-10T03:00.00.000Z', - 'Freight': 10.64, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10494, - 'CustomerID': 'COMMI', - 'OrderDate': '1997-04-02T04:00.00.000Z', - 'ShippedDate': '1997-04-09T05:00.00.000Z', - 'Freight': 65.99, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10495, - 'CustomerID': 'LAUGB', - 'OrderDate': '1997-04-03T06:00.00.000Z', - 'ShippedDate': '1997-04-11T07:00.00.000Z', - 'Freight': 4.65, - 'ShipName': 'Laughing Bacchus Wine Cellars', - 'ShipAddress': '2319 Elm St.', - 'ShipCity': 'Vancouver', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10496, - 'CustomerID': 'TRADH', - 'OrderDate': '1997-04-04T08:00.00.000Z', - 'ShippedDate': '1997-04-07T09:00.00.000Z', - 'Freight': 46.77, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10497, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-04-04T10:00.00.000Z', - 'ShippedDate': '1997-04-07T11:00.00.000Z', - 'Freight': 36.21, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10498, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-04-07T12:00.00.000Z', - 'ShippedDate': '1997-04-11T13:00.00.000Z', - 'Freight': 29.75, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10499, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-04-08T14:00.00.000Z', - 'ShippedDate': '1997-04-16T15:00.00.000Z', - 'Freight': 102.02, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10500, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-04-09T16:00.00.000Z', - 'ShippedDate': '1997-04-17T17:00.00.000Z', - 'Freight': 42.68, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10501, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-04-09T18:00.00.000Z', - 'ShippedDate': '1997-04-16T19:00.00.000Z', - 'Freight': 8.85, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10502, - 'CustomerID': 'PERIC', - 'OrderDate': '1997-04-10T20:00.00.000Z', - 'ShippedDate': '1997-04-29T21:00.00.000Z', - 'Freight': 69.32, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10503, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-04-11T22:00.00.000Z', - 'ShippedDate': '1997-04-16T23:00.00.000Z', - 'Freight': 16.74, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10504, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-04-11T01:00.00.000Z', - 'ShippedDate': '1997-04-18T02:00.00.000Z', - 'Freight': 59.13, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10505, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-04-14T03:00.00.000Z', - 'ShippedDate': '1997-04-21T04:00.00.000Z', - 'Freight': 7.13, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10506, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-04-15T05:05:00.000Z', - 'ShippedDate': '1997-05-02T06:05:00.000Z', - 'Freight': 21.19, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10507, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-04-15T07:05:00.000Z', - 'ShippedDate': '1997-04-22T08:05:00.000Z', - 'Freight': 47.45, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10508, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-04-16T09:05:00.000Z', - 'ShippedDate': '1997-05-13T10:05:00.000Z', - 'Freight': 4.99, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10509, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-04-17T11:05:00.000Z', - 'ShippedDate': '1997-04-29T12:05:00.000Z', - 'Freight': 0.15, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10510, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-04-18T13:05:00.000Z', - 'ShippedDate': '1997-04-28T14:05:00.000Z', - 'Freight': 367.63, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10511, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-04-18T15:05:00.000Z', - 'ShippedDate': '1997-04-21T01:05:00.000Z', - 'Freight': 350.64, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10512, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-04-21T02:05:00.000Z', - 'ShippedDate': '1997-04-24T03:05:00.000Z', - 'Freight': 3.53, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10513, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-04-22T04:05:00.000Z', - 'ShippedDate': '1997-04-28T05:05:00.000Z', - 'Freight': 105.65, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10514, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-04-22T05:05:00.000Z', - 'ShippedDate': '1997-05-16T07:05:00.000Z', - 'Freight': 789.95, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10515, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-04-23T08:05:00.000Z', - 'ShippedDate': '1997-05-23T09:05:00.000Z', - 'Freight': 204.47, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10516, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-04-24T10:05:00.000Z', - 'ShippedDate': '1997-05-01T11:05:00.000Z', - 'Freight': 62.78, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10517, - 'CustomerID': 'NORTS', - 'OrderDate': '1997-04-24T12:05:00.000Z', - 'ShippedDate': '1997-04-29T13:05:00.000Z', - 'Freight': 32.07, - 'ShipName': 'North/South', - 'ShipAddress': 'South House 300 Queensbridge', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10518, - 'CustomerID': 'TORTU', - 'OrderDate': '1997-04-25T14:05:00.000Z', - 'ShippedDate': '1997-05-05T15:05:00.000Z', - 'Freight': 218.15, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10519, - 'CustomerID': 'CHOPS', - 'OrderDate': '1997-04-28T16:05:00.000Z', - 'ShippedDate': '1997-05-01T17:05:00.000Z', - 'Freight': 91.76, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10520, - 'CustomerID': 'SANTG', - 'OrderDate': '1997-04-29T18:05:00.000Z', - 'ShippedDate': '1997-05-01T19:05:00.000Z', - 'Freight': 13.37, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' - }, - { - 'OrderID': 10521, - 'CustomerID': 'CACTU', - 'OrderDate': '1997-04-29T20:05:00.000Z', - 'ShippedDate': '1997-05-02T21:05:00.000Z', - 'Freight': 17.22, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10522, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-04-30T22:05:00.000Z', - 'ShippedDate': '1997-05-06T23:05:00.000Z', - 'Freight': 45.33, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10523, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-05-01T01:10:00.000Z', - 'ShippedDate': '1997-05-30T02:10:00.000Z', - 'Freight': 77.63, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10524, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-05-01T03:10:00.000Z', - 'ShippedDate': '1997-05-07T04:10:00.000Z', - 'Freight': 244.79, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10525, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-05-02T05:10:00.000Z', - 'ShippedDate': '1997-05-23T06:10:00.000Z', - 'Freight': 11.06, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10526, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-05-05T07:10:00.000Z', - 'ShippedDate': '1997-05-15T08:10:00.000Z', - 'Freight': 58.59, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10527, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-05-05T09:10:00.000Z', - 'ShippedDate': '1997-05-07T10:10:00.000Z', - 'Freight': 41.9, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10528, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-05-06T11:10:00.000Z', - 'ShippedDate': '1997-05-09T12:10:00.000Z', - 'Freight': 3.35, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10529, - 'CustomerID': 'MAISD', - 'OrderDate': '1997-05-07T13:10:00.000Z', - 'ShippedDate': '1997-05-09T14:10:00.000Z', - 'Freight': 66.69, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10530, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-05-08T15:10:00.000Z', - 'ShippedDate': '1997-05-12T16:10:00.000Z', - 'Freight': 339.22, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10531, - 'CustomerID': 'OCEAN', - 'OrderDate': '1997-05-08T17:10:00.000Z', - 'ShippedDate': '1997-05-19T18:10:00.000Z', - 'Freight': 8.12, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10532, - 'CustomerID': 'EASTC', - 'OrderDate': '1997-05-09T19:10:00.000Z', - 'ShippedDate': '1997-05-12T20:10:00.000Z', - 'Freight': 74.46, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10533, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-05-12T21:10:00.000Z', - 'ShippedDate': '1997-05-22T22:10:00.000Z', - 'Freight': 188.04, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10534, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-05-12T23:10:00.000Z', - 'ShippedDate': '1997-05-14T01:15:00.000Z', - 'Freight': 27.94, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10535, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-05-13T02:15:00.000Z', - 'ShippedDate': '1997-05-21T03:15:00.000Z', - 'Freight': 15.64, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10536, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-05-14T04:15:00.000Z', - 'ShippedDate': '1997-06-06T05:15:00.000Z', - 'Freight': 58.88, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10537, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-05-14T06:15:00.000Z', - 'ShippedDate': '1997-05-19T07:15:00.000Z', - 'Freight': 78.85, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10538, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-05-15T08:15:00.000Z', - 'ShippedDate': '1997-05-16T09:15:00.000Z', - 'Freight': 4.87, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10539, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-05-16T10:15:00.000Z', - 'ShippedDate': '1997-05-23T11:15:00.000Z', - 'Freight': 12.36, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10540, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-05-19T12:15:00.000Z', - 'ShippedDate': '1997-06-13T13:15:00.000Z', - 'Freight': 1007.64, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10541, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-05-19T14:15:00.000Z', - 'ShippedDate': '1997-05-29T15:15:00.000Z', - 'Freight': 68.65, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10542, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-05-20T16:15:00.000Z', - 'ShippedDate': '1997-05-26T17:15:00.000Z', - 'Freight': 10.95, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10543, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-05-21T18:15:00.000Z', - 'ShippedDate': '1997-05-23T19:15:00.000Z', - 'Freight': 48.17, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10544, - 'CustomerID': 'LONEP', - 'OrderDate': '1997-05-21T20:15:00.000Z', - 'ShippedDate': '1997-05-30T21:15:00.000Z', - 'Freight': 24.91, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10545, - 'CustomerID': 'LAZYK', - 'OrderDate': '1997-05-22T23:15:00.000Z', - 'ShippedDate': '1997-06-26T01:20:00.000Z', - 'Freight': 11.92, - 'ShipName': 'Lazy K Kountry Store', - 'ShipAddress': '12 Orchestra Terrace', - 'ShipCity': 'Walla Walla', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10546, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-05-23T02:20:00.000Z', - 'ShippedDate': '1997-05-27T03:20:00.000Z', - 'Freight': 194.72, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10547, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-05-23T04:20:00.000Z', - 'ShippedDate': '1997-06-02T05:20:00.000Z', - 'Freight': 178.43, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10548, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-05-26T06:20:00.000Z', - 'ShippedDate': '1997-06-02T07:20:00.000Z', - 'Freight': 1.43, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10549, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-05-27T08:20:00.000Z', - 'ShippedDate': '1997-05-30T09:20:00.000Z', - 'Freight': 171.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10550, - 'CustomerID': 'GODOS', - 'OrderDate': '1997-05-28T10:20:00.000Z', - 'ShippedDate': '1997-06-06T11:20:00.000Z', - 'Freight': 4.32, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10551, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-05-28T12:20:00.000Z', - 'ShippedDate': '1997-06-06T13:20:00.000Z', - 'Freight': 72.95, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10552, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-05-29T14:20:00.000Z', - 'ShippedDate': '1997-06-05T15:20:00.000Z', - 'Freight': 83.22, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10553, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-05-30T16:20:00.000Z', - 'ShippedDate': '1997-06-03T17:20:00.000Z', - 'Freight': 149.49, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10554, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-05-30T18:20:00.000Z', - 'ShippedDate': '1997-06-05T19:20:00.000Z', - 'Freight': 120.97, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10555, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-06-02T20:20:00.000Z', - 'ShippedDate': '1997-06-04T21:20:00.000Z', - 'Freight': 252.49, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10556, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-06-03T22:20:00.000Z', - 'ShippedDate': '1997-06-13T23:20:00.000Z', - 'Freight': 9.8, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10557, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-06-03T01:25:00.000Z', - 'ShippedDate': '1997-06-06T02:25:00.000Z', - 'Freight': 96.72, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10558, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-06-04T03:25:00.000Z', - 'ShippedDate': '1997-06-10T04:25:00.000Z', - 'Freight': 72.97, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10559, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-06-05T05:25:00.000Z', - 'ShippedDate': '1997-06-13T06:25:00.000Z', - 'Freight': 8.05, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10560, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-06-06T07:25:00.000Z', - 'ShippedDate': '1997-06-09T08:25:00.000Z', - 'Freight': 36.65, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10561, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-06-06T09:25:00.000Z', - 'ShippedDate': '1997-06-09T10:25:00.000Z', - 'Freight': 242.21, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10562, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-06-09T11:25:00.000Z', - 'ShippedDate': '1997-06-12T12:25:00.000Z', - 'Freight': 22.95, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10563, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-06-10T13:25:00.000Z', - 'ShippedDate': '1997-06-24T14:25:00.000Z', - 'Freight': 60.43, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10564, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-06-10T15:25:00.000Z', - 'ShippedDate': '1997-06-16T16:25:00.000Z', - 'Freight': 13.75, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10565, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-06-11T17:25:00.000Z', - 'ShippedDate': '1997-06-18T18:25:00.000Z', - 'Freight': 7.15, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10566, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-06-12T01:10:00.000Z', - 'ShippedDate': '1997-06-18T02:10:00.000Z', - 'Freight': 88.4, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10567, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-06-12T03:10:00.000Z', - 'ShippedDate': '1997-06-17T03:10:00.000Z', - 'Freight': 33.97, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10568, - 'CustomerID': 'GALED', - 'OrderDate': '1997-06-13T04:10:00.000Z', - 'ShippedDate': '1997-07-09T05:10:00.000Z', - 'Freight': 6.54, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10569, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-06-16T06:10:00.000Z', - 'ShippedDate': '1997-07-11T07:10:00.000Z', - 'Freight': 58.98, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10570, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-06-17T08:10:00.000Z', - 'ShippedDate': '1997-06-19T09:10:00.000Z', - 'Freight': 188.99, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10571, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-06-17T10:10:00.000Z', - 'ShippedDate': '1997-07-04T11:10:00.000Z', - 'Freight': 26.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10572, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-06-18T12:10:00.000Z', - 'ShippedDate': '1997-06-25T13:10:00.000Z', - 'Freight': 116.43, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10573, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-06-19T14:10:00.000Z', - 'ShippedDate': '1997-06-20T15:10:00.000Z', - 'Freight': 84.84, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10574, - 'CustomerID': 'TRAIH', - 'OrderDate': '1997-06-19T16:10:00.000Z', - 'ShippedDate': '1997-06-30T17:10:00.000Z', - 'Freight': 37.6, - 'ShipName': 'Trail\'s Head Gourmet Provisioners', - 'ShipAddress': '722 DaVinci Blvd.', - 'ShipCity': 'Kirkland', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10575, - 'CustomerID': 'MORGK', - 'OrderDate': '1997-06-20T18:10:00.000Z', - 'ShippedDate': '1997-06-30T19:10:00.000Z', - 'Freight': 127.34, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10576, - 'CustomerID': 'TORTU', - 'OrderDate': '1997-06-23T20:10:00.000Z', - 'ShippedDate': '1997-06-30T21:10:00.000Z', - 'Freight': 18.56, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10577, - 'CustomerID': 'TRAIH', - 'OrderDate': '1997-06-23T22:10:00.000Z', - 'ShippedDate': '1997-06-30T23:10:00.000Z', - 'Freight': 25.41, - 'ShipName': 'Trail\'s Head Gourmet Provisioners', - 'ShipAddress': '722 DaVinci Blvd.', - 'ShipCity': 'Kirkland', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10578, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-06-24T23:10:00.000Z', - 'ShippedDate': '1997-07-25T01:15:00.000Z', - 'Freight': 29.6, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10579, - 'CustomerID': 'LETSS', - 'OrderDate': '1997-06-25T01:30:00.000Z', - 'ShippedDate': '1997-07-04T02:30:00.000Z', - 'Freight': 13.73, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10580, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-06-26T03:30:00.000Z', - 'ShippedDate': '1997-07-01T04:30:00.000Z', - 'Freight': 75.89, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10581, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-06-26T05:30:00.000Z', - 'ShippedDate': '1997-07-02T06:30:00.000Z', - 'Freight': 3.01, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10582, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-06-27T07:30:00.000Z', - 'ShippedDate': '1997-07-14T08:30:00.000Z', - 'Freight': 27.71, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10583, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-06-30T08:30:00.000Z', - 'ShippedDate': '1997-07-04T09:30:00.000Z', - 'Freight': 7.28, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10584, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-06-30T10:30:00.000Z', - 'ShippedDate': '1997-07-04T11:30:00.000Z', - 'Freight': 59.14, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10585, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-07-01T12:30:00.000Z', - 'ShippedDate': '1997-07-10T13:30:00.000Z', - 'Freight': 13.41, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10586, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-07-02T14:30:00.000Z', - 'ShippedDate': '1997-07-09T15:30:00.000Z', - 'Freight': 0.48, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10587, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-07-02T16:30:00.000Z', - 'ShippedDate': '1997-07-09T17:30:00.000Z', - 'Freight': 62.52, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10588, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-07-03T18:30:00.000Z', - 'ShippedDate': '1997-07-10T19:30:00.000Z', - 'Freight': 194.67, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10589, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-07-04T20:30:00.000Z', - 'ShippedDate': '1997-07-14T21:30:00.000Z', - 'Freight': 4.42, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10590, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-07-07T22:30:00.000Z', - 'ShippedDate': '1997-07-14T23:30:00.000Z', - 'Freight': 44.77, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10591, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-07-07T22:30:00.000Z', - 'ShippedDate': '1997-07-16T01:40:00.000Z', - 'Freight': 55.92, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10592, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-07-08T02:40:00.000Z', - 'ShippedDate': '1997-07-16T03:40:00.000Z', - 'Freight': 32.1, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10593, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-07-09T04:40:00.000Z', - 'ShippedDate': '1997-08-13T05:40:00.000Z', - 'Freight': 174.2, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10594, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-07-09T06:40:00.000Z', - 'ShippedDate': '1997-07-16T07:40:00.000Z', - 'Freight': 5.24, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10595, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-07-10T08:40:00.000Z', - 'ShippedDate': '1997-07-14T09:40:00.000Z', - 'Freight': 96.78, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10596, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-07-11T10:40:00.000Z', - 'ShippedDate': '1997-08-12T11:40:00.000Z', - 'Freight': 16.34, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10597, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-07-11T12:40:00.000Z', - 'ShippedDate': '1997-07-18T13:40:00.000Z', - 'Freight': 35.12, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10598, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-07-14T14:40:00.000Z', - 'ShippedDate': '1997-07-18T15:40:00.000Z', - 'Freight': 44.42, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10599, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-07-15T16:40:00.000Z', - 'ShippedDate': '1997-07-21T17:40:00.000Z', - 'Freight': 29.98, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10600, - 'CustomerID': 'HUNGC', - 'OrderDate': '1997-07-16T18:40:00.000Z', - 'ShippedDate': '1997-07-21T19:40:00.000Z', - 'Freight': 45.13, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10601, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-07-16T20:40:00.000Z', - 'ShippedDate': '1997-07-22T21:40:00.000Z', - 'Freight': 58.3, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10602, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-07-17T22:40:00.000Z', - 'ShippedDate': '1997-07-22T23:40:00.000Z', - 'Freight': 2.92, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10603, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-07-18T01:25:00.000Z', - 'ShippedDate': '1997-08-08T02:25:00.000Z', - 'Freight': 48.77, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10604, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-07-18T03:25:00.000Z', - 'ShippedDate': '1997-07-29T03:25:00.000Z', - 'Freight': 7.46, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10605, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-07-21T04:25:00.000Z', - 'ShippedDate': '1997-07-29T05:25:00.000Z', - 'Freight': 379.13, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10606, - 'CustomerID': 'TRADH', - 'OrderDate': '1997-07-22T06:25:00.000Z', - 'ShippedDate': '1997-07-31T07:25:00.000Z', - 'Freight': 79.4, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10607, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-07-22T08:25:00.000Z', - 'ShippedDate': '1997-07-25T09:25:00.000Z', - 'Freight': 200.24, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10608, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-07-23T10:25:00.000Z', - 'ShippedDate': '1997-08-01T11:25:00.000Z', - 'Freight': 27.79, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10609, - 'CustomerID': 'DUMON', - 'OrderDate': '1997-07-24T12:25:00.000Z', - 'ShippedDate': '1997-07-30T13:25:00.000Z', - 'Freight': 1.85, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10610, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-07-25T14:25:00.000Z', - 'ShippedDate': '1997-08-06T15:25:00.000Z', - 'Freight': 26.78, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10611, - 'CustomerID': 'WOLZA', - 'OrderDate': '1997-07-25T16:25:00.000Z', - 'ShippedDate': '1997-08-01T17:25:00.000Z', - 'Freight': 80.65, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 10612, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-07-28T18:25:00.000Z', - 'ShippedDate': '1997-08-01T19:25:00.000Z', - 'Freight': 544.08, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10613, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-07-29T20:25:00.000Z', - 'ShippedDate': '1997-08-01T21:25:00.000Z', - 'Freight': 8.11, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10614, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-07-29T22:25:00.000Z', - 'ShippedDate': '1997-08-01T23:25:00.000Z', - 'Freight': 1.93, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10615, - 'CustomerID': 'WILMK', - 'OrderDate': '1997-07-30T01:35:00.000Z', - 'ShippedDate': '1997-08-06T02:35:00.000Z', - 'Freight': 0.75, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10616, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-07-31T03:35:00.000Z', - 'ShippedDate': '1997-08-05T04:35:00.000Z', - 'Freight': 116.53, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10617, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-07-31T05:35:00.000Z', - 'ShippedDate': '1997-08-04T06:35:00.000Z', - 'Freight': 18.53, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10618, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-08-01T07:35:00.000Z', - 'ShippedDate': '1997-08-08T08:35:00.000Z', - 'Freight': 154.68, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10619, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-08-04T09:35:00.000Z', - 'ShippedDate': '1997-08-07T10:35:00.000Z', - 'Freight': 91.05, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10620, - 'CustomerID': 'LAUGB', - 'OrderDate': '1997-08-05T11:35:00.000Z', - 'ShippedDate': '1997-08-14T12:35:00.000Z', - 'Freight': 0.94, - 'ShipName': 'Laughing Bacchus Wine Cellars', - 'ShipAddress': '2319 Elm St.', - 'ShipCity': 'Vancouver', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10621, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-08-05T13:35:00.000Z', - 'ShippedDate': '1997-08-11T14:35:00.000Z', - 'Freight': 23.73, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10622, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-08-06T15:35:00.000Z', - 'ShippedDate': '1997-08-11T16:35:00.000Z', - 'Freight': 50.97, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10623, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-08-07T17:35:00.000Z', - 'ShippedDate': '1997-08-12T18:35:00.000Z', - 'Freight': 97.18, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10624, - 'CustomerID': 'THECR', - 'OrderDate': '1997-08-07T19:35:00.000Z', - 'ShippedDate': '1997-08-19T20:35:00.000Z', - 'Freight': 94.8, - 'ShipName': 'The Cracker Box', - 'ShipAddress': '55 Grizzly Peak Rd.', - 'ShipCity': 'Butte', - 'ShipRegion': 'MT', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10625, - 'CustomerID': 'ANATR', - 'OrderDate': '1997-08-08T21:35:00.000Z', - 'ShippedDate': '1997-08-14T22:35:00.000Z', - 'Freight': 43.9, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10626, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-08-11T23:35:00.000Z', - 'ShippedDate': '1997-08-20T01:50:00.000Z', - 'Freight': 138.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10627, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-08-11T02:50:00.000Z', - 'ShippedDate': '1997-08-21T03:50:00.000Z', - 'Freight': 107.46, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10628, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-08-12T04:50:00.000Z', - 'ShippedDate': '1997-08-20T05:50:00.000Z', - 'Freight': 30.36, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10629, - 'CustomerID': 'GODOS', - 'OrderDate': '1997-08-12T06:50:00.000Z', - 'ShippedDate': '1997-08-20T07:50:00.000Z', - 'Freight': 85.46, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10630, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-08-13T08:50:00.000Z', - 'ShippedDate': '1997-08-19T09:50:00.000Z', - 'Freight': 32.35, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10631, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-08-14T10:50:00.000Z', - 'ShippedDate': '1997-08-15T11:50:00.000Z', - 'Freight': 0.87, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10632, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-08-14T12:50:00.000Z', - 'ShippedDate': '1997-08-19T13:50:00.000Z', - 'Freight': 41.38, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10633, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-08-15T14:50:00.000Z', - 'ShippedDate': '1997-08-18T15:50:00.000Z', - 'Freight': 477.9, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10634, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-08-15T16:50:00.000Z', - 'ShippedDate': '1997-08-21T17:50:00.000Z', - 'Freight': 487.38, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10635, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-08-18T18:50:00.000Z', - 'ShippedDate': '1997-08-21T19:50:00.000Z', - 'Freight': 47.46, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10636, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-08-19T20:50:00.000Z', - 'ShippedDate': '1997-08-26T21:50:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10637, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-08-19T22:50:00.000Z', - 'ShippedDate': '1997-08-26T23:50:00.000Z', - 'Freight': 201.29, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10638, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-08-20T14:50:00.000Z', - 'ShippedDate': '1997-09-01T15:50:00.000Z', - 'Freight': 158.44, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10639, - 'CustomerID': 'SANTG', - 'OrderDate': '1997-08-20T16:50:00.000Z', - 'ShippedDate': '1997-08-27T17:50:00.000Z', - 'Freight': 38.64, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' - }, - { - 'OrderID': 10640, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-08-21T18:50:00.000Z', - 'ShippedDate': '1997-08-28T19:50:00.000Z', - 'Freight': 23.55, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10641, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-08-22T01:55:00.000Z', - 'ShippedDate': '1997-08-26T02:55:00.000Z', - 'Freight': 179.61, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10642, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-08-22T03:55:00.000Z', - 'ShippedDate': '1997-09-05T04:55:00.000Z', - 'Freight': 41.89, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10643, - 'CustomerID': 'ALFKI', - 'OrderDate': '1997-08-25T05:55:00.000Z', - 'ShippedDate': '1997-09-02T06:55:00.000Z', - 'Freight': 29.46, - 'ShipName': 'Alfreds Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10644, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-08-25T07:55:00.000Z', - 'ShippedDate': '1997-09-01T08:55:00.000Z', - 'Freight': 0.14, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10645, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-08-26T09:55:00.000Z', - 'ShippedDate': '1997-09-02T10:55:00.000Z', - 'Freight': 12.41, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10646, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-08-27T11:55:00.000Z', - 'ShippedDate': '1997-09-03T12:55:00.000Z', - 'Freight': 142.33, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10647, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-08-27T13:55:00.000Z', - 'ShippedDate': '1997-09-03T14:55:00.000Z', - 'Freight': 45.54, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10648, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-08-28T15:55:00.000Z', - 'ShippedDate': '1997-09-09T16:55:00.000Z', - 'Freight': 14.25, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10649, - 'CustomerID': 'MAISD', - 'OrderDate': '1997-08-28T17:55:00.000Z', - 'ShippedDate': '1997-08-29T18:55:00.000Z', - 'Freight': 6.2, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10650, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-08-29T19:55:00.000Z', - 'ShippedDate': '1997-09-03T20:55:00.000Z', - 'Freight': 176.81, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10651, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-09-01T21:55:00.000Z', - 'ShippedDate': '1997-09-11T22:55:00.000Z', - 'Freight': 20.6, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10652, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-09-01T23:55:00.000Z', - 'ShippedDate': '1997-09-08T01:15:00.000Z', - 'Freight': 7.14, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10653, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-09-02T02:15:00.000Z', - 'ShippedDate': '1997-09-19T03:15:00.000Z', - 'Freight': 93.25, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10654, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-09-02T04:15:00.000Z', - 'ShippedDate': '1997-09-11T05:15:00.000Z', - 'Freight': 55.26, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10655, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-09-03T06:15:00.000Z', - 'ShippedDate': '1997-09-11T07:15:00.000Z', - 'Freight': 4.41, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10656, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-09-04T08:15:00.000Z', - 'ShippedDate': '1997-09-10T09:15:00.000Z', - 'Freight': 57.15, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10657, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-09-04T10:15:00.000Z', - 'ShippedDate': '1997-09-15T11:15:00.000Z', - 'Freight': 352.69, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10658, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-09-05T12:15:00.000Z', - 'ShippedDate': '1997-09-08T13:15:00.000Z', - 'Freight': 364.15, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10659, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-09-05T14:15:00.000Z', - 'ShippedDate': '1997-09-10T15:15:00.000Z', - 'Freight': 105.81, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10660, - 'CustomerID': 'HUNGC', - 'OrderDate': '1997-09-08T16:15:00.000Z', - 'ShippedDate': '1997-10-15T17:15:00.000Z', - 'Freight': 111.29, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10661, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-09-09T18:15:00.000Z', - 'ShippedDate': '1997-09-15T19:15:00.000Z', - 'Freight': 17.55, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10662, - 'CustomerID': 'LONEP', - 'OrderDate': '1997-09-09T20:15:00.000Z', - 'ShippedDate': '1997-09-18T21:15:00.000Z', - 'Freight': 1.28, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10663, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-09-10T22:15:00.000Z', - 'ShippedDate': '1997-10-03T23:15:00.000Z', - 'Freight': 113.15, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10664, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-09-10T01:45:00.000Z', - 'ShippedDate': '1997-09-19T02:45:00.000Z', - 'Freight': 1.27, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10665, - 'CustomerID': 'LONEP', - 'OrderDate': '1997-09-11T03:45:00.000Z', - 'ShippedDate': '1997-09-17T04:45:00.000Z', - 'Freight': 26.31, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10666, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-09-12T05:45:00.000Z', - 'ShippedDate': '1997-09-22T06:45:00.000Z', - 'Freight': 232.42, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10667, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-09-12T07:45:00.000Z', - 'ShippedDate': '1997-09-19T08:45:00.000Z', - 'Freight': 78.09, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10668, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-09-15T09:45:00.000Z', - 'ShippedDate': '1997-09-23T10:45:00.000Z', - 'Freight': 47.22, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10669, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-09-15T11:45:00.000Z', - 'ShippedDate': '1997-09-22T12:45:00.000Z', - 'Freight': 24.39, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10670, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-09-16T13:45:00.000Z', - 'ShippedDate': '1997-09-18T14:45:00.000Z', - 'Freight': 203.48, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10671, - 'CustomerID': 'FRANR', - 'OrderDate': '1997-09-17T15:45:00.000Z', - 'ShippedDate': '1997-09-24T16:45:00.000Z', - 'Freight': 30.34, - 'ShipName': 'France restauration', - 'ShipAddress': '54, rue Royale', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10672, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-09-17T17:45:00.000Z', - 'ShippedDate': '1997-09-26T18:45:00.000Z', - 'Freight': 95.75, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10673, - 'CustomerID': 'WILMK', - 'OrderDate': '1997-09-18T19:45:00.000Z', - 'ShippedDate': '1997-09-19T20:45:00.000Z', - 'Freight': 22.76, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10674, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-09-18T21:45:00.000Z', - 'ShippedDate': '1997-09-30T22:45:00.000Z', - 'Freight': 0.9, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10675, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-09-19T23:45:00.000Z', - 'ShippedDate': '1997-09-23T01:50:00.000Z', - 'Freight': 31.85, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10676, - 'CustomerID': 'TORTU', - 'OrderDate': '1997-09-22T02:50:00.000Z', - 'ShippedDate': '1997-09-29T03:50:00.000Z', - 'Freight': 2.01, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10677, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-09-22T04:50:00.000Z', - 'ShippedDate': '1997-09-26T05:50:00.000Z', - 'Freight': 4.03, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10678, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-09-23T06:50:00.000Z', - 'ShippedDate': '1997-10-16T07:50:00.000Z', - 'Freight': 388.98, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10679, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-09-23T08:50:00.000Z', - 'ShippedDate': '1997-09-30T09:50:00.000Z', - 'Freight': 27.94, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10680, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-09-24T10:50:00.000Z', - 'ShippedDate': '1997-09-26T11:50:00.000Z', - 'Freight': 26.61, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10681, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-09-25T12:50:00.000Z', - 'ShippedDate': '1997-09-30T13:50:00.000Z', - 'Freight': 76.13, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10682, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-09-25T14:50:00.000Z', - 'ShippedDate': '1997-10-01T15:50:00.000Z', - 'Freight': 36.13, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10683, - 'CustomerID': 'DUMON', - 'OrderDate': '1997-09-26T16:50:00.000Z', - 'ShippedDate': '1997-10-01T17:50:00.000Z', - 'Freight': 4.4, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10684, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-09-26T18:50:00.000Z', - 'ShippedDate': '1997-09-30T19:50:00.000Z', - 'Freight': 145.63, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10685, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-09-29T20:50:00.000Z', - 'ShippedDate': '1997-10-03T21:50:00.000Z', - 'Freight': 33.75, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10686, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-09-30T22:50:00.000Z', - 'ShippedDate': '1997-10-08T23:50:00.000Z', - 'Freight': 96.5, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10687, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-09-30T01:15:00.000Z', - 'ShippedDate': '1997-10-30T02:15:00.000Z', - 'Freight': 296.43, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10688, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-10-01T03:15:00.000Z', - 'ShippedDate': '1997-10-07T04:15:00.000Z', - 'Freight': 299.09, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10689, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-10-01T05:15:00.000Z', - 'ShippedDate': '1997-10-07T06:15:00.000Z', - 'Freight': 13.42, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10690, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-10-02T07:15:00.000Z', - 'ShippedDate': '1997-10-03T08:15:00.000Z', - 'Freight': 15.8, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10691, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-10-03T09:15:00.000Z', - 'ShippedDate': '1997-10-22T10:15:00.000Z', - 'Freight': 810.05, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10692, - 'CustomerID': 'ALFKI', - 'OrderDate': '1997-10-03T11:15:00.000Z', - 'ShippedDate': '1997-10-13T12:15:00.000Z', - 'Freight': 61.02, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10693, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-10-06T13:15:00.000Z', - 'ShippedDate': '1997-10-10T14:15:00.000Z', - 'Freight': 139.34, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10694, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-10-06T15:15:00.000Z', - 'ShippedDate': '1997-10-09T16:15:00.000Z', - 'Freight': 398.36, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10695, - 'CustomerID': 'WILMK', - 'OrderDate': '1997-10-07T17:15:00.000Z', - 'ShippedDate': '1997-10-14T18:15:00.000Z', - 'Freight': 16.72, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10696, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-10-08T19:15:00.000Z', - 'ShippedDate': '1997-10-14T20:15:00.000Z', - 'Freight': 102.55, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10697, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-10-08T21:15:00.000Z', - 'ShippedDate': '1997-10-14T22:15:00.000Z', - 'Freight': 45.52, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10698, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-10-09T23:15:00.000Z', - 'ShippedDate': '1997-10-17T10:15:00.000Z', - 'Freight': 272.47, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10699, - 'CustomerID': 'MORGK', - 'OrderDate': '1997-10-09T02:40:00.000Z', - 'ShippedDate': '1997-10-13T03:40:00.000Z', - 'Freight': 0.58, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10700, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-10T03:40:00.000Z', - 'ShippedDate': '1997-10-16T04:40:00.000Z', - 'Freight': 65.1, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10701, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-10-13T05:40:00.000Z', - 'ShippedDate': '1997-10-15T06:40:00.000Z', - 'Freight': 220.31, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10702, - 'CustomerID': 'ALFKI', - 'OrderDate': '1997-10-13T07:40:00.000Z', - 'ShippedDate': '1997-10-21T08:40:00.000Z', - 'Freight': 23.94, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10703, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-10-14T09:40:00.000Z', - 'ShippedDate': '1997-10-20T10:40:00.000Z', - 'Freight': 152.3, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10704, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-10-14T11:40:00.000Z', - 'ShippedDate': '1997-11-07T12:40:00.000Z', - 'Freight': 4.78, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10705, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-10-15T13:40:00.000Z', - 'ShippedDate': '1997-11-18T14:40:00.000Z', - 'Freight': 3.52, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10706, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-10-16T15:40:00.000Z', - 'ShippedDate': '1997-10-21T16:40:00.000Z', - 'Freight': 135.63, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10707, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-10-16T17:40:00.000Z', - 'ShippedDate': '1997-10-23T18:40:00.000Z', - 'Freight': 21.74, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10708, - 'CustomerID': 'THEBI', - 'OrderDate': '1997-10-17T19:40:00.000Z', - 'ShippedDate': '1997-11-05T20:40:00.000Z', - 'Freight': 2.96, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10709, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-10-17T21:40:00.000Z', - 'ShippedDate': '1997-11-20T22:40:00.000Z', - 'Freight': 210.8, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10710, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-10-20T23:40:00.000Z', - 'ShippedDate': '1997-10-23T15:40:00.000Z', - 'Freight': 4.98, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10711, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-21T01:30:00.000Z', - 'ShippedDate': '1997-10-29T02:30:00.000Z', - 'Freight': 52.41, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10712, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-10-21T03:30:00.000Z', - 'ShippedDate': '1997-10-31T04:30:00.000Z', - 'Freight': 89.93, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10713, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-22T05:30:00.000Z', - 'ShippedDate': '1997-10-24T06:30:00.000Z', - 'Freight': 167.05, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10714, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-22T07:30:00.000Z', - 'ShippedDate': '1997-10-27T08:30:00.000Z', - 'Freight': 24.49, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10715, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-10-23T09:30:00.000Z', - 'ShippedDate': '1997-10-29T10:30:00.000Z', - 'Freight': 63.2, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10716, - 'CustomerID': 'RANCH', - 'OrderDate': '1997-10-24T11:30:00.000Z', - 'ShippedDate': '1997-10-27T12:30:00.000Z', - 'Freight': 22.57, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10717, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-10-24T13:30:00.000Z', - 'ShippedDate': '1997-10-29T14:30:00.000Z', - 'Freight': 59.25, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10718, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-10-27T17:30:00.000Z', - 'ShippedDate': '1997-10-29T18:30:00.000Z', - 'Freight': 170.88, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10719, - 'CustomerID': 'LETSS', - 'OrderDate': '1997-10-27T19:30:00.000Z', - 'ShippedDate': '1997-11-05T20:30:00.000Z', - 'Freight': 51.44, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10720, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-10-28T21:30:00.000Z', - 'ShippedDate': '1997-11-05T22:30:00.000Z', - 'Freight': 9.53, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10721, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-10-29T23:30:00.000Z', - 'ShippedDate': '1997-10-31T01:10:00.000Z', - 'Freight': 48.92, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10722, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-29T02:10:00.000Z', - 'ShippedDate': '1997-11-04T03:10:00.000Z', - 'Freight': 74.58, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10723, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-10-30T04:10:00.000Z', - 'ShippedDate': '1997-11-25T05:10:00.000Z', - 'Freight': 21.72, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029-12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10724, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-10-30T06:10:00.000Z', - 'ShippedDate': '1997-11-05T07:10:00.000Z', - 'Freight': 57.75, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10725, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-10-31T08:10:00.000Z', - 'ShippedDate': '1997-11-05T01:10:00.000Z', - 'Freight': 10.83, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10726, - 'CustomerID': 'EASTC', - 'OrderDate': '1997-11-03T02:10:00.000Z', - 'ShippedDate': '1997-12-05T03:10:00.000Z', - 'Freight': 16.56, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10727, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-11-03T04:10:00.000Z', - 'ShippedDate': '1997-12-05T05:10:00.000Z', - 'Freight': 89.9, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10728, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-11-04T06:10:00.000Z', - 'ShippedDate': '1997-11-11T07:10:00.000Z', - 'Freight': 58.33, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10729, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-11-04T08:10:00.000Z', - 'ShippedDate': '1997-11-14T09:10:00.000Z', - 'Freight': 141.06, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10730, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-11-05T10:10:00.000Z', - 'ShippedDate': '1997-11-14T11:10:00.000Z', - 'Freight': 20.12, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10731, - 'CustomerID': 'CHOPS', - 'OrderDate': '1997-11-06T12:10:00.000Z', - 'ShippedDate': '1997-11-14T13:10:00.000Z', - 'Freight': 96.65, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10732, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-11-06T14:10:00.000Z', - 'ShippedDate': '1997-11-07T15:10:00.000Z', - 'Freight': 16.97, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10733, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-11-07T16:10:00.000Z', - 'ShippedDate': '1997-11-10T17:10:00.000Z', - 'Freight': 110.11, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10734, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-11-07T18:10:00.000Z', - 'ShippedDate': '1997-11-12T19:10:00.000Z', - 'Freight': 1.63, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10735, - 'CustomerID': 'LETSS', - 'OrderDate': '1997-11-10T20:10:00.000Z', - 'ShippedDate': '1997-11-21T21:10:00.000Z', - 'Freight': 45.97, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10736, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-11-11T22:10:00.000Z', - 'ShippedDate': '1997-11-21T23:10:00.000Z', - 'Freight': 44.1, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10737, - 'CustomerID': 'VINET', - 'OrderDate': '1997-11-11T01:10:00.000Z', - 'ShippedDate': '1997-11-18T02:10:00.000Z', - 'Freight': 7.79, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10738, - 'CustomerID': 'SPECD', - 'OrderDate': '1997-11-12T03:10:00.000Z', - 'ShippedDate': '1997-11-18T04:10:00.000Z', - 'Freight': 2.91, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10739, - 'CustomerID': 'VINET', - 'OrderDate': '1997-11-12T05:10:00.000Z', - 'ShippedDate': '1997-11-17T06:10:00.000Z', - 'Freight': 11.08, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10740, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-11-13T07:10:00.000Z', - 'ShippedDate': '1997-11-25T08:10:00.000Z', - 'Freight': 81.88, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10741, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-11-14T09:10:00.000Z', - 'ShippedDate': '1997-11-18T10:10:00.000Z', - 'Freight': 10.96, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10742, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-11-14T11:10:00.000Z', - 'ShippedDate': '1997-11-18T12:10:00.000Z', - 'Freight': 243.73, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10743, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-11-17T13:10:00.000Z', - 'ShippedDate': '1997-11-21T14:10:00.000Z', - 'Freight': 23.72, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10744, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-11-17T15:10:00.000Z', - 'ShippedDate': '1997-11-24T16:10:00.000Z', - 'Freight': 69.19, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10745, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-11-18T17:10:00.000Z', - 'ShippedDate': '1997-11-27T18:10:00.000Z', - 'Freight': 3.52, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10746, - 'CustomerID': 'CHOPS', - 'OrderDate': '1997-11-19T19:10:00.000Z', - 'ShippedDate': '1997-11-21T20:10:00.000Z', - 'Freight': 31.43, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10747, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-11-19T21:10:00.000Z', - 'ShippedDate': '1997-11-26T22:10:00.000Z', - 'Freight': 117.33, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10748, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-11-20T23:10:00.000Z', - 'ShippedDate': '1997-11-28T13:10:00.000Z', - 'Freight': 232.55, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10749, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-11-20T02:25:00.000Z', - 'ShippedDate': '1997-12-19T03:25:00.000Z', - 'Freight': 61.53, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10750, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-11-21T04:25:00.000Z', - 'ShippedDate': '1997-11-24T05:25:00.000Z', - 'Freight': 79.3, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10751, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-11-24T06:25:00.000Z', - 'ShippedDate': '1997-12-03T07:25:00.000Z', - 'Freight': 130.79, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10752, - 'CustomerID': 'NORTS', - 'OrderDate': '1997-11-24T08:25:00.000Z', - 'ShippedDate': '1997-11-28T09:25:00.000Z', - 'Freight': 1.39, - 'ShipName': 'North/South', - 'ShipAddress': 'South House 300 Queensbridge', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10753, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-11-25T10:25:00.000Z', - 'ShippedDate': '1997-11-27T11:25:00.000Z', - 'Freight': 7.7, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10754, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-11-25T12:25:00.000Z', - 'ShippedDate': '1997-11-27T13:25:00.000Z', - 'Freight': 2.38, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10755, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-11-26T14:25:00.000Z', - 'ShippedDate': '1997-11-28T15:25:00.000Z', - 'Freight': 16.71, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10756, - 'CustomerID': 'SPLIR', - 'OrderDate': '1997-11-27T16:25:00.000Z', - 'ShippedDate': '1997-12-02T17:25:00.000Z', - 'Freight': 73.21, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10757, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-11-27T18:25:00.000Z', - 'ShippedDate': '1997-12-15T19:25:00.000Z', - 'Freight': 8.19, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10758, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-11-28T20:25:00.000Z', - 'ShippedDate': '1997-12-04T21:25:00.000Z', - 'Freight': 138.17, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10759, - 'CustomerID': 'ANATR', - 'OrderDate': '1997-11-28T22:25:00.000Z', - 'ShippedDate': '1997-12-12T23:25:00.000Z', - 'Freight': 11.99, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10760, - 'CustomerID': 'MAISD', - 'OrderDate': '1997-12-01T01:40:00.000Z', - 'ShippedDate': '1997-12-10T02:40:00.000Z', - 'Freight': 155.64, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10761, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-12-02T03:40:00.000Z', - 'ShippedDate': '1997-12-08T04:40:00.000Z', - 'Freight': 18.66, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10762, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-12-02T05:40:00.000Z', - 'ShippedDate': '1997-12-09T06:40:00.000Z', - 'Freight': 328.74, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10763, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-12-03T07:40:00.000Z', - 'ShippedDate': '1997-12-08T08:40:00.000Z', - 'Freight': 37.35, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10764, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-03T09:40:00.000Z', - 'ShippedDate': '1997-12-08T10:40:00.000Z', - 'Freight': 145.45, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10765, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-12-04T11:40:00.000Z', - 'ShippedDate': '1997-12-09T12:40:00.000Z', - 'Freight': 42.74, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10766, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-12-05T13:40:00.000Z', - 'ShippedDate': '1997-12-09T14:40:00.000Z', - 'Freight': 157.55, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10767, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-12-05T15:40:00.000Z', - 'ShippedDate': '1997-12-15T16:40:00.000Z', - 'Freight': 1.59, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10768, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-12-08T17:40:00.000Z', - 'ShippedDate': '1997-12-15T18:40:00.000Z', - 'Freight': 146.32, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10769, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-12-08T19:40:00.000Z', - 'ShippedDate': '1997-12-12T20:40:00.000Z', - 'Freight': 65.06, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10770, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-12-09T21:40:00.000Z', - 'ShippedDate': '1997-12-17T22:40:00.000Z', - 'Freight': 5.32, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10771, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-10T23:40:00.000Z', - 'ShippedDate': '1998-01-02T01:50:00.000Z', - 'Freight': 11.19, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10772, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-12-10T02:50:00.000Z', - 'ShippedDate': '1997-12-19T03:50:00.000Z', - 'Freight': 91.28, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10773, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-11T04:50:00.000Z', - 'ShippedDate': '1997-12-16T04:50:00.000Z', - 'Freight': 96.43, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10774, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-12-11T05:50:00.000Z', - 'ShippedDate': '1997-12-12T06:50:00.000Z', - 'Freight': 48.2, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10775, - 'CustomerID': 'THECR', - 'OrderDate': '1997-12-12T07:50:00.000Z', - 'ShippedDate': '1997-12-26T08:50:00.000Z', - 'Freight': 20.25, - 'ShipName': 'The Cracker Box', - 'ShipAddress': '55 Grizzly Peak Rd.', - 'ShipCity': 'Butte', - 'ShipRegion': 'MT', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10776, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-15T09:50:00.000Z', - 'ShippedDate': '1997-12-18T10:50:00.000Z', - 'Freight': 351.53, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10777, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-12-15T11:50:00.000Z', - 'ShippedDate': '1998-01-21T12:50:00.000Z', - 'Freight': 3.01, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10778, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-12-16T13:50:00.000Z', - 'ShippedDate': '1997-12-24T14:50:00.000Z', - 'Freight': 6.79, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10779, - 'CustomerID': 'MORGK', - 'OrderDate': '1997-12-16T15:50:00.000Z', - 'ShippedDate': '1998-01-14T16:50:00.000Z', - 'Freight': 58.13, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10780, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-12-16T17:50:00.000Z', - 'ShippedDate': '1997-12-25T18:50:00.000Z', - 'Freight': 42.13, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10781, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-12-17T19:50:00.000Z', - 'ShippedDate': '1997-12-19T20:50:00.000Z', - 'Freight': 73.16, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10782, - 'CustomerID': 'CACTU', - 'OrderDate': '1997-12-17T21:50:00.000Z', - 'ShippedDate': '1997-12-22T22:50:00.000Z', - 'Freight': 1.1, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10783, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-12-18T23:50:00.000Z', - 'ShippedDate': '1997-12-19T01:50:00.000Z', - 'Freight': 124.98, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10784, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-12-18T02:50:00.000Z', - 'ShippedDate': '1997-12-22T03:50:00.000Z', - 'Freight': 70.09, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10785, - 'CustomerID': 'GROSR', - 'OrderDate': '1997-12-18T04:50:00.000Z', - 'ShippedDate': '1997-12-24T05:50:00.000Z', - 'Freight': 1.51, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10786, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-12-19T06:50:00.000Z', - 'ShippedDate': '1997-12-23T07:50:00.000Z', - 'Freight': 110.87, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10787, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-12-19T08:50:00.000Z', - 'ShippedDate': '1997-12-26T09:50:00.000Z', - 'Freight': 249.93, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10788, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-12-22T10:50:00.000Z', - 'ShippedDate': '1998-01-19T11:50:00.000Z', - 'Freight': 42.7, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10789, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-12-22T12:50:00.000Z', - 'ShippedDate': '1997-12-31T13:50:00.000Z', - 'Freight': 100.6, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10790, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-12-22T14:50:00.000Z', - 'ShippedDate': '1997-12-26T15:50:00.000Z', - 'Freight': 28.23, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10791, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-12-23T16:50:00.000Z', - 'ShippedDate': '1998-01-01T17:50:00.000Z', - 'Freight': 16.85, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10792, - 'CustomerID': 'WOLZA', - 'OrderDate': '1997-12-23T18:50:00.000Z', - 'ShippedDate': '1997-12-31T19:50:00.000Z', - 'Freight': 23.79, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 10793, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-12-24T20:50:00.000Z', - 'ShippedDate': '1998-01-08T21:50:00.000Z', - 'Freight': 4.52, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10794, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-12-24T22:50:00.000Z', - 'ShippedDate': '1998-01-02T23:50:00.000Z', - 'Freight': 21.49, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10795, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-24T01:20:00.000Z', - 'ShippedDate': '1998-01-20T02:20:00.000Z', - 'Freight': 126.66, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10796, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-12-25T03:20:00.000Z', - 'ShippedDate': '1998-01-14T04:20:00.000Z', - 'Freight': 26.52, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10797, - 'CustomerID': 'DRACD', - 'OrderDate': '1997-12-25T05:20:00.000Z', - 'ShippedDate': '1998-01-05T06:20:00.000Z', - 'Freight': 33.35, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10798, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-12-26T07:20:00.000Z', - 'ShippedDate': '1998-01-05T08:20:00.000Z', - 'Freight': 2.33, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10799, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-12-26T09:20:00.000Z', - 'ShippedDate': '1998-01-05T10:20:00.000Z', - 'Freight': 30.76, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10800, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-12-26T11:20:00.000Z', - 'ShippedDate': '1998-01-05T12:20:00.000Z', - 'Freight': 137.44, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10801, - 'CustomerID': 'BOLID', - 'OrderDate': '1997-12-29T13:20:00.000Z', - 'ShippedDate': '1997-12-31T14:20:00.000Z', - 'Freight': 97.09, - 'ShipName': 'Bólido Comidas preparadas', - 'ShipAddress': 'C/ Araquil, 67', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10802, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-12-29T15:20:00.000Z', - 'ShippedDate': '1998-01-02T16:20:00.000Z', - 'Freight': 257.26, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10803, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-12-30T17:20:00.000Z', - 'ShippedDate': '1998-01-06T18:20:00.000Z', - 'Freight': 55.23, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10804, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-12-30T19:20:00.000Z', - 'ShippedDate': '1998-01-07T20:20:00.000Z', - 'Freight': 27.33, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10805, - 'CustomerID': 'THEBI', - 'OrderDate': '1997-12-30T21:20:00.000Z', - 'ShippedDate': '1998-01-09T22:20:00.000Z', - 'Freight': 237.34, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10806, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-12-31T23:20:00.000Z', - 'ShippedDate': '1998-01-05T00:20:00.000Z', - 'Freight': 22.11, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10807, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-12-31T01:40:00.000Z', - 'ShippedDate': '1998-01-30T02:40:00.000Z', - 'Freight': 1.36, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10808, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-01-01T03:40:00.000Z', - 'ShippedDate': '1998-01-09T04:40:00.000Z', - 'Freight': 45.53, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10809, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-01-01T05:40:00.000Z', - 'ShippedDate': '1998-01-07T06:40:00.000Z', - 'Freight': 4.87, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10810, - 'CustomerID': 'LAUGB', - 'OrderDate': '1998-01-01T07:40:00.000Z', - 'ShippedDate': '1998-01-07T08:40:00.000Z', - 'Freight': 4.33, - 'ShipName': 'Laughing Bacchus Wine Cellars', - 'ShipAddress': '2319 Elm St.', - 'ShipCity': 'Vancouver', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10811, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-01-02T09:40:00.000Z', - 'ShippedDate': '1998-01-08T10:40:00.000Z', - 'Freight': 31.22, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10812, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-01-02T11:40:00.000Z', - 'ShippedDate': '1998-01-12T12:40:00.000Z', - 'Freight': 59.78, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10813, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-01-05T13:40:00.000Z', - 'ShippedDate': '1998-01-09T14:40:00.000Z', - 'Freight': 47.38, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10814, - 'CustomerID': 'VICTE', - 'OrderDate': '1998-01-05T15:40:00.000Z', - 'ShippedDate': '1998-01-14T16:40:00.000Z', - 'Freight': 130.94, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10815, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-01-05T17:40:00.000Z', - 'ShippedDate': '1998-01-14T18:40:00.000Z', - 'Freight': 14.62, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10816, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-01-06T19:40:00.000Z', - 'ShippedDate': '1998-02-04T20:40:00.000Z', - 'Freight': 719.78, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10817, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-01-06T21:40:00.000Z', - 'ShippedDate': '1998-01-13T22:40:00.000Z', - 'Freight': 306.07, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10818, - 'CustomerID': 'MAGAA', - 'OrderDate': '1998-01-07T23:40:00.000Z', - 'ShippedDate': '1998-01-12T01:55:00.000Z', - 'Freight': 65.48, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10819, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-01-07T02:55:00.000Z', - 'ShippedDate': '1998-01-16T03:55:00.000Z', - 'Freight': 19.76, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10820, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-01-07T04:55:00.000Z', - 'ShippedDate': '1998-01-13T05:55:00.000Z', - 'Freight': 37.52, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10821, - 'CustomerID': 'SPLIR', - 'OrderDate': '1998-01-08T06:55:00.000Z', - 'ShippedDate': '1998-01-15T07:55:00.000Z', - 'Freight': 36.68, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10822, - 'CustomerID': 'TRAIH', - 'OrderDate': '1998-01-08T09:55:00.000Z', - 'ShippedDate': '1998-01-16T10:55:00.000Z', - 'Freight': 7, - 'ShipName': 'Trail\'s Head Gourmet Provisioners', - 'ShipAddress': '722 DaVinci Blvd.', - 'ShipCity': 'Kirkland', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10823, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-01-09T11:55:00.000Z', - 'ShippedDate': '1998-01-13T12:55:00.000Z', - 'Freight': 163.97, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10824, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-01-09T13:55:00.000Z', - 'ShippedDate': '1998-01-30T14:55:00.000Z', - 'Freight': 1.23, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10825, - 'CustomerID': 'DRACD', - 'OrderDate': '1998-01-09T15:55:00.000Z', - 'ShippedDate': '1998-01-14T16:55:00.000Z', - 'Freight': 79.25, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10826, - 'CustomerID': 'BLONP', - 'OrderDate': '1998-01-12T17:55:00.000Z', - 'ShippedDate': '1998-02-06T18:55:00.000Z', - 'Freight': 7.09, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10827, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-01-12T19:55:00.000Z', - 'ShippedDate': '1998-02-06T20:55:00.000Z', - 'Freight': 63.54, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10828, - 'CustomerID': 'RANCH', - 'OrderDate': '1998-01-13T21:55:00.000Z', - 'ShippedDate': '1998-02-04T22:55:00.000Z', - 'Freight': 90.85, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10829, - 'CustomerID': 'ISLAT', - 'OrderDate': '1998-01-13T23:55:00.000Z', - 'ShippedDate': '1998-01-23T12:55:00.000Z', - 'Freight': 154.72, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10830, - 'CustomerID': 'TRADH', - 'OrderDate': '1998-01-13T01:15:00.000Z', - 'ShippedDate': '1998-01-21T02:15:00.000Z', - 'Freight': 81.83, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10831, - 'CustomerID': 'SANTG', - 'OrderDate': '1998-01-14T03:15:00.000Z', - 'ShippedDate': '1998-01-23T04:15:00.000Z', - 'Freight': 72.19, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' - }, - { - 'OrderID': 10832, - 'CustomerID': 'LAMAI', - 'OrderDate': '1998-01-14T05:15:00.000Z', - 'ShippedDate': '1998-01-19T06:15:00.000Z', - 'Freight': 43.26, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10833, - 'CustomerID': 'OTTIK', - 'OrderDate': '1998-01-15T07:15:00.000Z', - 'ShippedDate': '1998-01-23T08:15:00.000Z', - 'Freight': 71.49, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10834, - 'CustomerID': 'TRADH', - 'OrderDate': '1998-01-15T09:15:00.000Z', - 'ShippedDate': '1998-01-19T10:15:00.000Z', - 'Freight': 29.78, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10835, - 'CustomerID': 'ALFKI', - 'OrderDate': '1998-01-15T11:15:00.000Z', - 'ShippedDate': '1998-01-21T12:15:00.000Z', - 'Freight': 69.53, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10836, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-01-16T13:15:00.000Z', - 'ShippedDate': '1998-01-21T14:15:00.000Z', - 'Freight': 411.88, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10837, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-01-16T15:15:00.000Z', - 'ShippedDate': '1998-01-23T16:15:00.000Z', - 'Freight': 13.32, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10838, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-01-19T17:15:00.000Z', - 'ShippedDate': '1998-01-23T18:15:00.000Z', - 'Freight': 59.28, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10839, - 'CustomerID': 'TRADH', - 'OrderDate': '1998-01-19T19:15:00.000Z', - 'ShippedDate': '1998-01-22T20:15:00.000Z', - 'Freight': 35.43, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10840, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-01-19T21:15:00.000Z', - 'ShippedDate': '1998-02-16T22:15:00.000Z', - 'Freight': 2.71, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10841, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-01-20T23:15:00.000Z', - 'ShippedDate': '1998-01-29T01:55:00.000Z', - 'Freight': 424.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10842, - 'CustomerID': 'TORTU', - 'OrderDate': '1998-01-20T02:55:00.000Z', - 'ShippedDate': '1998-01-29T03:55:00.000Z', - 'Freight': 54.42, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10843, - 'CustomerID': 'VICTE', - 'OrderDate': '1998-01-21T04:55:00.000Z', - 'ShippedDate': '1998-01-26T05:55:00.000Z', - 'Freight': 9.26, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10844, - 'CustomerID': 'PICCO', - 'OrderDate': '1998-01-21T06:55:00.000Z', - 'ShippedDate': '1998-01-26T07:55:00.000Z', - 'Freight': 25.22, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10845, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-01-21T08:55:00.000Z', - 'ShippedDate': '1998-01-30T09:55:00.000Z', - 'Freight': 212.98, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10846, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-01-22T10:55:00.000Z', - 'ShippedDate': '1998-01-23T11:55:00.000Z', - 'Freight': 56.46, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10847, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-01-22T12:55:00.000Z', - 'ShippedDate': '1998-02-10T13:55:00.000Z', - 'Freight': 487.57, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10848, - 'CustomerID': 'CONSH', - 'OrderDate': '1998-01-23T14:55:00.000Z', - 'ShippedDate': '1998-01-29T15:55:00.000Z', - 'Freight': 38.24, - 'ShipName': 'Consolidated Holdings', - 'ShipAddress': 'Berkeley Gardens 12 Brewery', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10849, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-01-23T16:55:00.000Z', - 'ShippedDate': '1998-01-30T17:55:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10850, - 'CustomerID': 'VICTE', - 'OrderDate': '1998-01-23T19:55:00.000Z', - 'ShippedDate': '1998-01-30T20:55:00.000Z', - 'Freight': 49.19, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10851, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-01-26T21:55:00.000Z', - 'ShippedDate': '1998-02-02T22:55:00.000Z', - 'Freight': 160.55, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10852, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-01-26T23:55:00.000Z', - 'ShippedDate': '1998-01-30T01:00.05.000Z', - 'Freight': 174.05, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10853, - 'CustomerID': 'BLAUS', - 'OrderDate': '1998-01-27T02:00.05.000Z', - 'ShippedDate': '1998-02-03T03:00.05.000Z', - 'Freight': 53.83, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10854, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-01-27T04:00.05.000Z', - 'ShippedDate': '1998-02-05T05:00.05.000Z', - 'Freight': 100.22, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10855, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-01-27T06:00.05.000Z', - 'ShippedDate': '1998-02-04T07:00.05.000Z', - 'Freight': 170.97, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10856, - 'CustomerID': 'ANTON', - 'OrderDate': '1998-01-28T08:00.05.000Z', - 'ShippedDate': '1998-02-10T09:00.05.000Z', - 'Freight': 58.43, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10857, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-01-28T11:00.05.000Z', - 'ShippedDate': '1998-02-06T12:00.05.000Z', - 'Freight': 188.85, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10858, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-01-29T13:00.05.000Z', - 'ShippedDate': '1998-02-03T14:00.05.000Z', - 'Freight': 52.51, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10859, - 'CustomerID': 'FRANK', - 'OrderDate': '1998-01-29T15:00.05.000Z', - 'ShippedDate': '1998-02-02T16:00.05.000Z', - 'Freight': 76.1, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10860, - 'CustomerID': 'FRANR', - 'OrderDate': '1998-01-29T17:00.05.000Z', - 'ShippedDate': '1998-02-04T18:00.05.000Z', - 'Freight': 19.26, - 'ShipName': 'France restauration', - 'ShipAddress': '54, rue Royale', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10861, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-01-30T19:00.05.000Z', - 'ShippedDate': '1998-02-17T20:00.05.000Z', - 'Freight': 14.93, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10862, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-01-30T21:00.05.000Z', - 'ShippedDate': '1998-02-02T22:00.05.000Z', - 'Freight': 53.23, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10863, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-02-02T23:00.05.000Z', - 'ShippedDate': '1998-02-17T01:15:00.000Z', - 'Freight': 30.26, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10864, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-02-02T02:15:00.000Z', - 'ShippedDate': '1998-02-09T03:15:00.000Z', - 'Freight': 3.04, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10865, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-02-02T04:15:00.000Z', - 'ShippedDate': '1998-02-12T05:15:00.000Z', - 'Freight': 348.14, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10866, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-02-03T06:15:00.000Z', - 'ShippedDate': '1998-02-12T07:15:00.000Z', - 'Freight': 109.11, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10867, - 'CustomerID': 'LONEP', - 'OrderDate': '1998-02-03T08:15:00.000Z', - 'ShippedDate': '1998-02-11T09:15:00.000Z', - 'Freight': 1.93, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10868, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-02-04T10:15:00.000Z', - 'ShippedDate': '1998-02-23T11:15:00.000Z', - 'Freight': 191.27, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10869, - 'CustomerID': 'SEVES', - 'OrderDate': '1998-02-04T12:15:00.000Z', - 'ShippedDate': '1998-02-09T13:15:00.000Z', - 'Freight': 143.28, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10870, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-02-04T14:15:00.000Z', - 'ShippedDate': '1998-02-13T15:15:00.000Z', - 'Freight': 12.04, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 10871, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-02-05T16:15:00.000Z', - 'ShippedDate': '1998-02-10T17:15:00.000Z', - 'Freight': 112.27, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10872, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-05T18:15:00.000Z', - 'ShippedDate': '1998-02-09T19:15:00.000Z', - 'Freight': 175.32, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10873, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-02-06T20:15:00.000Z', - 'ShippedDate': '1998-02-09T21:15:00.000Z', - 'Freight': 0.82, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10874, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-06T22:15:00.000Z', - 'ShippedDate': '1998-02-11T23:15:00.000Z', - 'Freight': 19.58, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10875, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-02-06T01:30:00.000Z', - 'ShippedDate': '1998-03-03T02:30:00.000Z', - 'Freight': 32.37, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10876, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-02-09T03:30:00.000Z', - 'ShippedDate': '1998-02-12T04:30:00.000Z', - 'Freight': 60.42, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10877, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-02-09T05:30:00.000Z', - 'ShippedDate': '1998-02-19T06:30:00.000Z', - 'Freight': 38.06, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10878, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-02-10T07:30:00.000Z', - 'ShippedDate': '1998-02-12T08:30:00.000Z', - 'Freight': 46.69, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10879, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-02-10T09:30:00.000Z', - 'ShippedDate': '1998-02-12T10:30:00.000Z', - 'Freight': 8.5, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10880, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-02-10T11:30:00.000Z', - 'ShippedDate': '1998-02-18T12:30:00.000Z', - 'Freight': 88.01, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10881, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-02-11T13:30:00.000Z', - 'ShippedDate': '1998-02-18T14:30:00.000Z', - 'Freight': 2.84, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10882, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-02-11T15:30:00.000Z', - 'ShippedDate': '1998-02-20T16:30:00.000Z', - 'Freight': 23.1, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10883, - 'CustomerID': 'LONEP', - 'OrderDate': '1998-02-12T17:30:00.000Z', - 'ShippedDate': '1998-02-20T18:30:00.000Z', - 'Freight': 0.53, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10884, - 'CustomerID': 'LETSS', - 'OrderDate': '1998-02-12T19:30:00.000Z', - 'ShippedDate': '1998-02-13T20:30:00.000Z', - 'Freight': 90.97, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10885, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-02-12T21:30:00.000Z', - 'ShippedDate': '1998-02-18T22:30:00.000Z', - 'Freight': 5.64, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10886, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-02-13T23:30:00.000Z', - 'ShippedDate': '1998-03-02T01:20:00.000Z', - 'Freight': 4.99, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10887, - 'CustomerID': 'GALED', - 'OrderDate': '1998-02-13T02:20:00.000Z', - 'ShippedDate': '1998-02-16T03:20:00.000Z', - 'Freight': 1.25, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10888, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-16T04:20:00.000Z', - 'ShippedDate': '1998-02-23T05:20:00.000Z', - 'Freight': 51.87, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10889, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-02-16T06:20:00.000Z', - 'ShippedDate': '1998-02-23T07:20:00.000Z', - 'Freight': 280.61, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10890, - 'CustomerID': 'DUMON', - 'OrderDate': '1998-02-16T08:20:00.000Z', - 'ShippedDate': '1998-02-18T09:20:00.000Z', - 'Freight': 32.76, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10891, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-02-17T10:20:00.000Z', - 'ShippedDate': '1998-02-19T11:20:00.000Z', - 'Freight': 20.37, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10892, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-02-17T12:20:00.000Z', - 'ShippedDate': '1998-02-19T13:20:00.000Z', - 'Freight': 120.27, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10893, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-02-18T14:20:00.000Z', - 'ShippedDate': '1998-02-20T15:20:00.000Z', - 'Freight': 77.78, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10894, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-02-18T16:20:00.000Z', - 'ShippedDate': '1998-02-20T17:20:00.000Z', - 'Freight': 116.13, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10895, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-02-18T18:20:00.000Z', - 'ShippedDate': '1998-02-23T19:20:00.000Z', - 'Freight': 162.75, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10896, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-02-19T20:20:00.000Z', - 'ShippedDate': '1998-02-27T21:20:00.000Z', - 'Freight': 32.45, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10897, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-02-19T22:20:00.000Z', - 'ShippedDate': '1998-02-25T23:20:00.000Z', - 'Freight': 603.54, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10898, - 'CustomerID': 'OCEAN', - 'OrderDate': '1998-02-20T01:55:00.000Z', - 'ShippedDate': '1998-03-06T02:55:00.000Z', - 'Freight': 1.27, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10899, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-02-20T03:55:00.000Z', - 'ShippedDate': '1998-02-26T04:55:00.000Z', - 'Freight': 1.21, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10900, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-02-20T05:55:00.000Z', - 'ShippedDate': '1998-03-04T06:55:00.000Z', - 'Freight': 1.66, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10901, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-02-23T07:55:00.000Z', - 'ShippedDate': '1998-02-26T08:55:00.000Z', - 'Freight': 62.09, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10902, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-02-23T09:55:00.000Z', - 'ShippedDate': '1998-03-03T10:55:00.000Z', - 'Freight': 44.15, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10903, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-02-24T11:55:00.000Z', - 'ShippedDate': '1998-03-04T12:55:00.000Z', - 'Freight': 36.71, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10904, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-02-24T13:55:00.000Z', - 'ShippedDate': '1998-02-27T14:55:00.000Z', - 'Freight': 162.95, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10905, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-02-24T15:55:00.000Z', - 'ShippedDate': '1998-03-06T16:55:00.000Z', - 'Freight': 13.72, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10906, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-02-25T17:55:00.000Z', - 'ShippedDate': '1998-03-03T18:55:00.000Z', - 'Freight': 26.29, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 10907, - 'CustomerID': 'SPECD', - 'OrderDate': '1998-02-25T19:55:00.000Z', - 'ShippedDate': '1998-02-27T20:55:00.000Z', - 'Freight': 9.19, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10908, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-02-26T21:55:00.000Z', - 'ShippedDate': '1998-03-06T22:55:00.000Z', - 'Freight': 32.96, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10909, - 'CustomerID': 'SANTG', - 'OrderDate': '1998-02-26T23:55:00.000Z', - 'ShippedDate': '1998-03-10T01:40:00.000Z', - 'Freight': 53.05, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' - }, - { - 'OrderID': 10910, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-02-26T02:40:00.000Z', - 'ShippedDate': '1998-03-04T03:40:00.000Z', - 'Freight': 38.11, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 10911, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-26T04:40:00.000Z', - 'ShippedDate': '1998-03-05T05:40:00.000Z', - 'Freight': 38.19, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10912, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-02-26T06:40:00.000Z', - 'ShippedDate': '1998-03-18T07:40:00.000Z', - 'Freight': 580.91, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10913, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-02-26T08:40:00.000Z', - 'ShippedDate': '1998-03-04T09:40:00.000Z', - 'Freight': 33.05, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10914, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-02-27T10:40:00.000Z', - 'ShippedDate': '1998-03-02T11:40:00.000Z', - 'Freight': 21.19, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10915, - 'CustomerID': 'TORTU', - 'OrderDate': '1998-02-27T12:40:00.000Z', - 'ShippedDate': '1998-03-02T13:40:00.000Z', - 'Freight': 3.51, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10916, - 'CustomerID': 'RANCH', - 'OrderDate': '1998-02-27T14:40:00.000Z', - 'ShippedDate': '1998-03-09T15:40:00.000Z', - 'Freight': 63.77, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10917, - 'CustomerID': 'ROMEY', - 'OrderDate': '1998-03-02T16:40:00.000Z', - 'ShippedDate': '1998-03-11T17:40:00.000Z', - 'Freight': 8.29, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10918, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-02T18:40:00.000Z', - 'ShippedDate': '1998-03-11T19:40:00.000Z', - 'Freight': 48.83, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10919, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-03-02T20:40:00.000Z', - 'ShippedDate': '1998-03-04T21:40:00.000Z', - 'Freight': 19.8, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10920, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-03-03T22:40:00.000Z', - 'ShippedDate': '1998-03-09T01:50:00.000Z', - 'Freight': 29.61, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10921, - 'CustomerID': 'VAFFE', - 'OrderDate': '1998-03-03T02:50:00.000Z', - 'ShippedDate': '1998-03-09T03:50:00.000Z', - 'Freight': 176.48, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10922, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-03-03T04:50:00.000Z', - 'ShippedDate': '1998-03-05T05:50:00.000Z', - 'Freight': 62.74, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10923, - 'CustomerID': 'LAMAI', - 'OrderDate': '1998-03-03T06:50:00.000Z', - 'ShippedDate': '1998-03-13T06:50:00.000Z', - 'Freight': 68.26, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10924, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-03-04T07:50:00.000Z', - 'ShippedDate': '1998-04-08T08:50:00.000Z', - 'Freight': 151.52, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10925, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-03-04T09:50:00.000Z', - 'ShippedDate': '1998-03-13T10:50:00.000Z', - 'Freight': 2.27, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10926, - 'CustomerID': 'ANATR', - 'OrderDate': '1998-03-04T11:50:00.000Z', - 'ShippedDate': '1998-03-11T12:50:00.000Z', - 'Freight': 39.92, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10927, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-03-05T13:50:00.000Z', - 'ShippedDate': '1998-04-08T14:50:00.000Z', - 'Freight': 19.79, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10928, - 'CustomerID': 'GALED', - 'OrderDate': '1998-03-05T15:50:00.000Z', - 'ShippedDate': '1998-03-18T16:50:00.000Z', - 'Freight': 1.36, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10929, - 'CustomerID': 'FRANK', - 'OrderDate': '1998-03-05T17:50:00.000Z', - 'ShippedDate': '1998-03-12T18:50:00.000Z', - 'Freight': 33.93, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10930, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-03-06T19:50:00.000Z', - 'ShippedDate': '1998-03-18T20:50:00.000Z', - 'Freight': 15.55, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10931, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-03-06T21:50:00.000Z', - 'ShippedDate': '1998-03-19T22:50:00.000Z', - 'Freight': 13.6, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10932, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-03-06T23:50:00.000Z', - 'ShippedDate': '1998-03-24T01:50:00.000Z', - 'Freight': 134.64, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10933, - 'CustomerID': 'ISLAT', - 'OrderDate': '1998-03-06T02:20:00.000Z', - 'ShippedDate': '1998-03-16T03:20:00.000Z', - 'Freight': 54.15, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10934, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-03-09T04:20:00.000Z', - 'ShippedDate': '1998-03-12T05:20:00.000Z', - 'Freight': 32.01, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10935, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-03-09T06:20:00.000Z', - 'ShippedDate': '1998-03-18T07:20:00.000Z', - 'Freight': 47.59, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10936, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-03-09T08:20:00.000Z', - 'ShippedDate': '1998-03-18T09:20:00.000Z', - 'Freight': 33.68, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10937, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-03-10T10:20:00.000Z', - 'ShippedDate': '1998-03-13T11:20:00.000Z', - 'Freight': 31.51, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10938, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-03-10T12:20:00.000Z', - 'ShippedDate': '1998-03-16T14:20:00.000Z', - 'Freight': 31.89, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10939, - 'CustomerID': 'MAGAA', - 'OrderDate': '1998-03-10T13:20:00.000Z', - 'ShippedDate': '1998-03-13T15:20:00.000Z', - 'Freight': 76.33, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10940, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-03-11T16:20:00.000Z', - 'ShippedDate': '1998-03-23T17:20:00.000Z', - 'Freight': 19.77, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10941, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-03-11T18:20:00.000Z', - 'ShippedDate': '1998-03-20T19:20:00.000Z', - 'Freight': 400.81, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10942, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-03-11T20:20:00.000Z', - 'ShippedDate': '1998-03-18T21:20:00.000Z', - 'Freight': 17.95, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10943, - 'CustomerID': 'BSBEV', - 'OrderDate': '1998-03-11T22:20:00.000Z', - 'ShippedDate': '1998-03-19T23:20:00.000Z', - 'Freight': 2.17, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10944, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-12T01:20:00.000Z', - 'ShippedDate': '1998-03-13T02:20:00.000Z', - 'Freight': 52.92, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10945, - 'CustomerID': 'MORGK', - 'OrderDate': '1998-03-12T03:20:00.000Z', - 'ShippedDate': '1998-03-18T04:20:00.000Z', - 'Freight': 10.22, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10946, - 'CustomerID': 'VAFFE', - 'OrderDate': '1998-03-12T05:20:00.000Z', - 'ShippedDate': '1998-03-19T06:20:00.000Z', - 'Freight': 27.2, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10947, - 'CustomerID': 'BSBEV', - 'OrderDate': '1998-03-13T07:20:00.000Z', - 'ShippedDate': '1998-03-16T08:20:00.000Z', - 'Freight': 3.26, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10948, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-03-13T09:20:00.000Z', - 'ShippedDate': '1998-03-19T10:20:00.000Z', - 'Freight': 23.39, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10949, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-13T11:20:00.000Z', - 'ShippedDate': '1998-03-17T12:20:00.000Z', - 'Freight': 74.44, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10950, - 'CustomerID': 'MAGAA', - 'OrderDate': '1998-03-16T13:20:00.000Z', - 'ShippedDate': '1998-03-23T14:20:00.000Z', - 'Freight': 2.5, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 10951, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-03-16T15:20:00.000Z', - 'ShippedDate': '1998-04-07T16:20:00.000Z', - 'Freight': 30.85, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10952, - 'CustomerID': 'ALFKI', - 'OrderDate': '1998-03-16T17:20:00.000Z', - 'ShippedDate': '1998-03-24T18:20:00.000Z', - 'Freight': 40.42, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10953, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-03-16T19:20:00.000Z', - 'ShippedDate': '1998-03-25T20:20:00.000Z', - 'Freight': 23.72, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10954, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-03-17T21:20:00.000Z', - 'ShippedDate': '1998-03-20T22:20:00.000Z', - 'Freight': 27.91, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10955, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-03-17T23:20:00.000Z', - 'ShippedDate': '1998-03-20T01:20:00.000Z', - 'Freight': 3.26, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10956, - 'CustomerID': 'BLAUS', - 'OrderDate': '1998-03-17T01:55:00.000Z', - 'ShippedDate': '1998-03-20T02:55:00.000Z', - 'Freight': 44.65, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10957, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-03-18T03:55:00.000Z', - 'ShippedDate': '1998-03-27T04:55:00.000Z', - 'Freight': 105.36, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10958, - 'CustomerID': 'OCEAN', - 'OrderDate': '1998-03-18T05:55:00.000Z', - 'ShippedDate': '1998-03-27T06:55:00.000Z', - 'Freight': 49.56, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10959, - 'CustomerID': 'GOURL', - 'OrderDate': '1998-03-18T07:55:00.000Z', - 'ShippedDate': '1998-03-23T08:55:00.000Z', - 'Freight': 4.98, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10960, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-03-19T09:55:00.000Z', - 'ShippedDate': '1998-04-08T10:55:00.000Z', - 'Freight': 2.08, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10961, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-03-19T11:55:00.000Z', - 'ShippedDate': '1998-03-30T12:55:00.000Z', - 'Freight': 104.47, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10962, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-03-19T13:55:00.000Z', - 'ShippedDate': '1998-03-23T14:55:00.000Z', - 'Freight': 275.79, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10963, - 'CustomerID': 'FURIB', - 'OrderDate': '1998-03-19T15:55:00.000Z', - 'ShippedDate': '1998-03-26T16:55:00.000Z', - 'Freight': 2.7, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 10964, - 'CustomerID': 'SPECD', - 'OrderDate': '1998-03-20T17:55:00.000Z', - 'ShippedDate': '1998-03-24T18:55:00.000Z', - 'Freight': 87.38, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10965, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-03-20T19:55:00.000Z', - 'ShippedDate': '1998-03-30T20:55:00.000Z', - 'Freight': 144.38, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10966, - 'CustomerID': 'CHOPS', - 'OrderDate': '1998-03-20T21:55:00.000Z', - 'ShippedDate': '1998-04-08T22:55:00.000Z', - 'Freight': 27.19, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 10967, - 'CustomerID': 'TOMSP', - 'OrderDate': '1998-03-23T23:55:00.000Z', - 'ShippedDate': '1998-04-02T12:55:00.000Z', - 'Freight': 62.22, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10968, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-03-23T01:00.05.000Z', - 'ShippedDate': '1998-04-01T02:00.05.000Z', - 'Freight': 74.6, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10969, - 'CustomerID': 'COMMI', - 'OrderDate': '1998-03-23T03:00.05.000Z', - 'ShippedDate': '1998-03-30T04:00.05.000Z', - 'Freight': 0.21, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10970, - 'CustomerID': 'BOLID', - 'OrderDate': '1998-03-24T05:00.05.000Z', - 'ShippedDate': '1998-04-24T06:00.05.000Z', - 'Freight': 16.16, - 'ShipName': 'Bólido Comidas preparadas', - 'ShipAddress': 'C/ Araquil, 67', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 10971, - 'CustomerID': 'FRANR', - 'OrderDate': '1998-03-24T07:00.05.000Z', - 'ShippedDate': '1998-04-02T08:00.05.000Z', - 'Freight': 121.82, - 'ShipName': 'France restauration', - 'ShipAddress': '54, rue Royale', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10972, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-03-24T09:00.05.000Z', - 'ShippedDate': '1998-03-26T10:00.05.000Z', - 'Freight': 0.02, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10973, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-03-24T11:00.05.000Z', - 'ShippedDate': '1998-03-27T12:00.05.000Z', - 'Freight': 15.17, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 10974, - 'CustomerID': 'SPLIR', - 'OrderDate': '1998-03-25T13:00.05.000Z', - 'ShippedDate': '1998-04-03T14:00.05.000Z', - 'Freight': 12.96, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10975, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-25T15:00.05.000Z', - 'ShippedDate': '1998-03-27T16:00.05.000Z', - 'Freight': 32.27, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10976, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-03-25T17:00.05.000Z', - 'ShippedDate': '1998-04-03T18:00.05.000Z', - 'Freight': 37.97, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10977, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-03-26T19:00.05.000Z', - 'ShippedDate': '1998-04-10T10:00.05.000Z', - 'Freight': 208.5, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10978, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-03-26T11:00.05.000Z', - 'ShippedDate': '1998-04-23T12:00.05.000Z', - 'Freight': 32.82, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 10979, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-03-26T13:00.05.000Z', - 'ShippedDate': '1998-03-31T14:00.05.000Z', - 'Freight': 353.07, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10980, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-03-27T15:00.05.000Z', - 'ShippedDate': '1998-04-17T16:00.05.000Z', - 'Freight': 1.26, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10981, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-03-27T17:00.05.000Z', - 'ShippedDate': '1998-04-02T18:00.05.000Z', - 'Freight': 193.37, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10982, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-27T19:00.05.000Z', - 'ShippedDate': '1998-04-08T20:00.05.000Z', - 'Freight': 14.01, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 10983, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-03-27T21:00.05.000Z', - 'ShippedDate': '1998-04-06T22:00.05.000Z', - 'Freight': 657.54, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10984, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-03-30T23:00.05.000Z', - 'ShippedDate': '1998-04-03T13:00.05.000Z', - 'Freight': 211.22, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10985, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-03-30T01:25:00.000Z', - 'ShippedDate': '1998-04-02T02:25:00.000Z', - 'Freight': 91.51, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 10986, - 'CustomerID': 'OCEAN', - 'OrderDate': '1998-03-30T03:25:00.000Z', - 'ShippedDate': '1998-04-21T04:25:00.000Z', - 'Freight': 217.86, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 10987, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-03-31T05:25:00.000Z', - 'ShippedDate': '1998-04-06T06:25:00.000Z', - 'Freight': 185.48, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 10988, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-03-31T07:25:00.000Z', - 'ShippedDate': '1998-04-10T08:25:00.000Z', - 'Freight': 61.14, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10989, - 'CustomerID': 'QUEDE', - 'OrderDate': '1998-03-31T09:25:00.000Z', - 'ShippedDate': '1998-04-02T10:25:00.000Z', - 'Freight': 34.76, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 10990, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-04-01T11:25:00.000Z', - 'ShippedDate': '1998-04-07T12:25:00.000Z', - 'Freight': 117.61, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 10991, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-04-01T13:25:00.000Z', - 'ShippedDate': '1998-04-07T14:25:00.000Z', - 'Freight': 38.51, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10992, - 'CustomerID': 'THEBI', - 'OrderDate': '1998-04-01T15:25:00.000Z', - 'ShippedDate': '1998-04-03T16:25:00.000Z', - 'Freight': 4.27, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 10993, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-04-01T17:25:00.000Z', - 'ShippedDate': '1998-04-10T18:25:00.000Z', - 'Freight': 8.81, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 10994, - 'CustomerID': 'VAFFE', - 'OrderDate': '1998-04-02T19:25:00.000Z', - 'ShippedDate': '1998-04-09T20:25:00.000Z', - 'Freight': 65.53, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 10995, - 'CustomerID': 'PERIC', - 'OrderDate': '1998-04-02T21:25:00.000Z', - 'ShippedDate': '1998-04-06T22:25:00.000Z', - 'Freight': 46, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 10996, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-04-02T23:25:00.000Z', - 'ShippedDate': '1998-04-10T13:25:00.000Z', - 'Freight': 1.12, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 10997, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-04-03T14:25:00.000Z', - 'ShippedDate': '1998-04-13T01:25:00.000Z', - 'Freight': 73.91, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 10998, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-04-03T02:25:00.000Z', - 'ShippedDate': '1998-04-17T03:25:00.000Z', - 'Freight': 20.31, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 10999, - 'CustomerID': 'OTTIK', - 'OrderDate': '1998-04-03T04:25:00.000Z', - 'ShippedDate': '1998-04-10T05:25:00.000Z', - 'Freight': 96.35, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11000, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-04-06T06:25:00.000Z', - 'ShippedDate': '1998-04-14T07:25:00.000Z', - 'Freight': 55.12, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11001, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-04-06T08:25:00.000Z', - 'ShippedDate': '1998-04-14T09:25:00.000Z', - 'Freight': 197.3, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 11002, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-04-06T10:25:00.000Z', - 'ShippedDate': '1998-04-16T11:25:00.000Z', - 'Freight': 141.16, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11003, - 'CustomerID': 'THECR', - 'OrderDate': '1998-04-06T12:25:00.000Z', - 'ShippedDate': '1998-04-08T13:25:00.000Z', - 'Freight': 14.91, - 'ShipName': 'The Cracker Box', - 'ShipAddress': '55 Grizzly Peak Rd.', - 'ShipCity': 'Butte', - 'ShipRegion': 'MT', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11004, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-04-07T14:25:00.000Z', - 'ShippedDate': '1998-04-20T15:25:00.000Z', - 'Freight': 44.84, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 11005, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-04-07T16:25:00.000Z', - 'ShippedDate': '1998-04-10T17:25:00.000Z', - 'Freight': 0.75, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 11006, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-04-07T18:25:00.000Z', - 'ShippedDate': '1998-04-15T19:25:00.000Z', - 'Freight': 25.19, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11007, - 'CustomerID': 'PRINI', - 'OrderDate': '1998-04-08T20:25:00.000Z', - 'ShippedDate': '1998-04-13T21:25:00.000Z', - 'Freight': 202.24, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' - }, - { - 'OrderID': 11008, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-04-08T22:25:00.000Z', - 'ShippedDate': null, - 'Freight': 79.46, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 11009, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-04-08T23:25:00.000Z', - 'ShippedDate': '1998-04-10T01:25:00.000Z', - 'Freight': 59.11, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 11010, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-04-09T02:55:00.000Z', - 'ShippedDate': '1998-04-21T03:55:00.000Z', - 'Freight': 28.71, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 11011, - 'CustomerID': 'ALFKI', - 'OrderDate': '1998-04-09T04:55:00.000Z', - 'ShippedDate': '1998-04-13T05:55:00.000Z', - 'Freight': 1.21, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11012, - 'CustomerID': 'FRANK', - 'OrderDate': '1998-04-09T06:55:00.000Z', - 'ShippedDate': '1998-04-17T07:55:00.000Z', - 'Freight': 242.95, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11013, - 'CustomerID': 'ROMEY', - 'OrderDate': '1998-04-09T08:55:00.000Z', - 'ShippedDate': '1998-04-10T09:55:00.000Z', - 'Freight': 32.99, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 11014, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-04-10T10:55:00.000Z', - 'ShippedDate': '1998-04-15T11:55:00.000Z', - 'Freight': 23.6, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 11015, - 'CustomerID': 'SANTG', - 'OrderDate': '1998-04-10T12:55:00.000Z', - 'ShippedDate': '1998-04-20T13:55:00.000Z', - 'Freight': 4.62, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' - }, - { - 'OrderID': 11016, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-04-10T14:55:00.000Z', - 'ShippedDate': '1998-04-13T15:55:00.000Z', - 'Freight': 33.8, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' - }, - { - 'OrderID': 11017, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-04-13T16:55:00.000Z', - 'ShippedDate': '1998-04-20T17:55:00.000Z', - 'Freight': 754.26, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 11018, - 'CustomerID': 'LONEP', - 'OrderDate': '1998-04-13T18:55:00.000Z', - 'ShippedDate': '1998-04-16T19:55:00.000Z', - 'Freight': 11.65, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11019, - 'CustomerID': 'RANCH', - 'OrderDate': '1998-04-13T20:55:00.000Z', - 'ShippedDate': null, - 'Freight': 3.17, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 11020, - 'CustomerID': 'OTTIK', - 'OrderDate': '1998-04-14T21:55:00.000Z', - 'ShippedDate': '1998-04-16T22:55:00.000Z', - 'Freight': 43.3, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11021, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-04-14T23:55:00.000Z', - 'ShippedDate': '1998-04-21T13:50:00.000Z', - 'Freight': 297.18, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11022, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-04-14T03:50:00.000Z', - 'ShippedDate': '1998-05-04T01:50:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 11023, - 'CustomerID': 'BSBEV', - 'OrderDate': '1998-04-14T02:50:00.000Z', - 'ShippedDate': '1998-04-24T03:50:00.000Z', - 'Freight': 123.83, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 11024, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-04-15T04:50:00.000Z', - 'ShippedDate': '1998-04-20T05:50:00.000Z', - 'Freight': 74.36, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 11025, - 'CustomerID': 'WARTH', - 'OrderDate': '1998-04-15T06:50:00.000Z', - 'ShippedDate': '1998-04-24T07:50:00.000Z', - 'Freight': 29.17, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' - }, - { - 'OrderID': 11026, - 'CustomerID': 'FRANS', - 'OrderDate': '1998-04-15T08:50:00.000Z', - 'ShippedDate': '1998-04-28T09:50:00.000Z', - 'Freight': 47.09, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 11027, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-04-16T10:50:00.000Z', - 'ShippedDate': '1998-04-20T11:50:00.000Z', - 'Freight': 52.52, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 11028, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-04-16T12:50:00.000Z', - 'ShippedDate': '1998-04-22T13:50:00.000Z', - 'Freight': 29.59, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11029, - 'CustomerID': 'CHOPS', - 'OrderDate': '1998-04-16T14:50:00.000Z', - 'ShippedDate': '1998-04-27T15:50:00.000Z', - 'Freight': 47.84, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 11030, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-04-17T16:50:00.000Z', - 'ShippedDate': '1998-04-27T17:50:00.000Z', - 'Freight': 830.75, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11031, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-04-17T18:50:00.000Z', - 'ShippedDate': '1998-04-24T19:50:00.000Z', - 'Freight': 227.22, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11032, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-04-17T20:50:00.000Z', - 'ShippedDate': '1998-04-23T21:50:00.000Z', - 'Freight': 606.19, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11033, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-04-17T22:50:00.000Z', - 'ShippedDate': '1998-04-23T23:50:00.000Z', - 'Freight': 84.74, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 11034, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-04-20T01:05:00.000Z', - 'ShippedDate': '1998-04-27T02:05:00.000Z', - 'Freight': 40.32, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11035, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-04-20T03:05:00.000Z', - 'ShippedDate': '1998-04-24T04:05:00.000Z', - 'Freight': 0.17, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 11036, - 'CustomerID': 'DRACD', - 'OrderDate': '1998-04-20T05:05:00.000Z', - 'ShippedDate': '1998-04-22T06:05:00.000Z', - 'Freight': 149.47, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11037, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-04-21T07:05:00.000Z', - 'ShippedDate': '1998-04-27T08:05:00.000Z', - 'Freight': 3.2, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' - }, - { - 'OrderID': 11038, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-04-21T09:05:00.000Z', - 'ShippedDate': '1998-04-30T10:05:00.000Z', - 'Freight': 29.59, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' - }, - { - 'OrderID': 11039, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-04-21T11:05:00.000Z', - 'ShippedDate': null, - 'Freight': 65, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 11040, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-04-22T12:05:00.000Z', - 'ShippedDate': null, - 'Freight': 18.84, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11041, - 'CustomerID': 'CHOPS', - 'OrderDate': '1998-04-22T13:05:00.000Z', - 'ShippedDate': '1998-04-28T14:05:00.000Z', - 'Freight': 48.22, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 11042, - 'CustomerID': 'COMMI', - 'OrderDate': '1998-04-22T15:05:00.000Z', - 'ShippedDate': '1998-05-01T16:05:00.000Z', - 'Freight': 29.99, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 11043, - 'CustomerID': 'SPECD', - 'OrderDate': '1998-04-22T17:05:00.000Z', - 'ShippedDate': '1998-04-29T18:05:00.000Z', - 'Freight': 8.8, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 11044, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-04-23T19:05:00.000Z', - 'ShippedDate': '1998-05-01T20:05:00.000Z', - 'Freight': 8.72, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' - }, - { - 'OrderID': 11045, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-04-23T21:05:00.000Z', - 'ShippedDate': null, - 'Freight': 70.58, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 11046, - 'CustomerID': 'WANDK', - 'OrderDate': '1998-04-23T22:05:00.000Z', - 'ShippedDate': '1998-04-24T23:05:00.000Z', - 'Freight': 71.64, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11047, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-04-24T01:30:00.000Z', - 'ShippedDate': '1998-05-01T02:30:00.000Z', - 'Freight': 46.62, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 11048, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-04-24T03:30:00.000Z', - 'ShippedDate': '1998-04-30T04:30:00.000Z', - 'Freight': 24.12, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' - }, - { - 'OrderID': 11049, - 'CustomerID': 'GOURL', - 'OrderDate': '1998-04-24T05:30:00.000Z', - 'ShippedDate': '1998-05-04T06:30:00.000Z', - 'Freight': 8.34, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 11050, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-04-27T07:30:00.000Z', - 'ShippedDate': '1998-05-05T08:30:00.000Z', - 'Freight': 59.41, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' - }, - { - 'OrderID': 11051, - 'CustomerID': 'LAMAI', - 'OrderDate': '1998-04-27T09:30:00.000Z', - 'ShippedDate': null, - 'Freight': 2.79, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 11052, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-04-27T10:30:00.000Z', - 'ShippedDate': '1998-05-01T11:30:00.000Z', - 'Freight': 67.26, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 11053, - 'CustomerID': 'PICCO', - 'OrderDate': '1998-04-27T12:30:00.000Z', - 'ShippedDate': '1998-04-29T13:30:00.000Z', - 'Freight': 53.05, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 11054, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-04-28T14:30:00.000Z', - 'ShippedDate': '1998-04-29T15:30:00.000Z', - 'Freight': 0.33, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' - }, - { - 'OrderID': 11055, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-04-28T16:30:00.000Z', - 'ShippedDate': '1998-05-05T17:30:00.000Z', - 'Freight': 120.92, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 11056, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-04-28T18:30:00.000Z', - 'ShippedDate': '1998-05-01T19:30:00.000Z', - 'Freight': 278.96, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 11057, - 'CustomerID': 'NORTS', - 'OrderDate': '1998-04-29T20:30:00.000Z', - 'ShippedDate': '1998-05-01T21:30:00.000Z', - 'Freight': 4.13, - 'ShipName': 'North/South', - 'ShipAddress': 'South House 300 Queensbridge', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' - }, - { - 'OrderID': 11058, - 'CustomerID': 'BLAUS', - 'OrderDate': '1998-04-29T22:30:00.000Z', - 'ShippedDate': null, - 'Freight': 31.14, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11059, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-04-29T23:30:00.000Z', - 'ShippedDate': null, - 'Freight': 85.8, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 11060, - 'CustomerID': 'FRANS', - 'OrderDate': '1998-04-30T01:05:00.000Z', - 'ShippedDate': '1998-05-04T02:05:00.000Z', - 'Freight': 10.98, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 11061, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-04-30T03:05:00.000Z', - 'ShippedDate': null, - 'Freight': 14.01, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11062, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-04-30T04:05:00.000Z', - 'ShippedDate': null, - 'Freight': 29.93, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' - }, - { - 'OrderID': 11063, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-04-30T05:05:00.000Z', - 'ShippedDate': '1998-05-06T06:05:00.000Z', - 'Freight': 81.73, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' - }, - { - 'OrderID': 11064, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-05-01T07:05:00.000Z', - 'ShippedDate': '1998-05-04T10:05:00.000Z', - 'Freight': 30.09, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11065, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-05-01T11:05:00.000Z', - 'ShippedDate': null, - 'Freight': 12.91, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 11066, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-05-01T12:05:00.000Z', - 'ShippedDate': '1998-05-04T13:05:00.000Z', - 'Freight': 44.72, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' - }, - { - 'OrderID': 11067, - 'CustomerID': 'DRACD', - 'OrderDate': '1998-05-04T14:05:00.000Z', - 'ShippedDate': '1998-05-06T15:05:00.000Z', - 'Freight': 7.98, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11068, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-05-04T16:05:00.000Z', - 'ShippedDate': null, - 'Freight': 81.75, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' - }, - { - 'OrderID': 11069, - 'CustomerID': 'TORTU', - 'OrderDate': '1998-05-04T17:05:00.000Z', - 'ShippedDate': '1998-05-06T18:05:00.000Z', - 'Freight': 15.67, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 11070, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-05-05T19:05:00.000Z', - 'ShippedDate': null, - 'Freight': 136, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' - }, - { - 'OrderID': 11071, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-05-05T20:05:00.000Z', - 'ShippedDate': null, - 'Freight': 0.93, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' - }, - { - 'OrderID': 11072, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-05-05T21:05:00.000Z', - 'ShippedDate': null, - 'Freight': 258.64, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' - }, - { - 'OrderID': 11073, - 'CustomerID': 'PERIC', - 'OrderDate': '1998-05-05T22:05:00.000Z', - 'ShippedDate': null, - 'Freight': 24.95, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' - }, - { - 'OrderID': 11074, - 'CustomerID': 'SIMOB', - 'OrderDate': '1998-05-06T23:05:00.000Z', - 'ShippedDate': null, - 'Freight': 18.44, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' - }, - { - 'OrderID': 11075, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-05-06T01:30:00.000Z', - 'ShippedDate': null, - 'Freight': 6.19, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' - }, - { - 'OrderID': 11076, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-05-06T02:30:00.000Z', - 'ShippedDate': null, - 'Freight': 38.28, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' - }, - { - 'OrderID': 11077, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-05-06T03:50:00.000Z', - 'ShippedDate': null, - 'Freight': 8.53, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' - }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/employeeData.ts b/ej2-javascript/code-snippet/grid/grid-cs8/employeeData.ts deleted file mode 100644 index 2005f39a6..000000000 --- a/ej2-javascript/code-snippet/grid/grid-cs8/employeeData.ts +++ /dev/null @@ -1,427 +0,0 @@ -export let employeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; -export let complexData: Object[] = [{ - 'EmployeeID': 1, - 'Name': { - 'LastName': 'Davolio', - 'FirstName': 'Nancy' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'Name': { - 'LastName': 'Fuller', - 'FirstName': 'Andrew' - }, - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'Name': { - 'LastName': 'Leverling', - 'FirstName': 'Janet' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'Name': { - 'LastName': 'Peacock', - 'FirstName': 'Margaret' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'Name': { - 'LastName': 'Buchanan', - 'FirstName': 'Steven' - }, - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'Name': { - 'LastName': 'Suyama', - 'FirstName': 'Michael' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'Name': { - 'LastName': 'King', - 'FirstName': 'Robert' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'Name': { - 'LastName': 'Callahan', - 'FirstName': 'Laura' - }, - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'Name': { - 'LastName': 'Dodsworth', - 'FirstName': 'Anne' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/es5-datasource.js b/ej2-javascript/code-snippet/grid/grid-cs8/es5-datasource.js index fdc852841..4b25ad278 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/grid-cs8/es5-datasource.js @@ -75,10613 +75,3 @@ var data = [ ShipRegion: 'NM', Mask: '6789', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -var childdata = [ - { - OrderID: 10248, CustomerID: 'VINET', ID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 - }, - { - OrderID: 10249, CustomerID: 'TOMSP', ID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 - }, - { - OrderID: 10250, CustomerID: 'HANAR', ID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 - }, - { - OrderID: 10251, CustomerID: 'VICTE', ID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 - }, - { - OrderID: 10252, CustomerID: 'SUPRD', ID: 2, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 - }, - { - OrderID: 10253, CustomerID: 'HANAR', ID: 7, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', ID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', ID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', ID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', ID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', ID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', ID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', ID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', ID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', ID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 - }]; - -var cascadeData = [ - { - OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'Australia', ShipState: 'Queensland', Freight: 32.38, Verified: !0 - }, - { - OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Australia', ShipState: 'Tasmania', Freight: 11.61, Verified: !1 - }, - { - OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'United States', ShipState: 'New York', Freight: 65.83, Verified: !0 - }, - { - OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'Australia', ShipState: 'Queensland', Freight: 41.34, Verified: !0 - }, - { - OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 2, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'United States', ShipState: 'New York', Freight: 51.3, Verified: !0 - }, - { - OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 7, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'United States', ShipState: 'New York', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Australia', ShipState: 'Tasmania', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'United States', ShipState: 'Washington', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'United States', ShipState: 'Washington', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Australia', ShipState: 'Victoria', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'United States', ShipState: 'Washington', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'Australia', ShipState: 'Victoria', Freight: 48.29, Verified: !0 - }]; - var productData = [ - { - ProductID: 1, - ProductName: 'Chai', - UnitPrice: 18.0, - UnitsInStock: 39, - TotalCost: 702 - }, - - { - ProductID: 2, - ProductName: 'Chang', - UnitPrice: 19.0, - UnitsInStock: 17, - TotalCost: 323 - }, - - { - ProductID: 3, - ProductName: 'Aniseed Syrup', - UnitPrice: 10.0, - UnitsInStock: 13, - TotalCost: 130 - }, - - { - ProductID: 4, - ProductName: "Chef Anton's Cajun Seasoning", - UnitPrice: 22.0, - UnitsInStock: 53, - TotalCost: 1166 - }, - - { - ProductID: 5, - ProductName: "Chef Anton's Gumbo Mix", - UnitPrice: 21.35, - UnitsInStock: 0, - TotalCost: 0 - } - ]; -var purchaseData = [{ - 'OrderID': 10248, - 'CustomerID': 'VINET', - 'OrderDate': '1996-07-04T10:10:00.000Z', - 'ShippedDate': '1996-07-16T12:20:00.000Z', - 'Freight': 32.38, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10249, - 'CustomerID': 'TOMSP', - 'OrderDate': '1996-07-05T12:20:00.000Z', - 'ShippedDate': '1996-07-10T13:20:00.000Z', - 'Freight': 11.61, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10250, - 'CustomerID': 'HANAR', - 'OrderDate': '1996-07-08T08:40:00.000Z', - 'ShippedDate': '1996-07-12T07:50:00.000Z', - 'Freight': 65.83, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10251, - 'CustomerID': 'VICTE', - 'OrderDate': '1996-07-08T07:50:00.000Z', - 'ShippedDate': '1996-07-15T15:50:00.000Z', - 'Freight': 41.34, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10252, - 'CustomerID': 'SUPRD', - 'OrderDate': '1996-07-09T12:05:00.000Z', - 'ShippedDate': '1996-07-11T17:30:00.000Z', - 'Freight': 51.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10253, - 'CustomerID': 'HANAR', - 'OrderDate': '1996-07-10T11:20:00.000Z', - 'ShippedDate': '1996-07-16T10:10:00.000Z', - 'Freight': 58.17, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10254, - 'CustomerID': 'CHOPS', - 'OrderDate': '1996-07-17T18:30:00.000Z', - 'ShippedDate': '1996-07-23T20:40:00.000Z', - 'Freight': 22.98, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10255, - 'CustomerID': 'RICSU', - 'OrderDate': '1996-07-12T10:40:00.000Z', - 'ShippedDate': '1996-07-15T05:40:00.000Z', - 'Freight': 148.33, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10256, - 'CustomerID': 'WELLI', - 'OrderDate': '1996-07-15T20:50:00.000Z', - 'ShippedDate': '1996-07-17T21:50:00.000Z', - 'Freight': 13.97, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10257, - 'CustomerID': 'HILAA', - 'OrderDate': '1996-07-16T03:20:00.000Z', - 'ShippedDate': '1996-07-22T14:40:00.000Z', - 'Freight': 81.91, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10258, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-07-17T18:30:00.000Z', - 'ShippedDate': '1996-07-23T14:50:00.000Z', - 'Freight': 140.51, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10259, - 'CustomerID': 'CENTC', - 'OrderDate': '1996-07-18T01:20:00.000Z', - 'ShippedDate': '1996-07-25T16:20:00.000Z', - 'Freight': 3.25, - 'ShipName': 'Centro comercial Moctezuma', - 'ShipAddress': 'Sierras de Granada 9993', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10260, - 'CustomerID': 'OTTIK', - 'OrderDate': '1996-07-19T11:20:00.000Z', - 'ShippedDate': '1996-07-29T03:10:00.000Z', - 'Freight': 55.09, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10261, - 'CustomerID': 'QUEDE', - 'OrderDate': '1996-07-19T18:30:00.000Z', - 'ShippedDate': '1996-07-30T23:10:00.000Z', - 'Freight': 3.05, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10262, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-07-22T21:40:00.000Z', - 'ShippedDate': '1996-07-25T19:10:00.000Z', - 'Freight': 48.29, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10263, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-07-23T00:10:00.000Z', - 'ShippedDate': '1996-07-31T22:50:00.000Z', - 'Freight': 146.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10264, - 'CustomerID': 'FOLKO', - 'OrderDate': '1996-07-24T20:10:00.000Z', - 'ShippedDate': '1996-08-23T11:40:00.000Z', - 'Freight': 3.67, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10265, - 'CustomerID': 'BLONP', - 'OrderDate': '1996-07-25T23:50:00.000Z', - 'ShippedDate': '1996-08-12T02:10:00.000Z', - 'Freight': 55.28, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10266, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-07-26T03:10:00.000Z', - 'ShippedDate': '1996-07-31T01:50:00.000Z', - 'Freight': 25.73, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10267, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-07-29T04:10:00.000Z', - 'ShippedDate': '1996-08-06T17:20:00.000Z', - 'Freight': 208.58, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10268, - 'CustomerID': 'GROSR', - 'OrderDate': '1996-07-30T01:20:00.000Z', - 'ShippedDate': '1996-08-02T03:40:00.000Z', - 'Freight': 66.29, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10269, - 'CustomerID': 'WHITC', - 'OrderDate': '1996-07-31T05:10:00.000Z', - 'ShippedDate': '1996-08-09T07:10:00.000Z', - 'Freight': 4.56, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10270, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-08-01T09:10:00.000Z', - 'ShippedDate': '1996-08-02T11:10:00.000Z', - 'Freight': 136.54, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10271, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-08-01T13:10:00.000Z', - 'ShippedDate': '1996-08-30T15:10:00.000Z', - 'Freight': 4.54, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10272, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-08-02T17:10:00.000Z', - 'ShippedDate': '1996-08-06T19:10:00.000Z', - 'Freight': 98.03, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10273, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-08-05T21:10:00.000Z', - 'ShippedDate': '1996-08-12T23:10:00.000Z', - 'Freight': 76.07, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10274, - 'CustomerID': 'VINET', - 'OrderDate': '1996-08-06T02:10:00.000Z', - 'ShippedDate': '1996-08-16T04:10:00.000Z', - 'Freight': 6.01, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10275, - 'CustomerID': 'MAGAA', - 'OrderDate': '1996-08-07T06:10:00.000Z', - 'ShippedDate': '1996-08-09T08:10:00.000Z', - 'Freight': 26.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10276, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-08-08T10:10:00.000Z', - 'ShippedDate': '1996-08-14T12:10:00.000Z', - 'Freight': 13.84, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10277, - 'CustomerID': 'MORGK', - 'OrderDate': '1996-08-09T14:10:00.000Z', - 'ShippedDate': '1996-08-13T16:10:00.000Z', - 'Freight': 125.77, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10278, - 'CustomerID': 'BERGS', - 'OrderDate': '1996-08-12T18:10:00.000Z', - 'ShippedDate': '1996-08-16T20:10:00.000Z', - 'Freight': 92.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10279, - 'CustomerID': 'LEHMS', - 'OrderDate': '1996-08-13T22:10:00.000Z', - 'ShippedDate': '1996-08-16T02:10:00.000Z', - 'Freight': 25.83, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10280, - 'CustomerID': 'BERGS', - 'OrderDate': '1996-08-14T01:40:00.000Z', - 'ShippedDate': '1996-09-12T02:40:00.000Z', - 'Freight': 8.98, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10281, - 'CustomerID': 'ROMEY', - 'OrderDate': '1996-08-14T03:40:00.000Z', - 'ShippedDate': '1996-08-21T04:40:00.000Z', - 'Freight': 2.94, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10282, - 'CustomerID': 'ROMEY', - 'OrderDate': '1996-08-15T05:40:00.000Z', - 'ShippedDate': '1996-08-21T06:40:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10283, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-08-16T07:40:00.000Z', - 'ShippedDate': '1996-08-23T08:40:00.000Z', - 'Freight': 84.81, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10284, - 'CustomerID': 'LEHMS', - 'OrderDate': '1996-08-19T09:40:00.000Z', - 'ShippedDate': '1996-08-27T10:40:00.000Z', - 'Freight': 76.56, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10285, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-08-20T11:40:00.000Z', - 'ShippedDate': '1996-08-26T12:40:00.000Z', - 'Freight': 76.83, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10286, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-08-21T01:50:00.000Z', - 'ShippedDate': '1996-08-30T02:50:00.000Z', - 'Freight': 229.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10287, - 'CustomerID': 'RICAR', - 'OrderDate': '1996-08-22T03:50:00.000Z', - 'ShippedDate': '1996-08-28T04:50:00.000Z', - 'Freight': 12.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10288, - 'CustomerID': 'REGGC', - 'OrderDate': '1996-08-23T05:50:00.000Z', - 'ShippedDate': '1996-09-03T06:50:00.000Z', - 'Freight': 7.45, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10289, - 'CustomerID': 'BSBEV', - 'OrderDate': '1996-08-26T07:50:00.000Z', - 'ShippedDate': '1996-08-28T08:50:00.000Z', - 'Freight': 22.77, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10290, - 'CustomerID': 'COMMI', - 'OrderDate': '1996-08-27T09:50:00.000Z', - 'ShippedDate': '1996-09-03T10:50:00.000Z', - 'Freight': 79.7, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10291, - 'CustomerID': 'QUEDE', - 'OrderDate': '1996-08-27T11:50:00.000Z', - 'ShippedDate': '1996-09-04T12:50:00.000Z', - 'Freight': 6.4, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10292, - 'CustomerID': 'TRADH', - 'OrderDate': '1996-08-28T01:10:00.000Z', - 'ShippedDate': '1996-09-02T02:10:00.000Z', - 'Freight': 1.35, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10293, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-08-29T03:10:00.000Z', - 'ShippedDate': '1996-09-11T04:10:00.000Z', - 'Freight': 21.18, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10294, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-08-30T05:10:00.000Z', - 'ShippedDate': '1996-09-05T06:10:00.000Z', - 'Freight': 147.26, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10295, - 'CustomerID': 'VINET', - 'OrderDate': '1996-09-02T07:10:00.000Z', - 'ShippedDate': '1996-09-10T08:10:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10296, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-09-03T09:10:00.000Z', - 'ShippedDate': '1996-09-11T10:10:00.000Z', - 'Freight': 0.12, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10297, - 'CustomerID': 'BLONP', - 'OrderDate': '1996-09-04T11:10:00.000Z', - 'ShippedDate': '1996-09-10T12:10:00.000Z', - 'Freight': 5.74, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10298, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-09-05T01:10:00.000Z', - 'ShippedDate': '1996-09-11T02:20:00.000Z', - 'Freight': 168.22, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10299, - 'CustomerID': 'RICAR', - 'OrderDate': '1996-09-06T03:20:00.000Z', - 'ShippedDate': '1996-09-13T04:20:00.000Z', - 'Freight': 29.76, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10300, - 'CustomerID': 'MAGAA', - 'OrderDate': '1996-09-09T05:20:00.000Z', - 'ShippedDate': '1996-09-18T06:20:00.000Z', - 'Freight': 17.68, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10301, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-09-09T07:20:00.000Z', - 'ShippedDate': '1996-09-17T08:20:00.000Z', - 'Freight': 45.08, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10302, - 'CustomerID': 'SUPRD', - 'OrderDate': '1996-09-10T09:20:00.000Z', - 'ShippedDate': '1996-10-09T10:20:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10303, - 'CustomerID': 'GODOS', - 'OrderDate': '1996-09-11T11:20:00.000Z', - 'ShippedDate': '1996-09-18T12:20:00.000Z', - 'Freight': 107.83, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10304, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-09-12T00:10:00.000Z', - 'ShippedDate': '1996-09-17T01:20:00.000Z', - 'Freight': 63.79, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10305, - 'CustomerID': 'OLDWO', - 'OrderDate': '1996-09-13T01:20:00.000Z', - 'ShippedDate': '1996-10-09T02:20:00.000Z', - 'Freight': 257.62, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10306, - 'CustomerID': 'ROMEY', - 'OrderDate': '1996-09-16T03:20:00.000Z', - 'ShippedDate': '1996-09-23T04:20:00.000Z', - 'Freight': 7.56, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10307, - 'CustomerID': 'LONEP', - 'OrderDate': '1996-09-17T05:20:00.000Z', - 'ShippedDate': '1996-09-25T06:20:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10308, - 'CustomerID': 'ANATR', - 'OrderDate': '1996-09-18T07:20:00.000Z', - 'ShippedDate': '1996-09-24T08:20:00.000Z', - 'Freight': 1.61, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10309, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-09-19T09:20:00.000Z', - 'ShippedDate': '1996-10-23T10:20:00.000Z', - 'Freight': 47.3, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10310, - 'CustomerID': 'THEBI', - 'OrderDate': '1996-09-20T11:20:00.000Z', - 'ShippedDate': '1996-09-27T12:20:00.000Z', - 'Freight': 17.52, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10311, - 'CustomerID': 'DUMON', - 'OrderDate': '1996-09-20T13:20:00.000Z', - 'ShippedDate': '1996-09-26T14:20:00.000Z', - 'Freight': 24.69, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10312, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-09-23T15:20:00.000Z', - 'ShippedDate': '1996-10-03T16:20:00.000Z', - 'Freight': 40.26, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10313, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-09-24T17:20:00.000Z', - 'ShippedDate': '1996-10-04T18:20:00.000Z', - 'Freight': 1.96, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10314, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-09-25T19:20:00.000Z', - 'ShippedDate': '1996-10-04T20:20:00.000Z', - 'Freight': 74.16, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10315, - 'CustomerID': 'ISLAT', - 'OrderDate': '1996-09-26T21:20:00.000Z', - 'ShippedDate': '1996-10-03T22:20:00.000Z', - 'Freight': 41.76, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10316, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-09-27T23:20:00.000Z', - 'ShippedDate': '1996-10-08T00:30:00.000Z', - 'Freight': 150.15, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10317, - 'CustomerID': 'LONEP', - 'OrderDate': '1996-09-30T01:30:00.000Z', - 'ShippedDate': '1996-10-10T02:30:00.000Z', - 'Freight': 12.69, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10318, - 'CustomerID': 'ISLAT', - 'OrderDate': '1996-10-01T03:30:00.000Z', - 'ShippedDate': '1996-10-04T03:30:00.000Z', - 'Freight': 4.73, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10319, - 'CustomerID': 'TORTU', - 'OrderDate': '1996-10-02T04:30:00.000Z', - 'ShippedDate': '1996-10-11T05:30:00.000Z', - 'Freight': 64.5, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10320, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-10-03T06:30:00.000Z', - 'ShippedDate': '1996-10-18T07:30:00.000Z', - 'Freight': 34.57, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10321, - 'CustomerID': 'ISLAT', - 'OrderDate': '1996-10-03T08:30:00.000Z', - 'ShippedDate': '1996-10-11T09:30:00.000Z', - 'Freight': 3.43, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10322, - 'CustomerID': 'PERIC', - 'OrderDate': '1996-10-04T10:30:00.000Z', - 'ShippedDate': '1996-10-23T11:30:00.000Z', - 'Freight': 0.4, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10323, - 'CustomerID': 'KOENE', - 'OrderDate': '1996-10-07T12:30:00.000Z', - 'ShippedDate': '1996-10-14T13:30:00.000Z', - 'Freight': 4.88, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10324, - 'CustomerID': 'SAVEA', - 'OrderDate': '1996-10-08T14:30:00.000Z', - 'ShippedDate': '1996-10-10T15:30:00.000Z', - 'Freight': 214.27, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10325, - 'CustomerID': 'KOENE', - 'OrderDate': '1996-10-09T16:30:00.000Z', - 'ShippedDate': '1996-10-14T17:30:00.000Z', - 'Freight': 64.86, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10326, - 'CustomerID': 'BOLID', - 'OrderDate': '1996-10-10T18:30:00.000Z', - 'ShippedDate': '1996-10-14T19:30:00.000Z', - 'Freight': 77.92, - 'ShipName': 'Bólido Comidas preparadas', - 'ShipAddress': 'C/ Araquil, 67', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10327, - 'CustomerID': 'FOLKO', - 'OrderDate': '1996-10-11T20:30:00.000Z', - 'ShippedDate': '1996-10-14T21:30:00.000Z', - 'Freight': 63.36, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10328, - 'CustomerID': 'FURIB', - 'OrderDate': '1996-10-14T22:30:00.000Z', - 'ShippedDate': '1996-10-17T23:30:00.000Z', - 'Freight': 87.03, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10329, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-10-15T00:40:00.000Z', - 'ShippedDate': '1996-10-23T01:40:00.000Z', - 'Freight': 191.67, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10330, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-10-16T02:40:00.000Z', - 'ShippedDate': '1996-10-28T03:40:00.000Z', - 'Freight': 12.75, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10331, - 'CustomerID': 'BONAP', - 'OrderDate': '1996-10-16T02:40:00.000Z', - 'ShippedDate': '1996-10-21T03:40:00.000Z', - 'Freight': 10.19, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10332, - 'CustomerID': 'MEREP', - 'OrderDate': '1996-10-17T04:40:00.000Z', - 'ShippedDate': '1996-10-21T05:40:00.000Z', - 'Freight': 52.84, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10333, - 'CustomerID': 'WARTH', - 'OrderDate': '1996-10-18T06:40:00.000Z', - 'ShippedDate': '1996-10-25T07:40:00.000Z', - 'Freight': 0.59, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10334, - 'CustomerID': 'VICTE', - 'OrderDate': '1996-10-21T08:40:00.000Z', - 'ShippedDate': '1996-10-28T09:40:00.000Z', - 'Freight': 8.56, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10335, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-10-22T10:40:00.000Z', - 'ShippedDate': '1996-10-24T11:40:00.000Z', - 'Freight': 42.11, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10336, - 'CustomerID': 'PRINI', - 'OrderDate': '1996-10-23T12:40:00.000Z', - 'ShippedDate': '1996-10-25T13:40:00.000Z', - 'Freight': 15.51, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10337, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-10-24T14:40:00.000Z', - 'ShippedDate': '1996-10-29T14:40:00.000Z', - 'Freight': 108.26, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10338, - 'CustomerID': 'OLDWO', - 'OrderDate': '1996-10-25T15:40:00.000Z', - 'ShippedDate': '1996-10-29T16:40:00.000Z', - 'Freight': 84.21, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10339, - 'CustomerID': 'MEREP', - 'OrderDate': '1996-10-28T17:40:00.000Z', - 'ShippedDate': '1996-11-04T18:40:00.000Z', - 'Freight': 15.66, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10340, - 'CustomerID': 'BONAP', - 'OrderDate': '1996-10-29T19:40:00.000Z', - 'ShippedDate': '1996-11-08T20:40:00.000Z', - 'Freight': 166.31, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10341, - 'CustomerID': 'SIMOB', - 'OrderDate': '1996-10-29T21:40:00.000Z', - 'ShippedDate': '1996-11-05T22:40:00.000Z', - 'Freight': 26.78, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10342, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-10-30T23:40:00.000Z', - 'ShippedDate': '1996-11-04T00:50:00.000Z', - 'Freight': 54.83, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10343, - 'CustomerID': 'LEHMS', - 'OrderDate': '1996-10-31T01:50:00.000Z', - 'ShippedDate': '1996-11-06T02:50:00.000Z', - 'Freight': 110.37, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10344, - 'CustomerID': 'WHITC', - 'OrderDate': '1996-11-01T03:50:00.000Z', - 'ShippedDate': '1996-11-05T04:50:00.000Z', - 'Freight': 23.29, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10345, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-11-04T05:50:00.000Z', - 'ShippedDate': '1996-11-11T05:50:00.000Z', - 'Freight': 249.06, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10346, - 'CustomerID': 'RATTC', - 'OrderDate': '1996-11-05T06:50:00.000Z', - 'ShippedDate': '1996-11-08T07:50:00.000Z', - 'Freight': 142.08, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10347, - 'CustomerID': 'FAMIA', - 'OrderDate': '1996-11-06T08:50:00.000Z', - 'ShippedDate': '1996-11-08T09:50:00.000Z', - 'Freight': 3.1, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10348, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-11-07T10:50:00.000Z', - 'ShippedDate': '1996-11-15T11:50:00.000Z', - 'Freight': 0.78, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10349, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-11-08T12:50:00.000Z', - 'ShippedDate': '1996-11-15T13:50:00.000Z', - 'Freight': 8.63, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10350, - 'CustomerID': 'LAMAI', - 'OrderDate': '1996-11-11T14:50:00.000Z', - 'ShippedDate': '1996-12-03T15:50:00.000Z', - 'Freight': 64.19, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10351, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-11-11T16:50:00.000Z', - 'ShippedDate': '1996-11-20T17:50:00.000Z', - 'Freight': 162.33, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10352, - 'CustomerID': 'FURIB', - 'OrderDate': '1996-11-12T18:50:00.000Z', - 'ShippedDate': '1996-11-18T19:50:00.000Z', - 'Freight': 1.3, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10353, - 'CustomerID': 'PICCO', - 'OrderDate': '1996-11-13T20:50:00.000Z', - 'ShippedDate': '1996-11-25T21:50:00.000Z', - 'Freight': 360.63, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10354, - 'CustomerID': 'PERIC', - 'OrderDate': '1996-11-14T21:50:00.000Z', - 'ShippedDate': '1996-11-20T22:50:00.000Z', - 'Freight': 53.8, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10355, - 'CustomerID': 'AROUT', - 'OrderDate': '1996-11-15T23:50:00.000Z', - 'ShippedDate': '1996-11-20T00:50:00.000Z', - 'Freight': 41.95, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10356, - 'CustomerID': 'WANDK', - 'OrderDate': '1996-11-18T01:05:00.000Z', - 'ShippedDate': '1996-11-27T02:05:00.000Z', - 'Freight': 36.71, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10357, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-11-19T03:05:00.000Z', - 'ShippedDate': '1996-12-02T04:05:00.000Z', - 'Freight': 34.88, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10358, - 'CustomerID': 'LAMAI', - 'OrderDate': '1996-11-20T05:05:00.000Z', - 'ShippedDate': '1996-11-27T06:05:00.000Z', - 'Freight': 19.64, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10359, - 'CustomerID': 'SEVES', - 'OrderDate': '1996-11-21T07:05:00.000Z', - 'ShippedDate': '1996-11-26T08:05:00.000Z', - 'Freight': 288.43, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10360, - 'CustomerID': 'BLONP', - 'OrderDate': '1996-11-22T09:05:00.000Z', - 'ShippedDate': '1996-12-02T10:05:00.000Z', - 'Freight': 131.7, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10361, - 'CustomerID': 'QUICK', - 'OrderDate': '1996-11-22T11:05:00.000Z', - 'ShippedDate': '1996-12-03T12:05:00.000Z', - 'Freight': 183.17, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10362, - 'CustomerID': 'BONAP', - 'OrderDate': '1996-11-25T13:05:00.000Z', - 'ShippedDate': '1996-11-28T14:05:00.000Z', - 'Freight': 96.04, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10363, - 'CustomerID': 'DRACD', - 'OrderDate': '1996-11-26T15:05:00.000Z', - 'ShippedDate': '1996-12-04T16:05:00.000Z', - 'Freight': 30.54, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10364, - 'CustomerID': 'EASTC', - 'OrderDate': '1996-11-26T17:05:00.000Z', - 'ShippedDate': '1996-12-04T18:05:00.000Z', - 'Freight': 71.97, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10365, - 'CustomerID': 'ANTON', - 'OrderDate': '1996-11-27T19:05:00.000Z', - 'ShippedDate': '1996-12-02T20:05:00.000Z', - 'Freight': 22, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10366, - 'CustomerID': 'GALED', - 'OrderDate': '1996-11-28T21:05:00.000Z', - 'ShippedDate': '1996-12-30T22:05:00.000Z', - 'Freight': 10.14, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10367, - 'CustomerID': 'VAFFE', - 'OrderDate': '1996-11-28T23:05:00.000Z', - 'ShippedDate': '1996-12-02T00:05:00.000Z', - 'Freight': 13.55, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10368, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-11-29T02:00.00.000Z', - 'ShippedDate': '1996-12-02T04:00.00.000Z', - 'Freight': 101.95, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10369, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-12-02T04:00.00.000Z', - 'ShippedDate': '1996-12-09T07:25:00.000Z', - 'Freight': 195.68, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10370, - 'CustomerID': 'CHOPS', - 'OrderDate': '1996-12-03T06:00.00.000Z', - 'ShippedDate': '1996-12-27T07:00.00.000Z', - 'Freight': 1.17, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10371, - 'CustomerID': 'LAMAI', - 'OrderDate': '1996-12-03T08:00.00.000Z', - 'ShippedDate': '1996-12-24T09:00.00.000Z', - 'Freight': 0.45, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10372, - 'CustomerID': 'QUEEN', - 'OrderDate': '1996-12-04T10:00.00.000Z', - 'ShippedDate': '1996-12-09T11:00.00.000Z', - 'Freight': 890.78, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10373, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-12-05T12:00.00.000Z', - 'ShippedDate': '1996-12-11T13:00.00.000Z', - 'Freight': 124.12, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10374, - 'CustomerID': 'WOLZA', - 'OrderDate': '1996-12-05T14:00.00.000Z', - 'ShippedDate': '1996-12-09T15:00.00.000Z', - 'Freight': 3.94, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 10375, - 'CustomerID': 'HUNGC', - 'OrderDate': '1996-12-06T16:00.00.000Z', - 'ShippedDate': '1996-12-09T17:00.00.000Z', - 'Freight': 20.12, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10376, - 'CustomerID': 'MEREP', - 'OrderDate': '1996-12-09T18:00.00.000Z', - 'ShippedDate': '1996-12-13T19:00.00.000Z', - 'Freight': 20.39, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10377, - 'CustomerID': 'SEVES', - 'OrderDate': '1996-12-09T20:00.00.000Z', - 'ShippedDate': '1996-12-13T21:00.00.000Z', - 'Freight': 22.21, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10378, - 'CustomerID': 'FOLKO', - 'OrderDate': '1996-12-10T22:00.00.000Z', - 'ShippedDate': '1996-12-19T23:00.00.000Z', - 'Freight': 5.44, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10379, - 'CustomerID': 'QUEDE', - 'OrderDate': '1996-12-11T01:25:00.000Z', - 'ShippedDate': '1996-12-13T02:25:00.000Z', - 'Freight': 45.03, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10380, - 'CustomerID': 'HUNGO', - 'OrderDate': '1996-12-12T03:25:00.000Z', - 'ShippedDate': '1997-01-16T04:25:00.000Z', - 'Freight': 35.03, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10381, - 'CustomerID': 'LILAS', - 'OrderDate': '1996-12-12T05:25:00.000Z', - 'ShippedDate': '1996-12-13T06:25:00.000Z', - 'Freight': 7.99, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10382, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-12-13T07:25:00.000Z', - 'ShippedDate': '1996-12-16T07:25:00.000Z', - 'Freight': 94.77, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10383, - 'CustomerID': 'AROUT', - 'OrderDate': '1996-12-16T07:25:00.000Z', - 'ShippedDate': '1996-12-18T02:25:00.000Z', - 'Freight': 34.24, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10384, - 'CustomerID': 'BERGS', - 'OrderDate': '1996-12-16T03:25:00.000Z', - 'ShippedDate': '1996-12-20T04:25:00.000Z', - 'Freight': 168.64, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10385, - 'CustomerID': 'SPLIR', - 'OrderDate': '1996-12-17T04:25:00.000Z', - 'ShippedDate': '1996-12-23T04:25:00.000Z', - 'Freight': 30.96, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10386, - 'CustomerID': 'FAMIA', - 'OrderDate': '1996-12-18T05:25:00.000Z', - 'ShippedDate': '1996-12-25T06:25:00.000Z', - 'Freight': 13.99, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10387, - 'CustomerID': 'SANTG', - 'OrderDate': '1996-12-18T07:25:00.000Z', - 'ShippedDate': '1996-12-20T08:25:00.000Z', - 'Freight': 93.63, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' -}, -{ - 'OrderID': 10388, - 'CustomerID': 'SEVES', - 'OrderDate': '1996-12-19T09:25:00.000Z', - 'ShippedDate': '1996-12-20T10:25:00.000Z', - 'Freight': 34.86, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10389, - 'CustomerID': 'BOTTM', - 'OrderDate': '1996-12-20T11:25:00.000Z', - 'ShippedDate': '1996-12-24T12:25:00.000Z', - 'Freight': 47.42, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10390, - 'CustomerID': 'ERNSH', - 'OrderDate': '1996-12-23T13:25:00.000Z', - 'ShippedDate': '1996-12-26T14:25:00.000Z', - 'Freight': 126.38, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10391, - 'CustomerID': 'DRACD', - 'OrderDate': '1996-12-23T15:25:00.000Z', - 'ShippedDate': '1996-12-31T16:25:00.000Z', - 'Freight': 5.45, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10392, - 'CustomerID': 'PICCO', - 'OrderDate': '1996-12-24T17:25:00.000Z', - 'ShippedDate': '1997-01-01T18:25:00.000Z', - 'Freight': 122.46, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10393, - 'CustomerID': 'SAVEA', - 'OrderDate': '1996-12-25T19:25:00.000Z', - 'ShippedDate': '1997-01-03T20:25:00.000Z', - 'Freight': 126.56, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10394, - 'CustomerID': 'HUNGC', - 'OrderDate': '1996-12-25T21:25:00.000Z', - 'ShippedDate': '1997-01-03T22:25:00.000Z', - 'Freight': 30.34, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10395, - 'CustomerID': 'HILAA', - 'OrderDate': '1996-12-26T23:25:00.000Z', - 'ShippedDate': '1997-01-03T00:25:00.000Z', - 'Freight': 184.41, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10396, - 'CustomerID': 'FRANK', - 'OrderDate': '1996-12-27T01:45:00.000Z', - 'ShippedDate': '1997-01-06T02:45:00.000Z', - 'Freight': 135.35, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10397, - 'CustomerID': 'PRINI', - 'OrderDate': '1996-12-27T03:45:00.000Z', - 'ShippedDate': '1997-01-02T04:45:00.000Z', - 'Freight': 60.26, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10398, - 'CustomerID': 'SAVEA', - 'OrderDate': '1996-12-30T05:45:00.000Z', - 'ShippedDate': '1997-01-09T06:45:00.000Z', - 'Freight': 89.16, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10399, - 'CustomerID': 'VAFFE', - 'OrderDate': '1996-12-31T07:45:00.000Z', - 'ShippedDate': '1997-01-08T08:45:00.000Z', - 'Freight': 27.36, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10400, - 'CustomerID': 'EASTC', - 'OrderDate': '1997-01-01T09:45:00.000Z', - 'ShippedDate': '1997-01-16T10:45:00.000Z', - 'Freight': 83.93, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10401, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-01-01T11:45:00.000Z', - 'ShippedDate': '1997-01-10T12:45:00.000Z', - 'Freight': 12.51, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10402, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-01-02T13:45:00.000Z', - 'ShippedDate': '1997-01-10T14:45:00.000Z', - 'Freight': 67.88, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10403, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-01-03T15:45:00.000Z', - 'ShippedDate': '1997-01-09T16:45:00.000Z', - 'Freight': 73.79, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10404, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-01-03T17:45:00.000Z', - 'ShippedDate': '1997-01-08T18:45:00.000Z', - 'Freight': 155.97, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10405, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-01-06T19:45:00.000Z', - 'ShippedDate': '1997-01-22T20:45:00.000Z', - 'Freight': 34.82, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10406, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-01-07T21:45:00.000Z', - 'ShippedDate': '1997-01-13T22:45:00.000Z', - 'Freight': 108.04, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10407, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-01-07T23:45:00.000Z', - 'ShippedDate': '1997-01-30T01:55:00.000Z', - 'Freight': 91.48, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10408, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-01-08T01:55:00.000Z', - 'ShippedDate': '1997-01-14T01:55:00.000Z', - 'Freight': 11.26, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10409, - 'CustomerID': 'OCEAN', - 'OrderDate': '1997-01-09T02:55:00.000Z', - 'ShippedDate': '1997-01-14T03:55:00.000Z', - 'Freight': 29.83, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10410, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-01-10T04:55:00.000Z', - 'ShippedDate': '1997-01-15T05:55:00.000Z', - 'Freight': 2.4, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10411, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-01-10T06:55:00.000Z', - 'ShippedDate': '1997-01-21T07:55:00.000Z', - 'Freight': 23.65, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10412, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-01-13T08:55:00.000Z', - 'ShippedDate': '1997-01-15T09:55:00.000Z', - 'Freight': 3.77, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10413, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-01-14T10:55:00.000Z', - 'ShippedDate': '1997-01-16T11:55:00.000Z', - 'Freight': 95.66, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10414, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-01-14T12:55:00.000Z', - 'ShippedDate': '1997-01-17T13:55:00.000Z', - 'Freight': 21.48, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10415, - 'CustomerID': 'HUNGC', - 'OrderDate': '1997-01-15T14:55:00.000Z', - 'ShippedDate': '1997-01-24T15:55:00.000Z', - 'Freight': 0.2, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10416, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-01-16T16:55:00.000Z', - 'ShippedDate': '1997-01-27T17:55:00.000Z', - 'Freight': 22.72, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10417, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-01-16T18:55:00.000Z', - 'ShippedDate': '1997-01-28T19:55:00.000Z', - 'Freight': 70.29, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10418, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-01-17T20:55:00.000Z', - 'ShippedDate': '1997-01-24T21:55:00.000Z', - 'Freight': 17.55, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10419, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-01-20T22:55:00.000Z', - 'ShippedDate': '1997-01-30T23:55:00.000Z', - 'Freight': 137.35, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10420, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-01-21T01:05:00.000Z', - 'ShippedDate': '1997-01-27T012:05:00.000Z', - 'Freight': 44.12, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10421, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-01-21T02:05:00.000Z', - 'ShippedDate': '1997-01-27T03:05:00.000Z', - 'Freight': 99.23, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10422, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-01-22T04:05:00.000Z', - 'ShippedDate': '1997-01-31T05:05:00.000Z', - 'Freight': 3.02, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10423, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-01-23T06:05:00.000Z', - 'ShippedDate': '1997-02-24T07:05:00.000Z', - 'Freight': 24.5, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10424, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-01-23T08:05:00.000Z', - 'ShippedDate': '1997-01-27T09:05:00.000Z', - 'Freight': 370.61, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10425, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-01-24T10:05:00.000Z', - 'ShippedDate': '1997-02-14T11:05:00.000Z', - 'Freight': 7.93, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10426, - 'CustomerID': 'GALED', - 'OrderDate': '1997-01-27T12:05:00.000Z', - 'ShippedDate': '1997-02-06T13:05:00.000Z', - 'Freight': 18.69, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10427, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-01-27T14:05:00.000Z', - 'ShippedDate': '1997-03-03T15:05:00.000Z', - 'Freight': 31.29, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10428, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-01-28T16:05:00.000Z', - 'ShippedDate': '1997-02-04T17:05:00.000Z', - 'Freight': 11.09, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10429, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-01-29T18:05:00.000Z', - 'ShippedDate': '1997-02-07T19:05:00.000Z', - 'Freight': 56.63, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10430, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-01-30T20:05:00.000Z', - 'ShippedDate': '1997-02-03T21:05:00.000Z', - 'Freight': 458.78, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10431, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-01-30T22:05:00.000Z', - 'ShippedDate': '1997-02-07T23:05:00.000Z', - 'Freight': 44.17, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10432, - 'CustomerID': 'SPLIR', - 'OrderDate': '1997-01-31T01:15:00.000Z', - 'ShippedDate': '1997-02-07T02:15:00.000Z', - 'Freight': 4.34, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10433, - 'CustomerID': 'PRINI', - 'OrderDate': '1997-02-03T03:15:00.000Z', - 'ShippedDate': '1997-03-04T04:15:00.000Z', - 'Freight': 73.83, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10434, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-02-03T05:15:00.000Z', - 'ShippedDate': '1997-02-13T06:15:00.000Z', - 'Freight': 17.92, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10435, - 'CustomerID': 'CONSH', - 'OrderDate': '1997-02-04T07:15:00.000Z', - 'ShippedDate': '1997-02-07T08:15:00.000Z', - 'Freight': 9.21, - 'ShipName': 'Consolidated Holdings', - 'ShipAddress': 'Berkeley Gardens 12 Brewery', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10436, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-02-05T09:15:00.000Z', - 'ShippedDate': '1997-02-11T10:15:00.000Z', - 'Freight': 156.66, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10437, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-02-05T11:15:00.000Z', - 'ShippedDate': '1997-02-12T12:15:00.000Z', - 'Freight': 19.97, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10438, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-02-06T13:15:00.000Z', - 'ShippedDate': '1997-02-14T14:15:00.000Z', - 'Freight': 8.24, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10439, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-02-07T15:15:00.000Z', - 'ShippedDate': '1997-02-10T16:15:00.000Z', - 'Freight': 4.07, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10440, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-02-10T17:15:00.000Z', - 'ShippedDate': '1997-02-28T18:15:00.000Z', - 'Freight': 86.53, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10441, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-02-10T19:15:00.000Z', - 'ShippedDate': '1997-03-14T20:15:00.000Z', - 'Freight': 73.02, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10442, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-02-11T21:15:00.000Z', - 'ShippedDate': '1997-02-18T22:15:00.000Z', - 'Freight': 47.94, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10443, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-02-12T23:15:00.000Z', - 'ShippedDate': '1997-02-14T00:25:00.000Z', - 'Freight': 13.95, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10444, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-02-12T00:25:00.000Z', - 'ShippedDate': '1997-02-21T01:25:00.000Z', - 'Freight': 3.5, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10445, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-02-13T02:25:00.000Z', - 'ShippedDate': '1997-02-20T03:00.00.000Z', - 'Freight': 9.3, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10446, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-02-14T04:00.00.000Z', - 'ShippedDate': '1997-02-19T05:00.00.000Z', - 'Freight': 14.68, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10447, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-02-14T05:00.00.000Z', - 'ShippedDate': '1997-03-07T06:25:00.000Z', - 'Freight': 68.66, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10448, - 'CustomerID': 'RANCH', - 'OrderDate': '1997-02-17T07:25:00.000Z', - 'ShippedDate': '1997-02-24T08:25:00.000Z', - 'Freight': 38.82, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10449, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-02-18T09:25:00.000Z', - 'ShippedDate': '1997-02-27T10:25:00.000Z', - 'Freight': 53.3, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10450, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-02-19T11:25:00.000Z', - 'ShippedDate': '1997-03-11T12:25:00.000Z', - 'Freight': 7.23, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10451, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-02-19T13:25:00.000Z', - 'ShippedDate': '1997-03-12T14:25:00.000Z', - 'Freight': 189.09, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10452, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-02-20T15:25:00.000Z', - 'ShippedDate': '1997-02-26T16:25:00.000Z', - 'Freight': 140.26, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10453, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-02-21T17:25:00.000Z', - 'ShippedDate': '1997-02-26T18:25:00.000Z', - 'Freight': 25.36, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10454, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-02-21T19:25:00.000Z', - 'ShippedDate': '1997-02-25T20:25:00.000Z', - 'Freight': 2.74, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10455, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-02-24T21:25:00.000Z', - 'ShippedDate': '1997-03-03T22:25:00.000Z', - 'Freight': 180.45, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10456, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-02-25T23:25:00.000Z', - 'ShippedDate': '1997-02-28T01:25:00.000Z', - 'Freight': 8.12, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10457, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-02-25T01:35:00.000Z', - 'ShippedDate': '1997-03-03T02:35:00.000Z', - 'Freight': 11.57, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10458, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-02-26T03:35:00.000Z', - 'ShippedDate': '1997-03-04T04:35:00.000Z', - 'Freight': 147.06, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10459, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-02-27T04:35:00.000Z', - 'ShippedDate': '1997-02-28T04:35:00.000Z', - 'Freight': 25.09, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10460, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-02-28T05:35:00.000Z', - 'ShippedDate': '1997-03-03T06:35:00.000Z', - 'Freight': 16.27, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10461, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-02-28T07:35:00.000Z', - 'ShippedDate': '1997-03-05T08:35:00.000Z', - 'Freight': 148.61, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10462, - 'CustomerID': 'CONSH', - 'OrderDate': '1997-03-03T09:00.00.000Z', - 'ShippedDate': '1997-03-18T10:00.00.000Z', - 'Freight': 6.17, - 'ShipName': 'Consolidated Holdings', - 'ShipAddress': 'Berkeley Gardens 12 Brewery', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10463, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-03-04T11:00.00.000Z', - 'ShippedDate': '1997-03-06T12:00.00.000Z', - 'Freight': 14.78, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10464, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-03-04T13:00.00.000Z', - 'ShippedDate': '1997-03-14T14:00.00.000Z', - 'Freight': 89, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10465, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-03-05T15:00.00.000Z', - 'ShippedDate': '1997-03-14T16:00.00.000Z', - 'Freight': 145.04, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10466, - 'CustomerID': 'COMMI', - 'OrderDate': '1997-03-06T17:00.00.000Z', - 'ShippedDate': '1997-03-13T18:00.00.000Z', - 'Freight': 11.93, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10467, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-03-06T19:00.00.000Z', - 'ShippedDate': '1997-03-11T20:00.00.000Z', - 'Freight': 4.93, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10468, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-03-07T21:00.00.000Z', - 'ShippedDate': '1997-03-12T22:00.00.000Z', - 'Freight': 44.12, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10469, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-03-10T23:00.00.000Z', - 'ShippedDate': '1997-03-14T01:00.00.000Z', - 'Freight': 60.18, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10470, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-03-11T02:00.00.000Z', - 'ShippedDate': '1997-03-14T03:00.00.000Z', - 'Freight': 64.56, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10471, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-03-11T04:00.00.000Z', - 'ShippedDate': '1997-03-18T05:00.00.000Z', - 'Freight': 45.59, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10472, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-03-12T06:00.00.000Z', - 'ShippedDate': '1997-03-19T07:00.00.000Z', - 'Freight': 4.2, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10473, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-03-13T08:00.00.000Z', - 'ShippedDate': '1997-03-21T09:00.00.000Z', - 'Freight': 16.37, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10474, - 'CustomerID': 'PERIC', - 'OrderDate': '1997-03-13T10:00.00.000Z', - 'ShippedDate': '1997-03-21T11:00.00.000Z', - 'Freight': 83.49, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10475, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-03-14T12:00.00.000Z', - 'ShippedDate': '1997-04-04T13:00.00.000Z', - 'Freight': 68.52, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10476, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-03-17T14:00.00.000Z', - 'ShippedDate': '1997-03-24T15:00.00.000Z', - 'Freight': 4.41, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10477, - 'CustomerID': 'PRINI', - 'OrderDate': '1997-03-17T16:00.00.000Z', - 'ShippedDate': '1997-03-25T17:00.00.000Z', - 'Freight': 13.02, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10478, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-03-18T18:00.00.000Z', - 'ShippedDate': '1997-03-26T19:00.00.000Z', - 'Freight': 4.81, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10479, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-03-19T20:00.00.000Z', - 'ShippedDate': '1997-03-21T21:00.00.000Z', - 'Freight': 708.95, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10480, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-03-20T22:00.00.000Z', - 'ShippedDate': '1997-03-24T23:00.00.000Z', - 'Freight': 1.35, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10481, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-03-20T01:00.00.000Z', - 'ShippedDate': '1997-03-25T02:00.00.000Z', - 'Freight': 64.33, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10482, - 'CustomerID': 'LAZYK', - 'OrderDate': '1997-03-21T03:00.00.000Z', - 'ShippedDate': '1997-04-10T04:00.00.000Z', - 'Freight': 7.48, - 'ShipName': 'Lazy K Kountry Store', - 'ShipAddress': '12 Orchestra Terrace', - 'ShipCity': 'Walla Walla', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10483, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-03-24T05:00.00.000Z', - 'ShippedDate': '1997-04-25T06:00.00.000Z', - 'Freight': 15.28, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10484, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-03-24T07:00.00.000Z', - 'ShippedDate': '1997-04-01T08:00.00.000Z', - 'Freight': 6.88, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10485, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-03-25T09:00.00.000Z', - 'ShippedDate': '1997-03-31T10:00.00.000Z', - 'Freight': 64.45, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10486, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-03-26T11:00.00.000Z', - 'ShippedDate': '1997-04-02T12:00.00.000Z', - 'Freight': 30.53, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10487, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-03-26T13:00.00.000Z', - 'ShippedDate': '1997-03-28T14:00.00.000Z', - 'Freight': 71.07, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10488, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-03-27T15:00.00.000Z', - 'ShippedDate': '1997-04-02T16:00.00.000Z', - 'Freight': 4.93, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10489, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-03-28T17:00.00.000Z', - 'ShippedDate': '1997-04-09T18:00.00.000Z', - 'Freight': 5.29, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10490, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-03-31T19:00.00.000Z', - 'ShippedDate': '1997-04-03T20:00.00.000Z', - 'Freight': 210.19, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10491, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-03-31T21:00.00.000Z', - 'ShippedDate': '1997-04-08T22:00.00.000Z', - 'Freight': 16.96, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10492, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-04-01T23:00.00.000Z', - 'ShippedDate': '1997-04-11T01:00.00.000Z', - 'Freight': 62.89, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10493, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-04-02T02:00.00.000Z', - 'ShippedDate': '1997-04-10T03:00.00.000Z', - 'Freight': 10.64, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10494, - 'CustomerID': 'COMMI', - 'OrderDate': '1997-04-02T04:00.00.000Z', - 'ShippedDate': '1997-04-09T05:00.00.000Z', - 'Freight': 65.99, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10495, - 'CustomerID': 'LAUGB', - 'OrderDate': '1997-04-03T06:00.00.000Z', - 'ShippedDate': '1997-04-11T07:00.00.000Z', - 'Freight': 4.65, - 'ShipName': 'Laughing Bacchus Wine Cellars', - 'ShipAddress': '2319 Elm St.', - 'ShipCity': 'Vancouver', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10496, - 'CustomerID': 'TRADH', - 'OrderDate': '1997-04-04T08:00.00.000Z', - 'ShippedDate': '1997-04-07T09:00.00.000Z', - 'Freight': 46.77, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10497, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-04-04T10:00.00.000Z', - 'ShippedDate': '1997-04-07T11:00.00.000Z', - 'Freight': 36.21, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10498, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-04-07T12:00.00.000Z', - 'ShippedDate': '1997-04-11T13:00.00.000Z', - 'Freight': 29.75, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10499, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-04-08T14:00.00.000Z', - 'ShippedDate': '1997-04-16T15:00.00.000Z', - 'Freight': 102.02, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10500, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-04-09T16:00.00.000Z', - 'ShippedDate': '1997-04-17T17:00.00.000Z', - 'Freight': 42.68, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10501, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-04-09T18:00.00.000Z', - 'ShippedDate': '1997-04-16T19:00.00.000Z', - 'Freight': 8.85, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10502, - 'CustomerID': 'PERIC', - 'OrderDate': '1997-04-10T20:00.00.000Z', - 'ShippedDate': '1997-04-29T21:00.00.000Z', - 'Freight': 69.32, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10503, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-04-11T22:00.00.000Z', - 'ShippedDate': '1997-04-16T23:00.00.000Z', - 'Freight': 16.74, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10504, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-04-11T01:00.00.000Z', - 'ShippedDate': '1997-04-18T02:00.00.000Z', - 'Freight': 59.13, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10505, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-04-14T03:00.00.000Z', - 'ShippedDate': '1997-04-21T04:00.00.000Z', - 'Freight': 7.13, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10506, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-04-15T05:05:00.000Z', - 'ShippedDate': '1997-05-02T06:05:00.000Z', - 'Freight': 21.19, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10507, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-04-15T07:05:00.000Z', - 'ShippedDate': '1997-04-22T08:05:00.000Z', - 'Freight': 47.45, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10508, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-04-16T09:05:00.000Z', - 'ShippedDate': '1997-05-13T10:05:00.000Z', - 'Freight': 4.99, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10509, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-04-17T11:05:00.000Z', - 'ShippedDate': '1997-04-29T12:05:00.000Z', - 'Freight': 0.15, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10510, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-04-18T13:05:00.000Z', - 'ShippedDate': '1997-04-28T14:05:00.000Z', - 'Freight': 367.63, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10511, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-04-18T15:05:00.000Z', - 'ShippedDate': '1997-04-21T01:05:00.000Z', - 'Freight': 350.64, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10512, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-04-21T02:05:00.000Z', - 'ShippedDate': '1997-04-24T03:05:00.000Z', - 'Freight': 3.53, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10513, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-04-22T04:05:00.000Z', - 'ShippedDate': '1997-04-28T05:05:00.000Z', - 'Freight': 105.65, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10514, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-04-22T05:05:00.000Z', - 'ShippedDate': '1997-05-16T07:05:00.000Z', - 'Freight': 789.95, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10515, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-04-23T08:05:00.000Z', - 'ShippedDate': '1997-05-23T09:05:00.000Z', - 'Freight': 204.47, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10516, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-04-24T10:05:00.000Z', - 'ShippedDate': '1997-05-01T11:05:00.000Z', - 'Freight': 62.78, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10517, - 'CustomerID': 'NORTS', - 'OrderDate': '1997-04-24T12:05:00.000Z', - 'ShippedDate': '1997-04-29T13:05:00.000Z', - 'Freight': 32.07, - 'ShipName': 'North/South', - 'ShipAddress': 'South House 300 Queensbridge', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10518, - 'CustomerID': 'TORTU', - 'OrderDate': '1997-04-25T14:05:00.000Z', - 'ShippedDate': '1997-05-05T15:05:00.000Z', - 'Freight': 218.15, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10519, - 'CustomerID': 'CHOPS', - 'OrderDate': '1997-04-28T16:05:00.000Z', - 'ShippedDate': '1997-05-01T17:05:00.000Z', - 'Freight': 91.76, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10520, - 'CustomerID': 'SANTG', - 'OrderDate': '1997-04-29T18:05:00.000Z', - 'ShippedDate': '1997-05-01T19:05:00.000Z', - 'Freight': 13.37, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' -}, -{ - 'OrderID': 10521, - 'CustomerID': 'CACTU', - 'OrderDate': '1997-04-29T20:05:00.000Z', - 'ShippedDate': '1997-05-02T21:05:00.000Z', - 'Freight': 17.22, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10522, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-04-30T22:05:00.000Z', - 'ShippedDate': '1997-05-06T23:05:00.000Z', - 'Freight': 45.33, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10523, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-05-01T01:10:00.000Z', - 'ShippedDate': '1997-05-30T02:10:00.000Z', - 'Freight': 77.63, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10524, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-05-01T03:10:00.000Z', - 'ShippedDate': '1997-05-07T04:10:00.000Z', - 'Freight': 244.79, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10525, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-05-02T05:10:00.000Z', - 'ShippedDate': '1997-05-23T06:10:00.000Z', - 'Freight': 11.06, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10526, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-05-05T07:10:00.000Z', - 'ShippedDate': '1997-05-15T08:10:00.000Z', - 'Freight': 58.59, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10527, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-05-05T09:10:00.000Z', - 'ShippedDate': '1997-05-07T10:10:00.000Z', - 'Freight': 41.9, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10528, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-05-06T11:10:00.000Z', - 'ShippedDate': '1997-05-09T12:10:00.000Z', - 'Freight': 3.35, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10529, - 'CustomerID': 'MAISD', - 'OrderDate': '1997-05-07T13:10:00.000Z', - 'ShippedDate': '1997-05-09T14:10:00.000Z', - 'Freight': 66.69, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10530, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-05-08T15:10:00.000Z', - 'ShippedDate': '1997-05-12T16:10:00.000Z', - 'Freight': 339.22, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10531, - 'CustomerID': 'OCEAN', - 'OrderDate': '1997-05-08T17:10:00.000Z', - 'ShippedDate': '1997-05-19T18:10:00.000Z', - 'Freight': 8.12, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10532, - 'CustomerID': 'EASTC', - 'OrderDate': '1997-05-09T19:10:00.000Z', - 'ShippedDate': '1997-05-12T20:10:00.000Z', - 'Freight': 74.46, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10533, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-05-12T21:10:00.000Z', - 'ShippedDate': '1997-05-22T22:10:00.000Z', - 'Freight': 188.04, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10534, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-05-12T23:10:00.000Z', - 'ShippedDate': '1997-05-14T01:15:00.000Z', - 'Freight': 27.94, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10535, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-05-13T02:15:00.000Z', - 'ShippedDate': '1997-05-21T03:15:00.000Z', - 'Freight': 15.64, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10536, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-05-14T04:15:00.000Z', - 'ShippedDate': '1997-06-06T05:15:00.000Z', - 'Freight': 58.88, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10537, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-05-14T06:15:00.000Z', - 'ShippedDate': '1997-05-19T07:15:00.000Z', - 'Freight': 78.85, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10538, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-05-15T08:15:00.000Z', - 'ShippedDate': '1997-05-16T09:15:00.000Z', - 'Freight': 4.87, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10539, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-05-16T10:15:00.000Z', - 'ShippedDate': '1997-05-23T11:15:00.000Z', - 'Freight': 12.36, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10540, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-05-19T12:15:00.000Z', - 'ShippedDate': '1997-06-13T13:15:00.000Z', - 'Freight': 1007.64, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10541, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-05-19T14:15:00.000Z', - 'ShippedDate': '1997-05-29T15:15:00.000Z', - 'Freight': 68.65, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10542, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-05-20T16:15:00.000Z', - 'ShippedDate': '1997-05-26T17:15:00.000Z', - 'Freight': 10.95, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10543, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-05-21T18:15:00.000Z', - 'ShippedDate': '1997-05-23T19:15:00.000Z', - 'Freight': 48.17, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10544, - 'CustomerID': 'LONEP', - 'OrderDate': '1997-05-21T20:15:00.000Z', - 'ShippedDate': '1997-05-30T21:15:00.000Z', - 'Freight': 24.91, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10545, - 'CustomerID': 'LAZYK', - 'OrderDate': '1997-05-22T23:15:00.000Z', - 'ShippedDate': '1997-06-26T01:20:00.000Z', - 'Freight': 11.92, - 'ShipName': 'Lazy K Kountry Store', - 'ShipAddress': '12 Orchestra Terrace', - 'ShipCity': 'Walla Walla', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10546, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-05-23T02:20:00.000Z', - 'ShippedDate': '1997-05-27T03:20:00.000Z', - 'Freight': 194.72, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10547, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-05-23T04:20:00.000Z', - 'ShippedDate': '1997-06-02T05:20:00.000Z', - 'Freight': 178.43, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10548, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-05-26T06:20:00.000Z', - 'ShippedDate': '1997-06-02T07:20:00.000Z', - 'Freight': 1.43, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10549, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-05-27T08:20:00.000Z', - 'ShippedDate': '1997-05-30T09:20:00.000Z', - 'Freight': 171.24, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10550, - 'CustomerID': 'GODOS', - 'OrderDate': '1997-05-28T10:20:00.000Z', - 'ShippedDate': '1997-06-06T11:20:00.000Z', - 'Freight': 4.32, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10551, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-05-28T12:20:00.000Z', - 'ShippedDate': '1997-06-06T13:20:00.000Z', - 'Freight': 72.95, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10552, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-05-29T14:20:00.000Z', - 'ShippedDate': '1997-06-05T15:20:00.000Z', - 'Freight': 83.22, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10553, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-05-30T16:20:00.000Z', - 'ShippedDate': '1997-06-03T17:20:00.000Z', - 'Freight': 149.49, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10554, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-05-30T18:20:00.000Z', - 'ShippedDate': '1997-06-05T19:20:00.000Z', - 'Freight': 120.97, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10555, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-06-02T20:20:00.000Z', - 'ShippedDate': '1997-06-04T21:20:00.000Z', - 'Freight': 252.49, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10556, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-06-03T22:20:00.000Z', - 'ShippedDate': '1997-06-13T23:20:00.000Z', - 'Freight': 9.8, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10557, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-06-03T01:25:00.000Z', - 'ShippedDate': '1997-06-06T02:25:00.000Z', - 'Freight': 96.72, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10558, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-06-04T03:25:00.000Z', - 'ShippedDate': '1997-06-10T04:25:00.000Z', - 'Freight': 72.97, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10559, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-06-05T05:25:00.000Z', - 'ShippedDate': '1997-06-13T06:25:00.000Z', - 'Freight': 8.05, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10560, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-06-06T07:25:00.000Z', - 'ShippedDate': '1997-06-09T08:25:00.000Z', - 'Freight': 36.65, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10561, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-06-06T09:25:00.000Z', - 'ShippedDate': '1997-06-09T10:25:00.000Z', - 'Freight': 242.21, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10562, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-06-09T11:25:00.000Z', - 'ShippedDate': '1997-06-12T12:25:00.000Z', - 'Freight': 22.95, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10563, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-06-10T13:25:00.000Z', - 'ShippedDate': '1997-06-24T14:25:00.000Z', - 'Freight': 60.43, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10564, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-06-10T15:25:00.000Z', - 'ShippedDate': '1997-06-16T16:25:00.000Z', - 'Freight': 13.75, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10565, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-06-11T17:25:00.000Z', - 'ShippedDate': '1997-06-18T18:25:00.000Z', - 'Freight': 7.15, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10566, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-06-12T01:10:00.000Z', - 'ShippedDate': '1997-06-18T02:10:00.000Z', - 'Freight': 88.4, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10567, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-06-12T03:10:00.000Z', - 'ShippedDate': '1997-06-17T03:10:00.000Z', - 'Freight': 33.97, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10568, - 'CustomerID': 'GALED', - 'OrderDate': '1997-06-13T04:10:00.000Z', - 'ShippedDate': '1997-07-09T05:10:00.000Z', - 'Freight': 6.54, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10569, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-06-16T06:10:00.000Z', - 'ShippedDate': '1997-07-11T07:10:00.000Z', - 'Freight': 58.98, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10570, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-06-17T08:10:00.000Z', - 'ShippedDate': '1997-06-19T09:10:00.000Z', - 'Freight': 188.99, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10571, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-06-17T10:10:00.000Z', - 'ShippedDate': '1997-07-04T11:10:00.000Z', - 'Freight': 26.06, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10572, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-06-18T12:10:00.000Z', - 'ShippedDate': '1997-06-25T13:10:00.000Z', - 'Freight': 116.43, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10573, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-06-19T14:10:00.000Z', - 'ShippedDate': '1997-06-20T15:10:00.000Z', - 'Freight': 84.84, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10574, - 'CustomerID': 'TRAIH', - 'OrderDate': '1997-06-19T16:10:00.000Z', - 'ShippedDate': '1997-06-30T17:10:00.000Z', - 'Freight': 37.6, - 'ShipName': 'Trail\'s Head Gourmet Provisioners', - 'ShipAddress': '722 DaVinci Blvd.', - 'ShipCity': 'Kirkland', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10575, - 'CustomerID': 'MORGK', - 'OrderDate': '1997-06-20T18:10:00.000Z', - 'ShippedDate': '1997-06-30T19:10:00.000Z', - 'Freight': 127.34, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10576, - 'CustomerID': 'TORTU', - 'OrderDate': '1997-06-23T20:10:00.000Z', - 'ShippedDate': '1997-06-30T21:10:00.000Z', - 'Freight': 18.56, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10577, - 'CustomerID': 'TRAIH', - 'OrderDate': '1997-06-23T22:10:00.000Z', - 'ShippedDate': '1997-06-30T23:10:00.000Z', - 'Freight': 25.41, - 'ShipName': 'Trail\'s Head Gourmet Provisioners', - 'ShipAddress': '722 DaVinci Blvd.', - 'ShipCity': 'Kirkland', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10578, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-06-24T23:10:00.000Z', - 'ShippedDate': '1997-07-25T01:15:00.000Z', - 'Freight': 29.6, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10579, - 'CustomerID': 'LETSS', - 'OrderDate': '1997-06-25T01:30:00.000Z', - 'ShippedDate': '1997-07-04T02:30:00.000Z', - 'Freight': 13.73, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10580, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-06-26T03:30:00.000Z', - 'ShippedDate': '1997-07-01T04:30:00.000Z', - 'Freight': 75.89, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10581, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-06-26T05:30:00.000Z', - 'ShippedDate': '1997-07-02T06:30:00.000Z', - 'Freight': 3.01, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10582, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-06-27T07:30:00.000Z', - 'ShippedDate': '1997-07-14T08:30:00.000Z', - 'Freight': 27.71, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10583, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-06-30T08:30:00.000Z', - 'ShippedDate': '1997-07-04T09:30:00.000Z', - 'Freight': 7.28, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10584, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-06-30T10:30:00.000Z', - 'ShippedDate': '1997-07-04T11:30:00.000Z', - 'Freight': 59.14, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10585, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-07-01T12:30:00.000Z', - 'ShippedDate': '1997-07-10T13:30:00.000Z', - 'Freight': 13.41, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10586, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-07-02T14:30:00.000Z', - 'ShippedDate': '1997-07-09T15:30:00.000Z', - 'Freight': 0.48, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10587, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-07-02T16:30:00.000Z', - 'ShippedDate': '1997-07-09T17:30:00.000Z', - 'Freight': 62.52, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10588, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-07-03T18:30:00.000Z', - 'ShippedDate': '1997-07-10T19:30:00.000Z', - 'Freight': 194.67, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10589, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-07-04T20:30:00.000Z', - 'ShippedDate': '1997-07-14T21:30:00.000Z', - 'Freight': 4.42, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10590, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-07-07T22:30:00.000Z', - 'ShippedDate': '1997-07-14T23:30:00.000Z', - 'Freight': 44.77, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10591, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-07-07T22:30:00.000Z', - 'ShippedDate': '1997-07-16T01:40:00.000Z', - 'Freight': 55.92, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10592, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-07-08T02:40:00.000Z', - 'ShippedDate': '1997-07-16T03:40:00.000Z', - 'Freight': 32.1, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10593, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-07-09T04:40:00.000Z', - 'ShippedDate': '1997-08-13T05:40:00.000Z', - 'Freight': 174.2, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10594, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-07-09T06:40:00.000Z', - 'ShippedDate': '1997-07-16T07:40:00.000Z', - 'Freight': 5.24, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10595, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-07-10T08:40:00.000Z', - 'ShippedDate': '1997-07-14T09:40:00.000Z', - 'Freight': 96.78, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10596, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-07-11T10:40:00.000Z', - 'ShippedDate': '1997-08-12T11:40:00.000Z', - 'Freight': 16.34, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10597, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-07-11T12:40:00.000Z', - 'ShippedDate': '1997-07-18T13:40:00.000Z', - 'Freight': 35.12, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10598, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-07-14T14:40:00.000Z', - 'ShippedDate': '1997-07-18T15:40:00.000Z', - 'Freight': 44.42, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10599, - 'CustomerID': 'BSBEV', - 'OrderDate': '1997-07-15T16:40:00.000Z', - 'ShippedDate': '1997-07-21T17:40:00.000Z', - 'Freight': 29.98, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10600, - 'CustomerID': 'HUNGC', - 'OrderDate': '1997-07-16T18:40:00.000Z', - 'ShippedDate': '1997-07-21T19:40:00.000Z', - 'Freight': 45.13, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10601, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-07-16T20:40:00.000Z', - 'ShippedDate': '1997-07-22T21:40:00.000Z', - 'Freight': 58.3, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10602, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-07-17T22:40:00.000Z', - 'ShippedDate': '1997-07-22T23:40:00.000Z', - 'Freight': 2.92, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10603, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-07-18T01:25:00.000Z', - 'ShippedDate': '1997-08-08T02:25:00.000Z', - 'Freight': 48.77, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10604, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-07-18T03:25:00.000Z', - 'ShippedDate': '1997-07-29T03:25:00.000Z', - 'Freight': 7.46, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10605, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-07-21T04:25:00.000Z', - 'ShippedDate': '1997-07-29T05:25:00.000Z', - 'Freight': 379.13, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10606, - 'CustomerID': 'TRADH', - 'OrderDate': '1997-07-22T06:25:00.000Z', - 'ShippedDate': '1997-07-31T07:25:00.000Z', - 'Freight': 79.4, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10607, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-07-22T08:25:00.000Z', - 'ShippedDate': '1997-07-25T09:25:00.000Z', - 'Freight': 200.24, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10608, - 'CustomerID': 'TOMSP', - 'OrderDate': '1997-07-23T10:25:00.000Z', - 'ShippedDate': '1997-08-01T11:25:00.000Z', - 'Freight': 27.79, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10609, - 'CustomerID': 'DUMON', - 'OrderDate': '1997-07-24T12:25:00.000Z', - 'ShippedDate': '1997-07-30T13:25:00.000Z', - 'Freight': 1.85, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10610, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-07-25T14:25:00.000Z', - 'ShippedDate': '1997-08-06T15:25:00.000Z', - 'Freight': 26.78, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10611, - 'CustomerID': 'WOLZA', - 'OrderDate': '1997-07-25T16:25:00.000Z', - 'ShippedDate': '1997-08-01T17:25:00.000Z', - 'Freight': 80.65, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 10612, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-07-28T18:25:00.000Z', - 'ShippedDate': '1997-08-01T19:25:00.000Z', - 'Freight': 544.08, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10613, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-07-29T20:25:00.000Z', - 'ShippedDate': '1997-08-01T21:25:00.000Z', - 'Freight': 8.11, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10614, - 'CustomerID': 'BLAUS', - 'OrderDate': '1997-07-29T22:25:00.000Z', - 'ShippedDate': '1997-08-01T23:25:00.000Z', - 'Freight': 1.93, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10615, - 'CustomerID': 'WILMK', - 'OrderDate': '1997-07-30T01:35:00.000Z', - 'ShippedDate': '1997-08-06T02:35:00.000Z', - 'Freight': 0.75, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10616, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-07-31T03:35:00.000Z', - 'ShippedDate': '1997-08-05T04:35:00.000Z', - 'Freight': 116.53, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10617, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-07-31T05:35:00.000Z', - 'ShippedDate': '1997-08-04T06:35:00.000Z', - 'Freight': 18.53, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10618, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-08-01T07:35:00.000Z', - 'ShippedDate': '1997-08-08T08:35:00.000Z', - 'Freight': 154.68, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10619, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-08-04T09:35:00.000Z', - 'ShippedDate': '1997-08-07T10:35:00.000Z', - 'Freight': 91.05, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10620, - 'CustomerID': 'LAUGB', - 'OrderDate': '1997-08-05T11:35:00.000Z', - 'ShippedDate': '1997-08-14T12:35:00.000Z', - 'Freight': 0.94, - 'ShipName': 'Laughing Bacchus Wine Cellars', - 'ShipAddress': '2319 Elm St.', - 'ShipCity': 'Vancouver', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10621, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-08-05T13:35:00.000Z', - 'ShippedDate': '1997-08-11T14:35:00.000Z', - 'Freight': 23.73, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10622, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-08-06T15:35:00.000Z', - 'ShippedDate': '1997-08-11T16:35:00.000Z', - 'Freight': 50.97, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10623, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-08-07T17:35:00.000Z', - 'ShippedDate': '1997-08-12T18:35:00.000Z', - 'Freight': 97.18, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10624, - 'CustomerID': 'THECR', - 'OrderDate': '1997-08-07T19:35:00.000Z', - 'ShippedDate': '1997-08-19T20:35:00.000Z', - 'Freight': 94.8, - 'ShipName': 'The Cracker Box', - 'ShipAddress': '55 Grizzly Peak Rd.', - 'ShipCity': 'Butte', - 'ShipRegion': 'MT', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10625, - 'CustomerID': 'ANATR', - 'OrderDate': '1997-08-08T21:35:00.000Z', - 'ShippedDate': '1997-08-14T22:35:00.000Z', - 'Freight': 43.9, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10626, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-08-11T23:35:00.000Z', - 'ShippedDate': '1997-08-20T01:50:00.000Z', - 'Freight': 138.69, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10627, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-08-11T02:50:00.000Z', - 'ShippedDate': '1997-08-21T03:50:00.000Z', - 'Freight': 107.46, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10628, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-08-12T04:50:00.000Z', - 'ShippedDate': '1997-08-20T05:50:00.000Z', - 'Freight': 30.36, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10629, - 'CustomerID': 'GODOS', - 'OrderDate': '1997-08-12T06:50:00.000Z', - 'ShippedDate': '1997-08-20T07:50:00.000Z', - 'Freight': 85.46, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10630, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-08-13T08:50:00.000Z', - 'ShippedDate': '1997-08-19T09:50:00.000Z', - 'Freight': 32.35, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10631, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-08-14T10:50:00.000Z', - 'ShippedDate': '1997-08-15T11:50:00.000Z', - 'Freight': 0.87, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10632, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-08-14T12:50:00.000Z', - 'ShippedDate': '1997-08-19T13:50:00.000Z', - 'Freight': 41.38, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10633, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-08-15T14:50:00.000Z', - 'ShippedDate': '1997-08-18T15:50:00.000Z', - 'Freight': 477.9, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10634, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-08-15T16:50:00.000Z', - 'ShippedDate': '1997-08-21T17:50:00.000Z', - 'Freight': 487.38, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10635, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-08-18T18:50:00.000Z', - 'ShippedDate': '1997-08-21T19:50:00.000Z', - 'Freight': 47.46, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10636, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-08-19T20:50:00.000Z', - 'ShippedDate': '1997-08-26T21:50:00.000Z', - 'Freight': 1.15, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10637, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-08-19T22:50:00.000Z', - 'ShippedDate': '1997-08-26T23:50:00.000Z', - 'Freight': 201.29, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10638, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-08-20T14:50:00.000Z', - 'ShippedDate': '1997-09-01T15:50:00.000Z', - 'Freight': 158.44, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10639, - 'CustomerID': 'SANTG', - 'OrderDate': '1997-08-20T16:50:00.000Z', - 'ShippedDate': '1997-08-27T17:50:00.000Z', - 'Freight': 38.64, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' -}, -{ - 'OrderID': 10640, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-08-21T18:50:00.000Z', - 'ShippedDate': '1997-08-28T19:50:00.000Z', - 'Freight': 23.55, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10641, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-08-22T01:55:00.000Z', - 'ShippedDate': '1997-08-26T02:55:00.000Z', - 'Freight': 179.61, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10642, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-08-22T03:55:00.000Z', - 'ShippedDate': '1997-09-05T04:55:00.000Z', - 'Freight': 41.89, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10643, - 'CustomerID': 'ALFKI', - 'OrderDate': '1997-08-25T05:55:00.000Z', - 'ShippedDate': '1997-09-02T06:55:00.000Z', - 'Freight': 29.46, - 'ShipName': 'Alfreds Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10644, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-08-25T07:55:00.000Z', - 'ShippedDate': '1997-09-01T08:55:00.000Z', - 'Freight': 0.14, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10645, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-08-26T09:55:00.000Z', - 'ShippedDate': '1997-09-02T10:55:00.000Z', - 'Freight': 12.41, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10646, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-08-27T11:55:00.000Z', - 'ShippedDate': '1997-09-03T12:55:00.000Z', - 'Freight': 142.33, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10647, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-08-27T13:55:00.000Z', - 'ShippedDate': '1997-09-03T14:55:00.000Z', - 'Freight': 45.54, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10648, - 'CustomerID': 'RICAR', - 'OrderDate': '1997-08-28T15:55:00.000Z', - 'ShippedDate': '1997-09-09T16:55:00.000Z', - 'Freight': 14.25, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10649, - 'CustomerID': 'MAISD', - 'OrderDate': '1997-08-28T17:55:00.000Z', - 'ShippedDate': '1997-08-29T18:55:00.000Z', - 'Freight': 6.2, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10650, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-08-29T19:55:00.000Z', - 'ShippedDate': '1997-09-03T20:55:00.000Z', - 'Freight': 176.81, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10651, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-09-01T21:55:00.000Z', - 'ShippedDate': '1997-09-11T22:55:00.000Z', - 'Freight': 20.6, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10652, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-09-01T23:55:00.000Z', - 'ShippedDate': '1997-09-08T01:15:00.000Z', - 'Freight': 7.14, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10653, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-09-02T02:15:00.000Z', - 'ShippedDate': '1997-09-19T03:15:00.000Z', - 'Freight': 93.25, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10654, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-09-02T04:15:00.000Z', - 'ShippedDate': '1997-09-11T05:15:00.000Z', - 'Freight': 55.26, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10655, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-09-03T06:15:00.000Z', - 'ShippedDate': '1997-09-11T07:15:00.000Z', - 'Freight': 4.41, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10656, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-09-04T08:15:00.000Z', - 'ShippedDate': '1997-09-10T09:15:00.000Z', - 'Freight': 57.15, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10657, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-09-04T10:15:00.000Z', - 'ShippedDate': '1997-09-15T11:15:00.000Z', - 'Freight': 352.69, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10658, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-09-05T12:15:00.000Z', - 'ShippedDate': '1997-09-08T13:15:00.000Z', - 'Freight': 364.15, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10659, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-09-05T14:15:00.000Z', - 'ShippedDate': '1997-09-10T15:15:00.000Z', - 'Freight': 105.81, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10660, - 'CustomerID': 'HUNGC', - 'OrderDate': '1997-09-08T16:15:00.000Z', - 'ShippedDate': '1997-10-15T17:15:00.000Z', - 'Freight': 111.29, - 'ShipName': 'Hungry Coyote Import Store', - 'ShipAddress': 'City Center Plaza 516 Main St.', - 'ShipCity': 'Elgin', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10661, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-09-09T18:15:00.000Z', - 'ShippedDate': '1997-09-15T19:15:00.000Z', - 'Freight': 17.55, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10662, - 'CustomerID': 'LONEP', - 'OrderDate': '1997-09-09T20:15:00.000Z', - 'ShippedDate': '1997-09-18T21:15:00.000Z', - 'Freight': 1.28, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10663, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-09-10T22:15:00.000Z', - 'ShippedDate': '1997-10-03T23:15:00.000Z', - 'Freight': 113.15, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10664, - 'CustomerID': 'FURIB', - 'OrderDate': '1997-09-10T01:45:00.000Z', - 'ShippedDate': '1997-09-19T02:45:00.000Z', - 'Freight': 1.27, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10665, - 'CustomerID': 'LONEP', - 'OrderDate': '1997-09-11T03:45:00.000Z', - 'ShippedDate': '1997-09-17T04:45:00.000Z', - 'Freight': 26.31, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10666, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-09-12T05:45:00.000Z', - 'ShippedDate': '1997-09-22T06:45:00.000Z', - 'Freight': 232.42, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10667, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-09-12T07:45:00.000Z', - 'ShippedDate': '1997-09-19T08:45:00.000Z', - 'Freight': 78.09, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10668, - 'CustomerID': 'WANDK', - 'OrderDate': '1997-09-15T09:45:00.000Z', - 'ShippedDate': '1997-09-23T10:45:00.000Z', - 'Freight': 47.22, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10669, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-09-15T11:45:00.000Z', - 'ShippedDate': '1997-09-22T12:45:00.000Z', - 'Freight': 24.39, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10670, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-09-16T13:45:00.000Z', - 'ShippedDate': '1997-09-18T14:45:00.000Z', - 'Freight': 203.48, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10671, - 'CustomerID': 'FRANR', - 'OrderDate': '1997-09-17T15:45:00.000Z', - 'ShippedDate': '1997-09-24T16:45:00.000Z', - 'Freight': 30.34, - 'ShipName': 'France restauration', - 'ShipAddress': '54, rue Royale', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10672, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-09-17T17:45:00.000Z', - 'ShippedDate': '1997-09-26T18:45:00.000Z', - 'Freight': 95.75, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10673, - 'CustomerID': 'WILMK', - 'OrderDate': '1997-09-18T19:45:00.000Z', - 'ShippedDate': '1997-09-19T20:45:00.000Z', - 'Freight': 22.76, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10674, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-09-18T21:45:00.000Z', - 'ShippedDate': '1997-09-30T22:45:00.000Z', - 'Freight': 0.9, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10675, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-09-19T23:45:00.000Z', - 'ShippedDate': '1997-09-23T01:50:00.000Z', - 'Freight': 31.85, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10676, - 'CustomerID': 'TORTU', - 'OrderDate': '1997-09-22T02:50:00.000Z', - 'ShippedDate': '1997-09-29T03:50:00.000Z', - 'Freight': 2.01, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10677, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-09-22T04:50:00.000Z', - 'ShippedDate': '1997-09-26T05:50:00.000Z', - 'Freight': 4.03, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10678, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-09-23T06:50:00.000Z', - 'ShippedDate': '1997-10-16T07:50:00.000Z', - 'Freight': 388.98, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10679, - 'CustomerID': 'BLONP', - 'OrderDate': '1997-09-23T08:50:00.000Z', - 'ShippedDate': '1997-09-30T09:50:00.000Z', - 'Freight': 27.94, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10680, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-09-24T10:50:00.000Z', - 'ShippedDate': '1997-09-26T11:50:00.000Z', - 'Freight': 26.61, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10681, - 'CustomerID': 'GREAL', - 'OrderDate': '1997-09-25T12:50:00.000Z', - 'ShippedDate': '1997-09-30T13:50:00.000Z', - 'Freight': 76.13, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10682, - 'CustomerID': 'ANTON', - 'OrderDate': '1997-09-25T14:50:00.000Z', - 'ShippedDate': '1997-10-01T15:50:00.000Z', - 'Freight': 36.13, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10683, - 'CustomerID': 'DUMON', - 'OrderDate': '1997-09-26T16:50:00.000Z', - 'ShippedDate': '1997-10-01T17:50:00.000Z', - 'Freight': 4.4, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10684, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-09-26T18:50:00.000Z', - 'ShippedDate': '1997-09-30T19:50:00.000Z', - 'Freight': 145.63, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10685, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-09-29T20:50:00.000Z', - 'ShippedDate': '1997-10-03T21:50:00.000Z', - 'Freight': 33.75, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10686, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-09-30T22:50:00.000Z', - 'ShippedDate': '1997-10-08T23:50:00.000Z', - 'Freight': 96.5, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10687, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-09-30T01:15:00.000Z', - 'ShippedDate': '1997-10-30T02:15:00.000Z', - 'Freight': 296.43, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10688, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-10-01T03:15:00.000Z', - 'ShippedDate': '1997-10-07T04:15:00.000Z', - 'Freight': 299.09, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10689, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-10-01T05:15:00.000Z', - 'ShippedDate': '1997-10-07T06:15:00.000Z', - 'Freight': 13.42, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10690, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-10-02T07:15:00.000Z', - 'ShippedDate': '1997-10-03T08:15:00.000Z', - 'Freight': 15.8, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10691, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-10-03T09:15:00.000Z', - 'ShippedDate': '1997-10-22T10:15:00.000Z', - 'Freight': 810.05, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10692, - 'CustomerID': 'ALFKI', - 'OrderDate': '1997-10-03T11:15:00.000Z', - 'ShippedDate': '1997-10-13T12:15:00.000Z', - 'Freight': 61.02, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10693, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-10-06T13:15:00.000Z', - 'ShippedDate': '1997-10-10T14:15:00.000Z', - 'Freight': 139.34, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10694, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-10-06T15:15:00.000Z', - 'ShippedDate': '1997-10-09T16:15:00.000Z', - 'Freight': 398.36, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10695, - 'CustomerID': 'WILMK', - 'OrderDate': '1997-10-07T17:15:00.000Z', - 'ShippedDate': '1997-10-14T18:15:00.000Z', - 'Freight': 16.72, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10696, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-10-08T19:15:00.000Z', - 'ShippedDate': '1997-10-14T20:15:00.000Z', - 'Freight': 102.55, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10697, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-10-08T21:15:00.000Z', - 'ShippedDate': '1997-10-14T22:15:00.000Z', - 'Freight': 45.52, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10698, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-10-09T23:15:00.000Z', - 'ShippedDate': '1997-10-17T10:15:00.000Z', - 'Freight': 272.47, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10699, - 'CustomerID': 'MORGK', - 'OrderDate': '1997-10-09T02:40:00.000Z', - 'ShippedDate': '1997-10-13T03:40:00.000Z', - 'Freight': 0.58, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10700, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-10T03:40:00.000Z', - 'ShippedDate': '1997-10-16T04:40:00.000Z', - 'Freight': 65.1, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10701, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-10-13T05:40:00.000Z', - 'ShippedDate': '1997-10-15T06:40:00.000Z', - 'Freight': 220.31, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10702, - 'CustomerID': 'ALFKI', - 'OrderDate': '1997-10-13T07:40:00.000Z', - 'ShippedDate': '1997-10-21T08:40:00.000Z', - 'Freight': 23.94, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10703, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-10-14T09:40:00.000Z', - 'ShippedDate': '1997-10-20T10:40:00.000Z', - 'Freight': 152.3, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10704, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-10-14T11:40:00.000Z', - 'ShippedDate': '1997-11-07T12:40:00.000Z', - 'Freight': 4.78, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10705, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-10-15T13:40:00.000Z', - 'ShippedDate': '1997-11-18T14:40:00.000Z', - 'Freight': 3.52, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10706, - 'CustomerID': 'OLDWO', - 'OrderDate': '1997-10-16T15:40:00.000Z', - 'ShippedDate': '1997-10-21T16:40:00.000Z', - 'Freight': 135.63, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10707, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-10-16T17:40:00.000Z', - 'ShippedDate': '1997-10-23T18:40:00.000Z', - 'Freight': 21.74, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10708, - 'CustomerID': 'THEBI', - 'OrderDate': '1997-10-17T19:40:00.000Z', - 'ShippedDate': '1997-11-05T20:40:00.000Z', - 'Freight': 2.96, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10709, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-10-17T21:40:00.000Z', - 'ShippedDate': '1997-11-20T22:40:00.000Z', - 'Freight': 210.8, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10710, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-10-20T23:40:00.000Z', - 'ShippedDate': '1997-10-23T15:40:00.000Z', - 'Freight': 4.98, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10711, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-21T01:30:00.000Z', - 'ShippedDate': '1997-10-29T02:30:00.000Z', - 'Freight': 52.41, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10712, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-10-21T03:30:00.000Z', - 'ShippedDate': '1997-10-31T04:30:00.000Z', - 'Freight': 89.93, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10713, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-22T05:30:00.000Z', - 'ShippedDate': '1997-10-24T06:30:00.000Z', - 'Freight': 167.05, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10714, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-22T07:30:00.000Z', - 'ShippedDate': '1997-10-27T08:30:00.000Z', - 'Freight': 24.49, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10715, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-10-23T09:30:00.000Z', - 'ShippedDate': '1997-10-29T10:30:00.000Z', - 'Freight': 63.2, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10716, - 'CustomerID': 'RANCH', - 'OrderDate': '1997-10-24T11:30:00.000Z', - 'ShippedDate': '1997-10-27T12:30:00.000Z', - 'Freight': 22.57, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10717, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-10-24T13:30:00.000Z', - 'ShippedDate': '1997-10-29T14:30:00.000Z', - 'Freight': 59.25, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10718, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-10-27T17:30:00.000Z', - 'ShippedDate': '1997-10-29T18:30:00.000Z', - 'Freight': 170.88, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10719, - 'CustomerID': 'LETSS', - 'OrderDate': '1997-10-27T19:30:00.000Z', - 'ShippedDate': '1997-11-05T20:30:00.000Z', - 'Freight': 51.44, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10720, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-10-28T21:30:00.000Z', - 'ShippedDate': '1997-11-05T22:30:00.000Z', - 'Freight': 9.53, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10721, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-10-29T23:30:00.000Z', - 'ShippedDate': '1997-10-31T01:10:00.000Z', - 'Freight': 48.92, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10722, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-10-29T02:10:00.000Z', - 'ShippedDate': '1997-11-04T03:10:00.000Z', - 'Freight': 74.58, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10723, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-10-30T04:10:00.000Z', - 'ShippedDate': '1997-11-25T05:10:00.000Z', - 'Freight': 21.72, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029-12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10724, - 'CustomerID': 'MEREP', - 'OrderDate': '1997-10-30T06:10:00.000Z', - 'ShippedDate': '1997-11-05T07:10:00.000Z', - 'Freight': 57.75, - 'ShipName': 'Mère Paillarde', - 'ShipAddress': '43 rue St. Laurent', - 'ShipCity': 'Montréal', - 'ShipRegion': 'Québec', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10725, - 'CustomerID': 'FAMIA', - 'OrderDate': '1997-10-31T08:10:00.000Z', - 'ShippedDate': '1997-11-05T01:10:00.000Z', - 'Freight': 10.83, - 'ShipName': 'Familia Arquibaldo', - 'ShipAddress': 'Rua Orós, 92', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10726, - 'CustomerID': 'EASTC', - 'OrderDate': '1997-11-03T02:10:00.000Z', - 'ShippedDate': '1997-12-05T03:10:00.000Z', - 'Freight': 16.56, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10727, - 'CustomerID': 'REGGC', - 'OrderDate': '1997-11-03T04:10:00.000Z', - 'ShippedDate': '1997-12-05T05:10:00.000Z', - 'Freight': 89.9, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10728, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-11-04T06:10:00.000Z', - 'ShippedDate': '1997-11-11T07:10:00.000Z', - 'Freight': 58.33, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10729, - 'CustomerID': 'LINOD', - 'OrderDate': '1997-11-04T08:10:00.000Z', - 'ShippedDate': '1997-11-14T09:10:00.000Z', - 'Freight': 141.06, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10730, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-11-05T10:10:00.000Z', - 'ShippedDate': '1997-11-14T11:10:00.000Z', - 'Freight': 20.12, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10731, - 'CustomerID': 'CHOPS', - 'OrderDate': '1997-11-06T12:10:00.000Z', - 'ShippedDate': '1997-11-14T13:10:00.000Z', - 'Freight': 96.65, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10732, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-11-06T14:10:00.000Z', - 'ShippedDate': '1997-11-07T15:10:00.000Z', - 'Freight': 16.97, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10733, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-11-07T16:10:00.000Z', - 'ShippedDate': '1997-11-10T17:10:00.000Z', - 'Freight': 110.11, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10734, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-11-07T18:10:00.000Z', - 'ShippedDate': '1997-11-12T19:10:00.000Z', - 'Freight': 1.63, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10735, - 'CustomerID': 'LETSS', - 'OrderDate': '1997-11-10T20:10:00.000Z', - 'ShippedDate': '1997-11-21T21:10:00.000Z', - 'Freight': 45.97, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10736, - 'CustomerID': 'HUNGO', - 'OrderDate': '1997-11-11T22:10:00.000Z', - 'ShippedDate': '1997-11-21T23:10:00.000Z', - 'Freight': 44.1, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10737, - 'CustomerID': 'VINET', - 'OrderDate': '1997-11-11T01:10:00.000Z', - 'ShippedDate': '1997-11-18T02:10:00.000Z', - 'Freight': 7.79, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10738, - 'CustomerID': 'SPECD', - 'OrderDate': '1997-11-12T03:10:00.000Z', - 'ShippedDate': '1997-11-18T04:10:00.000Z', - 'Freight': 2.91, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10739, - 'CustomerID': 'VINET', - 'OrderDate': '1997-11-12T05:10:00.000Z', - 'ShippedDate': '1997-11-17T06:10:00.000Z', - 'Freight': 11.08, - 'ShipName': 'Vins et alcools Chevalier', - 'ShipAddress': '59 rue de l\'Abbaye', - 'ShipCity': 'Reims', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10740, - 'CustomerID': 'WHITC', - 'OrderDate': '1997-11-13T07:10:00.000Z', - 'ShippedDate': '1997-11-25T08:10:00.000Z', - 'Freight': 81.88, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10741, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-11-14T09:10:00.000Z', - 'ShippedDate': '1997-11-18T10:10:00.000Z', - 'Freight': 10.96, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10742, - 'CustomerID': 'BOTTM', - 'OrderDate': '1997-11-14T11:10:00.000Z', - 'ShippedDate': '1997-11-18T12:10:00.000Z', - 'Freight': 243.73, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10743, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-11-17T13:10:00.000Z', - 'ShippedDate': '1997-11-21T14:10:00.000Z', - 'Freight': 23.72, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10744, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-11-17T15:10:00.000Z', - 'ShippedDate': '1997-11-24T16:10:00.000Z', - 'Freight': 69.19, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10745, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-11-18T17:10:00.000Z', - 'ShippedDate': '1997-11-27T18:10:00.000Z', - 'Freight': 3.52, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10746, - 'CustomerID': 'CHOPS', - 'OrderDate': '1997-11-19T19:10:00.000Z', - 'ShippedDate': '1997-11-21T20:10:00.000Z', - 'Freight': 31.43, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10747, - 'CustomerID': 'PICCO', - 'OrderDate': '1997-11-19T21:10:00.000Z', - 'ShippedDate': '1997-11-26T22:10:00.000Z', - 'Freight': 117.33, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10748, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-11-20T23:10:00.000Z', - 'ShippedDate': '1997-11-28T13:10:00.000Z', - 'Freight': 232.55, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10749, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-11-20T02:25:00.000Z', - 'ShippedDate': '1997-12-19T03:25:00.000Z', - 'Freight': 61.53, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10750, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-11-21T04:25:00.000Z', - 'ShippedDate': '1997-11-24T05:25:00.000Z', - 'Freight': 79.3, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10751, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-11-24T06:25:00.000Z', - 'ShippedDate': '1997-12-03T07:25:00.000Z', - 'Freight': 130.79, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10752, - 'CustomerID': 'NORTS', - 'OrderDate': '1997-11-24T08:25:00.000Z', - 'ShippedDate': '1997-11-28T09:25:00.000Z', - 'Freight': 1.39, - 'ShipName': 'North/South', - 'ShipAddress': 'South House 300 Queensbridge', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10753, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-11-25T10:25:00.000Z', - 'ShippedDate': '1997-11-27T11:25:00.000Z', - 'Freight': 7.7, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10754, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-11-25T12:25:00.000Z', - 'ShippedDate': '1997-11-27T13:25:00.000Z', - 'Freight': 2.38, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10755, - 'CustomerID': 'BONAP', - 'OrderDate': '1997-11-26T14:25:00.000Z', - 'ShippedDate': '1997-11-28T15:25:00.000Z', - 'Freight': 16.71, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10756, - 'CustomerID': 'SPLIR', - 'OrderDate': '1997-11-27T16:25:00.000Z', - 'ShippedDate': '1997-12-02T17:25:00.000Z', - 'Freight': 73.21, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10757, - 'CustomerID': 'SAVEA', - 'OrderDate': '1997-11-27T18:25:00.000Z', - 'ShippedDate': '1997-12-15T19:25:00.000Z', - 'Freight': 8.19, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10758, - 'CustomerID': 'RICSU', - 'OrderDate': '1997-11-28T20:25:00.000Z', - 'ShippedDate': '1997-12-04T21:25:00.000Z', - 'Freight': 138.17, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10759, - 'CustomerID': 'ANATR', - 'OrderDate': '1997-11-28T22:25:00.000Z', - 'ShippedDate': '1997-12-12T23:25:00.000Z', - 'Freight': 11.99, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10760, - 'CustomerID': 'MAISD', - 'OrderDate': '1997-12-01T01:40:00.000Z', - 'ShippedDate': '1997-12-10T02:40:00.000Z', - 'Freight': 155.64, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10761, - 'CustomerID': 'RATTC', - 'OrderDate': '1997-12-02T03:40:00.000Z', - 'ShippedDate': '1997-12-08T04:40:00.000Z', - 'Freight': 18.66, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10762, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-12-02T05:40:00.000Z', - 'ShippedDate': '1997-12-09T06:40:00.000Z', - 'Freight': 328.74, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10763, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-12-03T07:40:00.000Z', - 'ShippedDate': '1997-12-08T08:40:00.000Z', - 'Freight': 37.35, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10764, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-03T09:40:00.000Z', - 'ShippedDate': '1997-12-08T10:40:00.000Z', - 'Freight': 145.45, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10765, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-12-04T11:40:00.000Z', - 'ShippedDate': '1997-12-09T12:40:00.000Z', - 'Freight': 42.74, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10766, - 'CustomerID': 'OTTIK', - 'OrderDate': '1997-12-05T13:40:00.000Z', - 'ShippedDate': '1997-12-09T14:40:00.000Z', - 'Freight': 157.55, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10767, - 'CustomerID': 'SUPRD', - 'OrderDate': '1997-12-05T15:40:00.000Z', - 'ShippedDate': '1997-12-15T16:40:00.000Z', - 'Freight': 1.59, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10768, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-12-08T17:40:00.000Z', - 'ShippedDate': '1997-12-15T18:40:00.000Z', - 'Freight': 146.32, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10769, - 'CustomerID': 'VAFFE', - 'OrderDate': '1997-12-08T19:40:00.000Z', - 'ShippedDate': '1997-12-12T20:40:00.000Z', - 'Freight': 65.06, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10770, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-12-09T21:40:00.000Z', - 'ShippedDate': '1997-12-17T22:40:00.000Z', - 'Freight': 5.32, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10771, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-10T23:40:00.000Z', - 'ShippedDate': '1998-01-02T01:50:00.000Z', - 'Freight': 11.19, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10772, - 'CustomerID': 'LEHMS', - 'OrderDate': '1997-12-10T02:50:00.000Z', - 'ShippedDate': '1997-12-19T03:50:00.000Z', - 'Freight': 91.28, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10773, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-11T04:50:00.000Z', - 'ShippedDate': '1997-12-16T04:50:00.000Z', - 'Freight': 96.43, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10774, - 'CustomerID': 'FOLKO', - 'OrderDate': '1997-12-11T05:50:00.000Z', - 'ShippedDate': '1997-12-12T06:50:00.000Z', - 'Freight': 48.2, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10775, - 'CustomerID': 'THECR', - 'OrderDate': '1997-12-12T07:50:00.000Z', - 'ShippedDate': '1997-12-26T08:50:00.000Z', - 'Freight': 20.25, - 'ShipName': 'The Cracker Box', - 'ShipAddress': '55 Grizzly Peak Rd.', - 'ShipCity': 'Butte', - 'ShipRegion': 'MT', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10776, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-15T09:50:00.000Z', - 'ShippedDate': '1997-12-18T10:50:00.000Z', - 'Freight': 351.53, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10777, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-12-15T11:50:00.000Z', - 'ShippedDate': '1998-01-21T12:50:00.000Z', - 'Freight': 3.01, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10778, - 'CustomerID': 'BERGS', - 'OrderDate': '1997-12-16T13:50:00.000Z', - 'ShippedDate': '1997-12-24T14:50:00.000Z', - 'Freight': 6.79, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10779, - 'CustomerID': 'MORGK', - 'OrderDate': '1997-12-16T15:50:00.000Z', - 'ShippedDate': '1998-01-14T16:50:00.000Z', - 'Freight': 58.13, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10780, - 'CustomerID': 'LILAS', - 'OrderDate': '1997-12-16T17:50:00.000Z', - 'ShippedDate': '1997-12-25T18:50:00.000Z', - 'Freight': 42.13, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10781, - 'CustomerID': 'WARTH', - 'OrderDate': '1997-12-17T19:50:00.000Z', - 'ShippedDate': '1997-12-19T20:50:00.000Z', - 'Freight': 73.16, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10782, - 'CustomerID': 'CACTU', - 'OrderDate': '1997-12-17T21:50:00.000Z', - 'ShippedDate': '1997-12-22T22:50:00.000Z', - 'Freight': 1.1, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10783, - 'CustomerID': 'HANAR', - 'OrderDate': '1997-12-18T23:50:00.000Z', - 'ShippedDate': '1997-12-19T01:50:00.000Z', - 'Freight': 124.98, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10784, - 'CustomerID': 'MAGAA', - 'OrderDate': '1997-12-18T02:50:00.000Z', - 'ShippedDate': '1997-12-22T03:50:00.000Z', - 'Freight': 70.09, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10785, - 'CustomerID': 'GROSR', - 'OrderDate': '1997-12-18T04:50:00.000Z', - 'ShippedDate': '1997-12-24T05:50:00.000Z', - 'Freight': 1.51, - 'ShipName': 'GROSELLA-Restaurante', - 'ShipAddress': '5ª Ave. Los Palos Grandes', - 'ShipCity': 'Caracas', - 'ShipRegion': 'DF', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10786, - 'CustomerID': 'QUEEN', - 'OrderDate': '1997-12-19T06:50:00.000Z', - 'ShippedDate': '1997-12-23T07:50:00.000Z', - 'Freight': 110.87, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10787, - 'CustomerID': 'LAMAI', - 'OrderDate': '1997-12-19T08:50:00.000Z', - 'ShippedDate': '1997-12-26T09:50:00.000Z', - 'Freight': 249.93, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10788, - 'CustomerID': 'QUICK', - 'OrderDate': '1997-12-22T10:50:00.000Z', - 'ShippedDate': '1998-01-19T11:50:00.000Z', - 'Freight': 42.7, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10789, - 'CustomerID': 'FOLIG', - 'OrderDate': '1997-12-22T12:50:00.000Z', - 'ShippedDate': '1997-12-31T13:50:00.000Z', - 'Freight': 100.6, - 'ShipName': 'Folies gourmandes', - 'ShipAddress': '184, chaussée de Tournai', - 'ShipCity': 'Lille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10790, - 'CustomerID': 'GOURL', - 'OrderDate': '1997-12-22T14:50:00.000Z', - 'ShippedDate': '1997-12-26T15:50:00.000Z', - 'Freight': 28.23, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10791, - 'CustomerID': 'FRANK', - 'OrderDate': '1997-12-23T16:50:00.000Z', - 'ShippedDate': '1998-01-01T17:50:00.000Z', - 'Freight': 16.85, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10792, - 'CustomerID': 'WOLZA', - 'OrderDate': '1997-12-23T18:50:00.000Z', - 'ShippedDate': '1997-12-31T19:50:00.000Z', - 'Freight': 23.79, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 10793, - 'CustomerID': 'AROUT', - 'OrderDate': '1997-12-24T20:50:00.000Z', - 'ShippedDate': '1998-01-08T21:50:00.000Z', - 'Freight': 4.52, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10794, - 'CustomerID': 'QUEDE', - 'OrderDate': '1997-12-24T22:50:00.000Z', - 'ShippedDate': '1998-01-02T23:50:00.000Z', - 'Freight': 21.49, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10795, - 'CustomerID': 'ERNSH', - 'OrderDate': '1997-12-24T01:20:00.000Z', - 'ShippedDate': '1998-01-20T02:20:00.000Z', - 'Freight': 126.66, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10796, - 'CustomerID': 'HILAA', - 'OrderDate': '1997-12-25T03:20:00.000Z', - 'ShippedDate': '1998-01-14T04:20:00.000Z', - 'Freight': 26.52, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10797, - 'CustomerID': 'DRACD', - 'OrderDate': '1997-12-25T05:20:00.000Z', - 'ShippedDate': '1998-01-05T06:20:00.000Z', - 'Freight': 33.35, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10798, - 'CustomerID': 'ISLAT', - 'OrderDate': '1997-12-26T07:20:00.000Z', - 'ShippedDate': '1998-01-05T08:20:00.000Z', - 'Freight': 2.33, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10799, - 'CustomerID': 'KOENE', - 'OrderDate': '1997-12-26T09:20:00.000Z', - 'ShippedDate': '1998-01-05T10:20:00.000Z', - 'Freight': 30.76, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10800, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-12-26T11:20:00.000Z', - 'ShippedDate': '1998-01-05T12:20:00.000Z', - 'Freight': 137.44, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10801, - 'CustomerID': 'BOLID', - 'OrderDate': '1997-12-29T13:20:00.000Z', - 'ShippedDate': '1997-12-31T14:20:00.000Z', - 'Freight': 97.09, - 'ShipName': 'Bólido Comidas preparadas', - 'ShipAddress': 'C/ Araquil, 67', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10802, - 'CustomerID': 'SIMOB', - 'OrderDate': '1997-12-29T15:20:00.000Z', - 'ShippedDate': '1998-01-02T16:20:00.000Z', - 'Freight': 257.26, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10803, - 'CustomerID': 'WELLI', - 'OrderDate': '1997-12-30T17:20:00.000Z', - 'ShippedDate': '1998-01-06T18:20:00.000Z', - 'Freight': 55.23, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10804, - 'CustomerID': 'SEVES', - 'OrderDate': '1997-12-30T19:20:00.000Z', - 'ShippedDate': '1998-01-07T20:20:00.000Z', - 'Freight': 27.33, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10805, - 'CustomerID': 'THEBI', - 'OrderDate': '1997-12-30T21:20:00.000Z', - 'ShippedDate': '1998-01-09T22:20:00.000Z', - 'Freight': 237.34, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10806, - 'CustomerID': 'VICTE', - 'OrderDate': '1997-12-31T23:20:00.000Z', - 'ShippedDate': '1998-01-05T00:20:00.000Z', - 'Freight': 22.11, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10807, - 'CustomerID': 'FRANS', - 'OrderDate': '1997-12-31T01:40:00.000Z', - 'ShippedDate': '1998-01-30T02:40:00.000Z', - 'Freight': 1.36, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10808, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-01-01T03:40:00.000Z', - 'ShippedDate': '1998-01-09T04:40:00.000Z', - 'Freight': 45.53, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10809, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-01-01T05:40:00.000Z', - 'ShippedDate': '1998-01-07T06:40:00.000Z', - 'Freight': 4.87, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10810, - 'CustomerID': 'LAUGB', - 'OrderDate': '1998-01-01T07:40:00.000Z', - 'ShippedDate': '1998-01-07T08:40:00.000Z', - 'Freight': 4.33, - 'ShipName': 'Laughing Bacchus Wine Cellars', - 'ShipAddress': '2319 Elm St.', - 'ShipCity': 'Vancouver', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10811, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-01-02T09:40:00.000Z', - 'ShippedDate': '1998-01-08T10:40:00.000Z', - 'Freight': 31.22, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10812, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-01-02T11:40:00.000Z', - 'ShippedDate': '1998-01-12T12:40:00.000Z', - 'Freight': 59.78, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10813, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-01-05T13:40:00.000Z', - 'ShippedDate': '1998-01-09T14:40:00.000Z', - 'Freight': 47.38, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10814, - 'CustomerID': 'VICTE', - 'OrderDate': '1998-01-05T15:40:00.000Z', - 'ShippedDate': '1998-01-14T16:40:00.000Z', - 'Freight': 130.94, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10815, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-01-05T17:40:00.000Z', - 'ShippedDate': '1998-01-14T18:40:00.000Z', - 'Freight': 14.62, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10816, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-01-06T19:40:00.000Z', - 'ShippedDate': '1998-02-04T20:40:00.000Z', - 'Freight': 719.78, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10817, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-01-06T21:40:00.000Z', - 'ShippedDate': '1998-01-13T22:40:00.000Z', - 'Freight': 306.07, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10818, - 'CustomerID': 'MAGAA', - 'OrderDate': '1998-01-07T23:40:00.000Z', - 'ShippedDate': '1998-01-12T01:55:00.000Z', - 'Freight': 65.48, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10819, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-01-07T02:55:00.000Z', - 'ShippedDate': '1998-01-16T03:55:00.000Z', - 'Freight': 19.76, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10820, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-01-07T04:55:00.000Z', - 'ShippedDate': '1998-01-13T05:55:00.000Z', - 'Freight': 37.52, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10821, - 'CustomerID': 'SPLIR', - 'OrderDate': '1998-01-08T06:55:00.000Z', - 'ShippedDate': '1998-01-15T07:55:00.000Z', - 'Freight': 36.68, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10822, - 'CustomerID': 'TRAIH', - 'OrderDate': '1998-01-08T09:55:00.000Z', - 'ShippedDate': '1998-01-16T10:55:00.000Z', - 'Freight': 7, - 'ShipName': 'Trail\'s Head Gourmet Provisioners', - 'ShipAddress': '722 DaVinci Blvd.', - 'ShipCity': 'Kirkland', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10823, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-01-09T11:55:00.000Z', - 'ShippedDate': '1998-01-13T12:55:00.000Z', - 'Freight': 163.97, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10824, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-01-09T13:55:00.000Z', - 'ShippedDate': '1998-01-30T14:55:00.000Z', - 'Freight': 1.23, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10825, - 'CustomerID': 'DRACD', - 'OrderDate': '1998-01-09T15:55:00.000Z', - 'ShippedDate': '1998-01-14T16:55:00.000Z', - 'Freight': 79.25, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10826, - 'CustomerID': 'BLONP', - 'OrderDate': '1998-01-12T17:55:00.000Z', - 'ShippedDate': '1998-02-06T18:55:00.000Z', - 'Freight': 7.09, - 'ShipName': 'Blondel père et fils', - 'ShipAddress': '24, place Kléber', - 'ShipCity': 'Strasbourg', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10827, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-01-12T19:55:00.000Z', - 'ShippedDate': '1998-02-06T20:55:00.000Z', - 'Freight': 63.54, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10828, - 'CustomerID': 'RANCH', - 'OrderDate': '1998-01-13T21:55:00.000Z', - 'ShippedDate': '1998-02-04T22:55:00.000Z', - 'Freight': 90.85, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10829, - 'CustomerID': 'ISLAT', - 'OrderDate': '1998-01-13T23:55:00.000Z', - 'ShippedDate': '1998-01-23T12:55:00.000Z', - 'Freight': 154.72, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10830, - 'CustomerID': 'TRADH', - 'OrderDate': '1998-01-13T01:15:00.000Z', - 'ShippedDate': '1998-01-21T02:15:00.000Z', - 'Freight': 81.83, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10831, - 'CustomerID': 'SANTG', - 'OrderDate': '1998-01-14T03:15:00.000Z', - 'ShippedDate': '1998-01-23T04:15:00.000Z', - 'Freight': 72.19, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' -}, -{ - 'OrderID': 10832, - 'CustomerID': 'LAMAI', - 'OrderDate': '1998-01-14T05:15:00.000Z', - 'ShippedDate': '1998-01-19T06:15:00.000Z', - 'Freight': 43.26, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10833, - 'CustomerID': 'OTTIK', - 'OrderDate': '1998-01-15T07:15:00.000Z', - 'ShippedDate': '1998-01-23T08:15:00.000Z', - 'Freight': 71.49, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10834, - 'CustomerID': 'TRADH', - 'OrderDate': '1998-01-15T09:15:00.000Z', - 'ShippedDate': '1998-01-19T10:15:00.000Z', - 'Freight': 29.78, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10835, - 'CustomerID': 'ALFKI', - 'OrderDate': '1998-01-15T11:15:00.000Z', - 'ShippedDate': '1998-01-21T12:15:00.000Z', - 'Freight': 69.53, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10836, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-01-16T13:15:00.000Z', - 'ShippedDate': '1998-01-21T14:15:00.000Z', - 'Freight': 411.88, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10837, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-01-16T15:15:00.000Z', - 'ShippedDate': '1998-01-23T16:15:00.000Z', - 'Freight': 13.32, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10838, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-01-19T17:15:00.000Z', - 'ShippedDate': '1998-01-23T18:15:00.000Z', - 'Freight': 59.28, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10839, - 'CustomerID': 'TRADH', - 'OrderDate': '1998-01-19T19:15:00.000Z', - 'ShippedDate': '1998-01-22T20:15:00.000Z', - 'Freight': 35.43, - 'ShipName': 'Tradiçao Hipermercados', - 'ShipAddress': 'Av. Inês de Castro, 414', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10840, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-01-19T21:15:00.000Z', - 'ShippedDate': '1998-02-16T22:15:00.000Z', - 'Freight': 2.71, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10841, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-01-20T23:15:00.000Z', - 'ShippedDate': '1998-01-29T01:55:00.000Z', - 'Freight': 424.3, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10842, - 'CustomerID': 'TORTU', - 'OrderDate': '1998-01-20T02:55:00.000Z', - 'ShippedDate': '1998-01-29T03:55:00.000Z', - 'Freight': 54.42, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10843, - 'CustomerID': 'VICTE', - 'OrderDate': '1998-01-21T04:55:00.000Z', - 'ShippedDate': '1998-01-26T05:55:00.000Z', - 'Freight': 9.26, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10844, - 'CustomerID': 'PICCO', - 'OrderDate': '1998-01-21T06:55:00.000Z', - 'ShippedDate': '1998-01-26T07:55:00.000Z', - 'Freight': 25.22, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10845, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-01-21T08:55:00.000Z', - 'ShippedDate': '1998-01-30T09:55:00.000Z', - 'Freight': 212.98, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10846, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-01-22T10:55:00.000Z', - 'ShippedDate': '1998-01-23T11:55:00.000Z', - 'Freight': 56.46, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10847, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-01-22T12:55:00.000Z', - 'ShippedDate': '1998-02-10T13:55:00.000Z', - 'Freight': 487.57, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10848, - 'CustomerID': 'CONSH', - 'OrderDate': '1998-01-23T14:55:00.000Z', - 'ShippedDate': '1998-01-29T15:55:00.000Z', - 'Freight': 38.24, - 'ShipName': 'Consolidated Holdings', - 'ShipAddress': 'Berkeley Gardens 12 Brewery', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10849, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-01-23T16:55:00.000Z', - 'ShippedDate': '1998-01-30T17:55:00.000Z', - 'Freight': 0.56, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10850, - 'CustomerID': 'VICTE', - 'OrderDate': '1998-01-23T19:55:00.000Z', - 'ShippedDate': '1998-01-30T20:55:00.000Z', - 'Freight': 49.19, - 'ShipName': 'Victuailles en stock', - 'ShipAddress': '2, rue du Commerce', - 'ShipCity': 'Lyon', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10851, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-01-26T21:55:00.000Z', - 'ShippedDate': '1998-02-02T22:55:00.000Z', - 'Freight': 160.55, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10852, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-01-26T23:55:00.000Z', - 'ShippedDate': '1998-01-30T01:00.05.000Z', - 'Freight': 174.05, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10853, - 'CustomerID': 'BLAUS', - 'OrderDate': '1998-01-27T02:00.05.000Z', - 'ShippedDate': '1998-02-03T03:00.05.000Z', - 'Freight': 53.83, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10854, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-01-27T04:00.05.000Z', - 'ShippedDate': '1998-02-05T05:00.05.000Z', - 'Freight': 100.22, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10855, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-01-27T06:00.05.000Z', - 'ShippedDate': '1998-02-04T07:00.05.000Z', - 'Freight': 170.97, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10856, - 'CustomerID': 'ANTON', - 'OrderDate': '1998-01-28T08:00.05.000Z', - 'ShippedDate': '1998-02-10T09:00.05.000Z', - 'Freight': 58.43, - 'ShipName': 'Antonio Moreno Taquería', - 'ShipAddress': 'Mataderos 2312', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10857, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-01-28T11:00.05.000Z', - 'ShippedDate': '1998-02-06T12:00.05.000Z', - 'Freight': 188.85, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10858, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-01-29T13:00.05.000Z', - 'ShippedDate': '1998-02-03T14:00.05.000Z', - 'Freight': 52.51, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10859, - 'CustomerID': 'FRANK', - 'OrderDate': '1998-01-29T15:00.05.000Z', - 'ShippedDate': '1998-02-02T16:00.05.000Z', - 'Freight': 76.1, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10860, - 'CustomerID': 'FRANR', - 'OrderDate': '1998-01-29T17:00.05.000Z', - 'ShippedDate': '1998-02-04T18:00.05.000Z', - 'Freight': 19.26, - 'ShipName': 'France restauration', - 'ShipAddress': '54, rue Royale', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10861, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-01-30T19:00.05.000Z', - 'ShippedDate': '1998-02-17T20:00.05.000Z', - 'Freight': 14.93, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10862, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-01-30T21:00.05.000Z', - 'ShippedDate': '1998-02-02T22:00.05.000Z', - 'Freight': 53.23, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10863, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-02-02T23:00.05.000Z', - 'ShippedDate': '1998-02-17T01:15:00.000Z', - 'Freight': 30.26, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10864, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-02-02T02:15:00.000Z', - 'ShippedDate': '1998-02-09T03:15:00.000Z', - 'Freight': 3.04, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10865, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-02-02T04:15:00.000Z', - 'ShippedDate': '1998-02-12T05:15:00.000Z', - 'Freight': 348.14, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10866, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-02-03T06:15:00.000Z', - 'ShippedDate': '1998-02-12T07:15:00.000Z', - 'Freight': 109.11, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10867, - 'CustomerID': 'LONEP', - 'OrderDate': '1998-02-03T08:15:00.000Z', - 'ShippedDate': '1998-02-11T09:15:00.000Z', - 'Freight': 1.93, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10868, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-02-04T10:15:00.000Z', - 'ShippedDate': '1998-02-23T11:15:00.000Z', - 'Freight': 191.27, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10869, - 'CustomerID': 'SEVES', - 'OrderDate': '1998-02-04T12:15:00.000Z', - 'ShippedDate': '1998-02-09T13:15:00.000Z', - 'Freight': 143.28, - 'ShipName': 'Seven Seas Imports', - 'ShipAddress': '90 Wadhurst Rd.', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10870, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-02-04T14:15:00.000Z', - 'ShippedDate': '1998-02-13T15:15:00.000Z', - 'Freight': 12.04, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 10871, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-02-05T16:15:00.000Z', - 'ShippedDate': '1998-02-10T17:15:00.000Z', - 'Freight': 112.27, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10872, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-05T18:15:00.000Z', - 'ShippedDate': '1998-02-09T19:15:00.000Z', - 'Freight': 175.32, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10873, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-02-06T20:15:00.000Z', - 'ShippedDate': '1998-02-09T21:15:00.000Z', - 'Freight': 0.82, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10874, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-06T22:15:00.000Z', - 'ShippedDate': '1998-02-11T23:15:00.000Z', - 'Freight': 19.58, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10875, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-02-06T01:30:00.000Z', - 'ShippedDate': '1998-03-03T02:30:00.000Z', - 'Freight': 32.37, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10876, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-02-09T03:30:00.000Z', - 'ShippedDate': '1998-02-12T04:30:00.000Z', - 'Freight': 60.42, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10877, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-02-09T05:30:00.000Z', - 'ShippedDate': '1998-02-19T06:30:00.000Z', - 'Freight': 38.06, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10878, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-02-10T07:30:00.000Z', - 'ShippedDate': '1998-02-12T08:30:00.000Z', - 'Freight': 46.69, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10879, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-02-10T09:30:00.000Z', - 'ShippedDate': '1998-02-12T10:30:00.000Z', - 'Freight': 8.5, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10880, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-02-10T11:30:00.000Z', - 'ShippedDate': '1998-02-18T12:30:00.000Z', - 'Freight': 88.01, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10881, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-02-11T13:30:00.000Z', - 'ShippedDate': '1998-02-18T14:30:00.000Z', - 'Freight': 2.84, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10882, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-02-11T15:30:00.000Z', - 'ShippedDate': '1998-02-20T16:30:00.000Z', - 'Freight': 23.1, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10883, - 'CustomerID': 'LONEP', - 'OrderDate': '1998-02-12T17:30:00.000Z', - 'ShippedDate': '1998-02-20T18:30:00.000Z', - 'Freight': 0.53, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10884, - 'CustomerID': 'LETSS', - 'OrderDate': '1998-02-12T19:30:00.000Z', - 'ShippedDate': '1998-02-13T20:30:00.000Z', - 'Freight': 90.97, - 'ShipName': 'Let\'s Stop N Shop', - 'ShipAddress': '87 Polk St. Suite 5', - 'ShipCity': 'San Francisco', - 'ShipRegion': 'CA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10885, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-02-12T21:30:00.000Z', - 'ShippedDate': '1998-02-18T22:30:00.000Z', - 'Freight': 5.64, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10886, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-02-13T23:30:00.000Z', - 'ShippedDate': '1998-03-02T01:20:00.000Z', - 'Freight': 4.99, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10887, - 'CustomerID': 'GALED', - 'OrderDate': '1998-02-13T02:20:00.000Z', - 'ShippedDate': '1998-02-16T03:20:00.000Z', - 'Freight': 1.25, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10888, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-16T04:20:00.000Z', - 'ShippedDate': '1998-02-23T05:20:00.000Z', - 'Freight': 51.87, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10889, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-02-16T06:20:00.000Z', - 'ShippedDate': '1998-02-23T07:20:00.000Z', - 'Freight': 280.61, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10890, - 'CustomerID': 'DUMON', - 'OrderDate': '1998-02-16T08:20:00.000Z', - 'ShippedDate': '1998-02-18T09:20:00.000Z', - 'Freight': 32.76, - 'ShipName': 'Du monde entier', - 'ShipAddress': '67, rue des Cinquante Otages', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10891, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-02-17T10:20:00.000Z', - 'ShippedDate': '1998-02-19T11:20:00.000Z', - 'Freight': 20.37, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10892, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-02-17T12:20:00.000Z', - 'ShippedDate': '1998-02-19T13:20:00.000Z', - 'Freight': 120.27, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10893, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-02-18T14:20:00.000Z', - 'ShippedDate': '1998-02-20T15:20:00.000Z', - 'Freight': 77.78, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10894, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-02-18T16:20:00.000Z', - 'ShippedDate': '1998-02-20T17:20:00.000Z', - 'Freight': 116.13, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10895, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-02-18T18:20:00.000Z', - 'ShippedDate': '1998-02-23T19:20:00.000Z', - 'Freight': 162.75, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10896, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-02-19T20:20:00.000Z', - 'ShippedDate': '1998-02-27T21:20:00.000Z', - 'Freight': 32.45, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10897, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-02-19T22:20:00.000Z', - 'ShippedDate': '1998-02-25T23:20:00.000Z', - 'Freight': 603.54, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10898, - 'CustomerID': 'OCEAN', - 'OrderDate': '1998-02-20T01:55:00.000Z', - 'ShippedDate': '1998-03-06T02:55:00.000Z', - 'Freight': 1.27, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10899, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-02-20T03:55:00.000Z', - 'ShippedDate': '1998-02-26T04:55:00.000Z', - 'Freight': 1.21, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10900, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-02-20T05:55:00.000Z', - 'ShippedDate': '1998-03-04T06:55:00.000Z', - 'Freight': 1.66, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10901, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-02-23T07:55:00.000Z', - 'ShippedDate': '1998-02-26T08:55:00.000Z', - 'Freight': 62.09, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10902, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-02-23T09:55:00.000Z', - 'ShippedDate': '1998-03-03T10:55:00.000Z', - 'Freight': 44.15, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10903, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-02-24T11:55:00.000Z', - 'ShippedDate': '1998-03-04T12:55:00.000Z', - 'Freight': 36.71, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10904, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-02-24T13:55:00.000Z', - 'ShippedDate': '1998-02-27T14:55:00.000Z', - 'Freight': 162.95, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10905, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-02-24T15:55:00.000Z', - 'ShippedDate': '1998-03-06T16:55:00.000Z', - 'Freight': 13.72, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10906, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-02-25T17:55:00.000Z', - 'ShippedDate': '1998-03-03T18:55:00.000Z', - 'Freight': 26.29, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 10907, - 'CustomerID': 'SPECD', - 'OrderDate': '1998-02-25T19:55:00.000Z', - 'ShippedDate': '1998-02-27T20:55:00.000Z', - 'Freight': 9.19, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10908, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-02-26T21:55:00.000Z', - 'ShippedDate': '1998-03-06T22:55:00.000Z', - 'Freight': 32.96, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10909, - 'CustomerID': 'SANTG', - 'OrderDate': '1998-02-26T23:55:00.000Z', - 'ShippedDate': '1998-03-10T01:40:00.000Z', - 'Freight': 53.05, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' -}, -{ - 'OrderID': 10910, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-02-26T02:40:00.000Z', - 'ShippedDate': '1998-03-04T03:40:00.000Z', - 'Freight': 38.11, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 10911, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-02-26T04:40:00.000Z', - 'ShippedDate': '1998-03-05T05:40:00.000Z', - 'Freight': 38.19, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10912, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-02-26T06:40:00.000Z', - 'ShippedDate': '1998-03-18T07:40:00.000Z', - 'Freight': 580.91, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10913, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-02-26T08:40:00.000Z', - 'ShippedDate': '1998-03-04T09:40:00.000Z', - 'Freight': 33.05, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10914, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-02-27T10:40:00.000Z', - 'ShippedDate': '1998-03-02T11:40:00.000Z', - 'Freight': 21.19, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10915, - 'CustomerID': 'TORTU', - 'OrderDate': '1998-02-27T12:40:00.000Z', - 'ShippedDate': '1998-03-02T13:40:00.000Z', - 'Freight': 3.51, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10916, - 'CustomerID': 'RANCH', - 'OrderDate': '1998-02-27T14:40:00.000Z', - 'ShippedDate': '1998-03-09T15:40:00.000Z', - 'Freight': 63.77, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10917, - 'CustomerID': 'ROMEY', - 'OrderDate': '1998-03-02T16:40:00.000Z', - 'ShippedDate': '1998-03-11T17:40:00.000Z', - 'Freight': 8.29, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10918, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-02T18:40:00.000Z', - 'ShippedDate': '1998-03-11T19:40:00.000Z', - 'Freight': 48.83, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10919, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-03-02T20:40:00.000Z', - 'ShippedDate': '1998-03-04T21:40:00.000Z', - 'Freight': 19.8, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10920, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-03-03T22:40:00.000Z', - 'ShippedDate': '1998-03-09T01:50:00.000Z', - 'Freight': 29.61, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10921, - 'CustomerID': 'VAFFE', - 'OrderDate': '1998-03-03T02:50:00.000Z', - 'ShippedDate': '1998-03-09T03:50:00.000Z', - 'Freight': 176.48, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10922, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-03-03T04:50:00.000Z', - 'ShippedDate': '1998-03-05T05:50:00.000Z', - 'Freight': 62.74, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10923, - 'CustomerID': 'LAMAI', - 'OrderDate': '1998-03-03T06:50:00.000Z', - 'ShippedDate': '1998-03-13T06:50:00.000Z', - 'Freight': 68.26, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10924, - 'CustomerID': 'BERGS', - 'OrderDate': '1998-03-04T07:50:00.000Z', - 'ShippedDate': '1998-04-08T08:50:00.000Z', - 'Freight': 151.52, - 'ShipName': 'Berglunds snabbköp', - 'ShipAddress': 'Berguvsvägen 8', - 'ShipCity': 'Luleå', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10925, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-03-04T09:50:00.000Z', - 'ShippedDate': '1998-03-13T10:50:00.000Z', - 'Freight': 2.27, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10926, - 'CustomerID': 'ANATR', - 'OrderDate': '1998-03-04T11:50:00.000Z', - 'ShippedDate': '1998-03-11T12:50:00.000Z', - 'Freight': 39.92, - 'ShipName': 'Ana Trujillo Emparedados y helados', - 'ShipAddress': 'Avda. de la Constitución 2222', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10927, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-03-05T13:50:00.000Z', - 'ShippedDate': '1998-04-08T14:50:00.000Z', - 'Freight': 19.79, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10928, - 'CustomerID': 'GALED', - 'OrderDate': '1998-03-05T15:50:00.000Z', - 'ShippedDate': '1998-03-18T16:50:00.000Z', - 'Freight': 1.36, - 'ShipName': 'Galería del gastronómo', - 'ShipAddress': 'Rambla de Cataluña, 23', - 'ShipCity': 'Barcelona', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10929, - 'CustomerID': 'FRANK', - 'OrderDate': '1998-03-05T17:50:00.000Z', - 'ShippedDate': '1998-03-12T18:50:00.000Z', - 'Freight': 33.93, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10930, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-03-06T19:50:00.000Z', - 'ShippedDate': '1998-03-18T20:50:00.000Z', - 'Freight': 15.55, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10931, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-03-06T21:50:00.000Z', - 'ShippedDate': '1998-03-19T22:50:00.000Z', - 'Freight': 13.6, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10932, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-03-06T23:50:00.000Z', - 'ShippedDate': '1998-03-24T01:50:00.000Z', - 'Freight': 134.64, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10933, - 'CustomerID': 'ISLAT', - 'OrderDate': '1998-03-06T02:20:00.000Z', - 'ShippedDate': '1998-03-16T03:20:00.000Z', - 'Freight': 54.15, - 'ShipName': 'Island Trading', - 'ShipAddress': 'Garden House Crowther Way', - 'ShipCity': 'Cowes', - 'ShipRegion': 'Isle of Wight', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10934, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-03-09T04:20:00.000Z', - 'ShippedDate': '1998-03-12T05:20:00.000Z', - 'Freight': 32.01, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10935, - 'CustomerID': 'WELLI', - 'OrderDate': '1998-03-09T06:20:00.000Z', - 'ShippedDate': '1998-03-18T07:20:00.000Z', - 'Freight': 47.59, - 'ShipName': 'Wellington Importadora', - 'ShipAddress': 'Rua do Mercado, 12', - 'ShipCity': 'Resende', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10936, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-03-09T08:20:00.000Z', - 'ShippedDate': '1998-03-18T09:20:00.000Z', - 'Freight': 33.68, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10937, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-03-10T10:20:00.000Z', - 'ShippedDate': '1998-03-13T11:20:00.000Z', - 'Freight': 31.51, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10938, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-03-10T12:20:00.000Z', - 'ShippedDate': '1998-03-16T14:20:00.000Z', - 'Freight': 31.89, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10939, - 'CustomerID': 'MAGAA', - 'OrderDate': '1998-03-10T13:20:00.000Z', - 'ShippedDate': '1998-03-13T15:20:00.000Z', - 'Freight': 76.33, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10940, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-03-11T16:20:00.000Z', - 'ShippedDate': '1998-03-23T17:20:00.000Z', - 'Freight': 19.77, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10941, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-03-11T18:20:00.000Z', - 'ShippedDate': '1998-03-20T19:20:00.000Z', - 'Freight': 400.81, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10942, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-03-11T20:20:00.000Z', - 'ShippedDate': '1998-03-18T21:20:00.000Z', - 'Freight': 17.95, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10943, - 'CustomerID': 'BSBEV', - 'OrderDate': '1998-03-11T22:20:00.000Z', - 'ShippedDate': '1998-03-19T23:20:00.000Z', - 'Freight': 2.17, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10944, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-12T01:20:00.000Z', - 'ShippedDate': '1998-03-13T02:20:00.000Z', - 'Freight': 52.92, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10945, - 'CustomerID': 'MORGK', - 'OrderDate': '1998-03-12T03:20:00.000Z', - 'ShippedDate': '1998-03-18T04:20:00.000Z', - 'Freight': 10.22, - 'ShipName': 'Morgenstern Gesundkost', - 'ShipAddress': 'Heerstr. 22', - 'ShipCity': 'Leipzig', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10946, - 'CustomerID': 'VAFFE', - 'OrderDate': '1998-03-12T05:20:00.000Z', - 'ShippedDate': '1998-03-19T06:20:00.000Z', - 'Freight': 27.2, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10947, - 'CustomerID': 'BSBEV', - 'OrderDate': '1998-03-13T07:20:00.000Z', - 'ShippedDate': '1998-03-16T08:20:00.000Z', - 'Freight': 3.26, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10948, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-03-13T09:20:00.000Z', - 'ShippedDate': '1998-03-19T10:20:00.000Z', - 'Freight': 23.39, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10949, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-13T11:20:00.000Z', - 'ShippedDate': '1998-03-17T12:20:00.000Z', - 'Freight': 74.44, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10950, - 'CustomerID': 'MAGAA', - 'OrderDate': '1998-03-16T13:20:00.000Z', - 'ShippedDate': '1998-03-23T14:20:00.000Z', - 'Freight': 2.5, - 'ShipName': 'Magazzini Alimentari Riuniti', - 'ShipAddress': 'Via Ludovico il Moro 22', - 'ShipCity': 'Bergamo', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 10951, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-03-16T15:20:00.000Z', - 'ShippedDate': '1998-04-07T16:20:00.000Z', - 'Freight': 30.85, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10952, - 'CustomerID': 'ALFKI', - 'OrderDate': '1998-03-16T17:20:00.000Z', - 'ShippedDate': '1998-03-24T18:20:00.000Z', - 'Freight': 40.42, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10953, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-03-16T19:20:00.000Z', - 'ShippedDate': '1998-03-25T20:20:00.000Z', - 'Freight': 23.72, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10954, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-03-17T21:20:00.000Z', - 'ShippedDate': '1998-03-20T22:20:00.000Z', - 'Freight': 27.91, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10955, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-03-17T23:20:00.000Z', - 'ShippedDate': '1998-03-20T01:20:00.000Z', - 'Freight': 3.26, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10956, - 'CustomerID': 'BLAUS', - 'OrderDate': '1998-03-17T01:55:00.000Z', - 'ShippedDate': '1998-03-20T02:55:00.000Z', - 'Freight': 44.65, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10957, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-03-18T03:55:00.000Z', - 'ShippedDate': '1998-03-27T04:55:00.000Z', - 'Freight': 105.36, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10958, - 'CustomerID': 'OCEAN', - 'OrderDate': '1998-03-18T05:55:00.000Z', - 'ShippedDate': '1998-03-27T06:55:00.000Z', - 'Freight': 49.56, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10959, - 'CustomerID': 'GOURL', - 'OrderDate': '1998-03-18T07:55:00.000Z', - 'ShippedDate': '1998-03-23T08:55:00.000Z', - 'Freight': 4.98, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10960, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-03-19T09:55:00.000Z', - 'ShippedDate': '1998-04-08T10:55:00.000Z', - 'Freight': 2.08, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10961, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-03-19T11:55:00.000Z', - 'ShippedDate': '1998-03-30T12:55:00.000Z', - 'Freight': 104.47, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10962, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-03-19T13:55:00.000Z', - 'ShippedDate': '1998-03-23T14:55:00.000Z', - 'Freight': 275.79, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10963, - 'CustomerID': 'FURIB', - 'OrderDate': '1998-03-19T15:55:00.000Z', - 'ShippedDate': '1998-03-26T16:55:00.000Z', - 'Freight': 2.7, - 'ShipName': 'Furia Bacalhau e Frutos do Mar', - 'ShipAddress': 'Jardim das rosas n. 32', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 10964, - 'CustomerID': 'SPECD', - 'OrderDate': '1998-03-20T17:55:00.000Z', - 'ShippedDate': '1998-03-24T18:55:00.000Z', - 'Freight': 87.38, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10965, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-03-20T19:55:00.000Z', - 'ShippedDate': '1998-03-30T20:55:00.000Z', - 'Freight': 144.38, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10966, - 'CustomerID': 'CHOPS', - 'OrderDate': '1998-03-20T21:55:00.000Z', - 'ShippedDate': '1998-04-08T22:55:00.000Z', - 'Freight': 27.19, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 10967, - 'CustomerID': 'TOMSP', - 'OrderDate': '1998-03-23T23:55:00.000Z', - 'ShippedDate': '1998-04-02T12:55:00.000Z', - 'Freight': 62.22, - 'ShipName': 'Toms Spezialitäten', - 'ShipAddress': 'Luisenstr. 48', - 'ShipCity': 'Münster', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10968, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-03-23T01:00.05.000Z', - 'ShippedDate': '1998-04-01T02:00.05.000Z', - 'Freight': 74.6, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10969, - 'CustomerID': 'COMMI', - 'OrderDate': '1998-03-23T03:00.05.000Z', - 'ShippedDate': '1998-03-30T04:00.05.000Z', - 'Freight': 0.21, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10970, - 'CustomerID': 'BOLID', - 'OrderDate': '1998-03-24T05:00.05.000Z', - 'ShippedDate': '1998-04-24T06:00.05.000Z', - 'Freight': 16.16, - 'ShipName': 'Bólido Comidas preparadas', - 'ShipAddress': 'C/ Araquil, 67', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 10971, - 'CustomerID': 'FRANR', - 'OrderDate': '1998-03-24T07:00.05.000Z', - 'ShippedDate': '1998-04-02T08:00.05.000Z', - 'Freight': 121.82, - 'ShipName': 'France restauration', - 'ShipAddress': '54, rue Royale', - 'ShipCity': 'Nantes', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10972, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-03-24T09:00.05.000Z', - 'ShippedDate': '1998-03-26T10:00.05.000Z', - 'Freight': 0.02, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10973, - 'CustomerID': 'LACOR', - 'OrderDate': '1998-03-24T11:00.05.000Z', - 'ShippedDate': '1998-03-27T12:00.05.000Z', - 'Freight': 15.17, - 'ShipName': 'La corne d\'abondance', - 'ShipAddress': '67, avenue de l\'Europe', - 'ShipCity': 'Versailles', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 10974, - 'CustomerID': 'SPLIR', - 'OrderDate': '1998-03-25T13:00.05.000Z', - 'ShippedDate': '1998-04-03T14:00.05.000Z', - 'Freight': 12.96, - 'ShipName': 'Split Rail Beer & Ale', - 'ShipAddress': 'P.O. Box 555', - 'ShipCity': 'Lander', - 'ShipRegion': 'WY', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10975, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-25T15:00.05.000Z', - 'ShippedDate': '1998-03-27T16:00.05.000Z', - 'Freight': 32.27, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10976, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-03-25T17:00.05.000Z', - 'ShippedDate': '1998-04-03T18:00.05.000Z', - 'Freight': 37.97, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10977, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-03-26T19:00.05.000Z', - 'ShippedDate': '1998-04-10T10:00.05.000Z', - 'Freight': 208.5, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10978, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-03-26T11:00.05.000Z', - 'ShippedDate': '1998-04-23T12:00.05.000Z', - 'Freight': 32.82, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 10979, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-03-26T13:00.05.000Z', - 'ShippedDate': '1998-03-31T14:00.05.000Z', - 'Freight': 353.07, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10980, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-03-27T15:00.05.000Z', - 'ShippedDate': '1998-04-17T16:00.05.000Z', - 'Freight': 1.26, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10981, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-03-27T17:00.05.000Z', - 'ShippedDate': '1998-04-02T18:00.05.000Z', - 'Freight': 193.37, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10982, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-03-27T19:00.05.000Z', - 'ShippedDate': '1998-04-08T20:00.05.000Z', - 'Freight': 14.01, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 10983, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-03-27T21:00.05.000Z', - 'ShippedDate': '1998-04-06T22:00.05.000Z', - 'Freight': 657.54, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10984, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-03-30T23:00.05.000Z', - 'ShippedDate': '1998-04-03T13:00.05.000Z', - 'Freight': 211.22, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10985, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-03-30T01:25:00.000Z', - 'ShippedDate': '1998-04-02T02:25:00.000Z', - 'Freight': 91.51, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 10986, - 'CustomerID': 'OCEAN', - 'OrderDate': '1998-03-30T03:25:00.000Z', - 'ShippedDate': '1998-04-21T04:25:00.000Z', - 'Freight': 217.86, - 'ShipName': 'Océano Atlántico Ltda.', - 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 10987, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-03-31T05:25:00.000Z', - 'ShippedDate': '1998-04-06T06:25:00.000Z', - 'Freight': 185.48, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 10988, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-03-31T07:25:00.000Z', - 'ShippedDate': '1998-04-10T08:25:00.000Z', - 'Freight': 61.14, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10989, - 'CustomerID': 'QUEDE', - 'OrderDate': '1998-03-31T09:25:00.000Z', - 'ShippedDate': '1998-04-02T10:25:00.000Z', - 'Freight': 34.76, - 'ShipName': 'Que Delícia', - 'ShipAddress': 'Rua da Panificadora, 12', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 10990, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-04-01T11:25:00.000Z', - 'ShippedDate': '1998-04-07T12:25:00.000Z', - 'Freight': 117.61, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 10991, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-04-01T13:25:00.000Z', - 'ShippedDate': '1998-04-07T14:25:00.000Z', - 'Freight': 38.51, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10992, - 'CustomerID': 'THEBI', - 'OrderDate': '1998-04-01T15:25:00.000Z', - 'ShippedDate': '1998-04-03T16:25:00.000Z', - 'Freight': 4.27, - 'ShipName': 'The Big Cheese', - 'ShipAddress': '89 Jefferson Way Suite 2', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 10993, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-04-01T17:25:00.000Z', - 'ShippedDate': '1998-04-10T18:25:00.000Z', - 'Freight': 8.81, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 10994, - 'CustomerID': 'VAFFE', - 'OrderDate': '1998-04-02T19:25:00.000Z', - 'ShippedDate': '1998-04-09T20:25:00.000Z', - 'Freight': 65.53, - 'ShipName': 'Vaffeljernet', - 'ShipAddress': 'Smagsloget 45', - 'ShipCity': 'Århus', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 10995, - 'CustomerID': 'PERIC', - 'OrderDate': '1998-04-02T21:25:00.000Z', - 'ShippedDate': '1998-04-06T22:25:00.000Z', - 'Freight': 46, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 10996, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-04-02T23:25:00.000Z', - 'ShippedDate': '1998-04-10T13:25:00.000Z', - 'Freight': 1.12, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 10997, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-04-03T14:25:00.000Z', - 'ShippedDate': '1998-04-13T01:25:00.000Z', - 'Freight': 73.91, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 10998, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-04-03T02:25:00.000Z', - 'ShippedDate': '1998-04-17T03:25:00.000Z', - 'Freight': 20.31, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 10999, - 'CustomerID': 'OTTIK', - 'OrderDate': '1998-04-03T04:25:00.000Z', - 'ShippedDate': '1998-04-10T05:25:00.000Z', - 'Freight': 96.35, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11000, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-04-06T06:25:00.000Z', - 'ShippedDate': '1998-04-14T07:25:00.000Z', - 'Freight': 55.12, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11001, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-04-06T08:25:00.000Z', - 'ShippedDate': '1998-04-14T09:25:00.000Z', - 'Freight': 197.3, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 11002, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-04-06T10:25:00.000Z', - 'ShippedDate': '1998-04-16T11:25:00.000Z', - 'Freight': 141.16, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11003, - 'CustomerID': 'THECR', - 'OrderDate': '1998-04-06T12:25:00.000Z', - 'ShippedDate': '1998-04-08T13:25:00.000Z', - 'Freight': 14.91, - 'ShipName': 'The Cracker Box', - 'ShipAddress': '55 Grizzly Peak Rd.', - 'ShipCity': 'Butte', - 'ShipRegion': 'MT', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11004, - 'CustomerID': 'MAISD', - 'OrderDate': '1998-04-07T14:25:00.000Z', - 'ShippedDate': '1998-04-20T15:25:00.000Z', - 'Freight': 44.84, - 'ShipName': 'Maison Dewey', - 'ShipAddress': 'Rue Joseph-Bens 532', - 'ShipCity': 'Bruxelles', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 11005, - 'CustomerID': 'WILMK', - 'OrderDate': '1998-04-07T16:25:00.000Z', - 'ShippedDate': '1998-04-10T17:25:00.000Z', - 'Freight': 0.75, - 'ShipName': 'Wilman Kala', - 'ShipAddress': 'Keskuskatu 45', - 'ShipCity': 'Helsinki', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 11006, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-04-07T18:25:00.000Z', - 'ShippedDate': '1998-04-15T19:25:00.000Z', - 'Freight': 25.19, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11007, - 'CustomerID': 'PRINI', - 'OrderDate': '1998-04-08T20:25:00.000Z', - 'ShippedDate': '1998-04-13T21:25:00.000Z', - 'Freight': 202.24, - 'ShipName': 'Princesa Isabel Vinhos', - 'ShipAddress': 'Estrada da saúde n. 58', - 'ShipCity': 'Lisboa', - 'ShipRegion': null, - 'ShipCountry': 'Portugal' -}, -{ - 'OrderID': 11008, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-04-08T22:25:00.000Z', - 'ShippedDate': null, - 'Freight': 79.46, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 11009, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-04-08T23:25:00.000Z', - 'ShippedDate': '1998-04-10T01:25:00.000Z', - 'Freight': 59.11, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 11010, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-04-09T02:55:00.000Z', - 'ShippedDate': '1998-04-21T03:55:00.000Z', - 'Freight': 28.71, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 11011, - 'CustomerID': 'ALFKI', - 'OrderDate': '1998-04-09T04:55:00.000Z', - 'ShippedDate': '1998-04-13T05:55:00.000Z', - 'Freight': 1.21, - 'ShipName': 'Alfred\'s Futterkiste', - 'ShipAddress': 'Obere Str. 57', - 'ShipCity': 'Berlin', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11012, - 'CustomerID': 'FRANK', - 'OrderDate': '1998-04-09T06:55:00.000Z', - 'ShippedDate': '1998-04-17T07:55:00.000Z', - 'Freight': 242.95, - 'ShipName': 'Frankenversand', - 'ShipAddress': 'Berliner Platz 43', - 'ShipCity': 'München', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11013, - 'CustomerID': 'ROMEY', - 'OrderDate': '1998-04-09T08:55:00.000Z', - 'ShippedDate': '1998-04-10T09:55:00.000Z', - 'Freight': 32.99, - 'ShipName': 'Romero y tomillo', - 'ShipAddress': 'Gran Vía, 1', - 'ShipCity': 'Madrid', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 11014, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-04-10T10:55:00.000Z', - 'ShippedDate': '1998-04-15T11:55:00.000Z', - 'Freight': 23.6, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 11015, - 'CustomerID': 'SANTG', - 'OrderDate': '1998-04-10T12:55:00.000Z', - 'ShippedDate': '1998-04-20T13:55:00.000Z', - 'Freight': 4.62, - 'ShipName': 'Santé Gourmet', - 'ShipAddress': 'Erling Skakkes gate 78', - 'ShipCity': 'Stavern', - 'ShipRegion': null, - 'ShipCountry': 'Norway' -}, -{ - 'OrderID': 11016, - 'CustomerID': 'AROUT', - 'OrderDate': '1998-04-10T14:55:00.000Z', - 'ShippedDate': '1998-04-13T15:55:00.000Z', - 'Freight': 33.8, - 'ShipName': 'Around the Horn', - 'ShipAddress': 'Brook Farm Stratford St. Mary', - 'ShipCity': 'Colchester', - 'ShipRegion': 'Essex', - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 11017, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-04-13T16:55:00.000Z', - 'ShippedDate': '1998-04-20T17:55:00.000Z', - 'Freight': 754.26, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 11018, - 'CustomerID': 'LONEP', - 'OrderDate': '1998-04-13T18:55:00.000Z', - 'ShippedDate': '1998-04-16T19:55:00.000Z', - 'Freight': 11.65, - 'ShipName': 'Lonesome Pine Restaurant', - 'ShipAddress': '89 Chiaroscuro Rd.', - 'ShipCity': 'Portland', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11019, - 'CustomerID': 'RANCH', - 'OrderDate': '1998-04-13T20:55:00.000Z', - 'ShippedDate': null, - 'Freight': 3.17, - 'ShipName': 'Rancho grande', - 'ShipAddress': 'Av. del Libertador 900', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 11020, - 'CustomerID': 'OTTIK', - 'OrderDate': '1998-04-14T21:55:00.000Z', - 'ShippedDate': '1998-04-16T22:55:00.000Z', - 'Freight': 43.3, - 'ShipName': 'Ottilies Käseladen', - 'ShipAddress': 'Mehrheimerstr. 369', - 'ShipCity': 'Köln', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11021, - 'CustomerID': 'QUICK', - 'OrderDate': '1998-04-14T23:55:00.000Z', - 'ShippedDate': '1998-04-21T13:50:00.000Z', - 'Freight': 297.18, - 'ShipName': 'QUICK-Stop', - 'ShipAddress': 'Taucherstraße 10', - 'ShipCity': 'Cunewalde', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11022, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-04-14T03:50:00.000Z', - 'ShippedDate': '1998-05-04T01:50:00.000Z', - 'Freight': 6.27, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 11023, - 'CustomerID': 'BSBEV', - 'OrderDate': '1998-04-14T02:50:00.000Z', - 'ShippedDate': '1998-04-24T03:50:00.000Z', - 'Freight': 123.83, - 'ShipName': 'B\'s Beverages', - 'ShipAddress': 'Fauntleroy Circus', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 11024, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-04-15T04:50:00.000Z', - 'ShippedDate': '1998-04-20T05:50:00.000Z', - 'Freight': 74.36, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 11025, - 'CustomerID': 'WARTH', - 'OrderDate': '1998-04-15T06:50:00.000Z', - 'ShippedDate': '1998-04-24T07:50:00.000Z', - 'Freight': 29.17, - 'ShipName': 'Wartian Herkku', - 'ShipAddress': 'Torikatu 38', - 'ShipCity': 'Oulu', - 'ShipRegion': null, - 'ShipCountry': 'Finland' -}, -{ - 'OrderID': 11026, - 'CustomerID': 'FRANS', - 'OrderDate': '1998-04-15T08:50:00.000Z', - 'ShippedDate': '1998-04-28T09:50:00.000Z', - 'Freight': 47.09, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 11027, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-04-16T10:50:00.000Z', - 'ShippedDate': '1998-04-20T11:50:00.000Z', - 'Freight': 52.52, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 11028, - 'CustomerID': 'KOENE', - 'OrderDate': '1998-04-16T12:50:00.000Z', - 'ShippedDate': '1998-04-22T13:50:00.000Z', - 'Freight': 29.59, - 'ShipName': 'Königlich Essen', - 'ShipAddress': 'Maubelstr. 90', - 'ShipCity': 'Brandenburg', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11029, - 'CustomerID': 'CHOPS', - 'OrderDate': '1998-04-16T14:50:00.000Z', - 'ShippedDate': '1998-04-27T15:50:00.000Z', - 'Freight': 47.84, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 11030, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-04-17T16:50:00.000Z', - 'ShippedDate': '1998-04-27T17:50:00.000Z', - 'Freight': 830.75, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11031, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-04-17T18:50:00.000Z', - 'ShippedDate': '1998-04-24T19:50:00.000Z', - 'Freight': 227.22, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11032, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-04-17T20:50:00.000Z', - 'ShippedDate': '1998-04-23T21:50:00.000Z', - 'Freight': 606.19, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11033, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-04-17T22:50:00.000Z', - 'ShippedDate': '1998-04-23T23:50:00.000Z', - 'Freight': 84.74, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 11034, - 'CustomerID': 'OLDWO', - 'OrderDate': '1998-04-20T01:05:00.000Z', - 'ShippedDate': '1998-04-27T02:05:00.000Z', - 'Freight': 40.32, - 'ShipName': 'Old World Delicatessen', - 'ShipAddress': '2743 Bering St.', - 'ShipCity': 'Anchorage', - 'ShipRegion': 'AK', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11035, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-04-20T03:05:00.000Z', - 'ShippedDate': '1998-04-24T04:05:00.000Z', - 'Freight': 0.17, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 11036, - 'CustomerID': 'DRACD', - 'OrderDate': '1998-04-20T05:05:00.000Z', - 'ShippedDate': '1998-04-22T06:05:00.000Z', - 'Freight': 149.47, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11037, - 'CustomerID': 'GODOS', - 'OrderDate': '1998-04-21T07:05:00.000Z', - 'ShippedDate': '1998-04-27T08:05:00.000Z', - 'Freight': 3.2, - 'ShipName': 'Godos Cocina Típica', - 'ShipAddress': 'C/ Romero, 33', - 'ShipCity': 'Sevilla', - 'ShipRegion': null, - 'ShipCountry': 'Spain' -}, -{ - 'OrderID': 11038, - 'CustomerID': 'SUPRD', - 'OrderDate': '1998-04-21T09:05:00.000Z', - 'ShippedDate': '1998-04-30T10:05:00.000Z', - 'Freight': 29.59, - 'ShipName': 'Suprêmes délices', - 'ShipAddress': 'Boulevard Tirou, 255', - 'ShipCity': 'Charleroi', - 'ShipRegion': null, - 'ShipCountry': 'Belgium' -}, -{ - 'OrderID': 11039, - 'CustomerID': 'LINOD', - 'OrderDate': '1998-04-21T11:05:00.000Z', - 'ShippedDate': null, - 'Freight': 65, - 'ShipName': 'LINO-Delicateses', - 'ShipAddress': 'Ave. 5 de Mayo Porlamar', - 'ShipCity': 'I. de Margarita', - 'ShipRegion': 'Nueva Esparta', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 11040, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-04-22T12:05:00.000Z', - 'ShippedDate': null, - 'Freight': 18.84, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11041, - 'CustomerID': 'CHOPS', - 'OrderDate': '1998-04-22T13:05:00.000Z', - 'ShippedDate': '1998-04-28T14:05:00.000Z', - 'Freight': 48.22, - 'ShipName': 'Chop-suey Chinese', - 'ShipAddress': 'Hauptstr. 31', - 'ShipCity': 'Bern', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 11042, - 'CustomerID': 'COMMI', - 'OrderDate': '1998-04-22T15:05:00.000Z', - 'ShippedDate': '1998-05-01T16:05:00.000Z', - 'Freight': 29.99, - 'ShipName': 'Comércio Mineiro', - 'ShipAddress': 'Av. dos Lusíadas, 23', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 11043, - 'CustomerID': 'SPECD', - 'OrderDate': '1998-04-22T17:05:00.000Z', - 'ShippedDate': '1998-04-29T18:05:00.000Z', - 'Freight': 8.8, - 'ShipName': 'Spécialités du monde', - 'ShipAddress': '25, rue Lauriston', - 'ShipCity': 'Paris', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 11044, - 'CustomerID': 'WOLZA', - 'OrderDate': '1998-04-23T19:05:00.000Z', - 'ShippedDate': '1998-05-01T20:05:00.000Z', - 'Freight': 8.72, - 'ShipName': 'Wolski Zajazd', - 'ShipAddress': 'ul. Filtrowa 68', - 'ShipCity': 'Warszawa', - 'ShipRegion': null, - 'ShipCountry': 'Poland' -}, -{ - 'OrderID': 11045, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-04-23T21:05:00.000Z', - 'ShippedDate': null, - 'Freight': 70.58, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 11046, - 'CustomerID': 'WANDK', - 'OrderDate': '1998-04-23T22:05:00.000Z', - 'ShippedDate': '1998-04-24T23:05:00.000Z', - 'Freight': 71.64, - 'ShipName': 'Die Wandernde Kuh', - 'ShipAddress': 'Adenauerallee 900', - 'ShipCity': 'Stuttgart', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11047, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-04-24T01:30:00.000Z', - 'ShippedDate': '1998-05-01T02:30:00.000Z', - 'Freight': 46.62, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 11048, - 'CustomerID': 'BOTTM', - 'OrderDate': '1998-04-24T03:30:00.000Z', - 'ShippedDate': '1998-04-30T04:30:00.000Z', - 'Freight': 24.12, - 'ShipName': 'Bottom-Dollar Markets', - 'ShipAddress': '23 Tsawassen Blvd.', - 'ShipCity': 'Tsawassen', - 'ShipRegion': 'BC', - 'ShipCountry': 'Canada' -}, -{ - 'OrderID': 11049, - 'CustomerID': 'GOURL', - 'OrderDate': '1998-04-24T05:30:00.000Z', - 'ShippedDate': '1998-05-04T06:30:00.000Z', - 'Freight': 8.34, - 'ShipName': 'Gourmet Lanchonetes', - 'ShipAddress': 'Av. Brasil, 442', - 'ShipCity': 'Campinas', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 11050, - 'CustomerID': 'FOLKO', - 'OrderDate': '1998-04-27T07:30:00.000Z', - 'ShippedDate': '1998-05-05T08:30:00.000Z', - 'Freight': 59.41, - 'ShipName': 'Folk och fä HB', - 'ShipAddress': 'Åkergatan 24', - 'ShipCity': 'Bräcke', - 'ShipRegion': null, - 'ShipCountry': 'Sweden' -}, -{ - 'OrderID': 11051, - 'CustomerID': 'LAMAI', - 'OrderDate': '1998-04-27T09:30:00.000Z', - 'ShippedDate': null, - 'Freight': 2.79, - 'ShipName': 'La maison d\'Asie', - 'ShipAddress': '1 rue Alsace-Lorraine', - 'ShipCity': 'Toulouse', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 11052, - 'CustomerID': 'HANAR', - 'OrderDate': '1998-04-27T10:30:00.000Z', - 'ShippedDate': '1998-05-01T11:30:00.000Z', - 'Freight': 67.26, - 'ShipName': 'Hanari Carnes', - 'ShipAddress': 'Rua do Paço, 67', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 11053, - 'CustomerID': 'PICCO', - 'OrderDate': '1998-04-27T12:30:00.000Z', - 'ShippedDate': '1998-04-29T13:30:00.000Z', - 'Freight': 53.05, - 'ShipName': 'Piccolo und mehr', - 'ShipAddress': 'Geislweg 14', - 'ShipCity': 'Salzburg', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 11054, - 'CustomerID': 'CACTU', - 'OrderDate': '1998-04-28T14:30:00.000Z', - 'ShippedDate': '1998-04-29T15:30:00.000Z', - 'Freight': 0.33, - 'ShipName': 'Cactus Comidas para llevar', - 'ShipAddress': 'Cerrito 333', - 'ShipCity': 'Buenos Aires', - 'ShipRegion': null, - 'ShipCountry': 'Argentina' -}, -{ - 'OrderID': 11055, - 'CustomerID': 'HILAA', - 'OrderDate': '1998-04-28T16:30:00.000Z', - 'ShippedDate': '1998-05-05T17:30:00.000Z', - 'Freight': 120.92, - 'ShipName': 'HILARION-Abastos', - 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', - 'ShipCity': 'San Cristóbal', - 'ShipRegion': 'Táchira', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 11056, - 'CustomerID': 'EASTC', - 'OrderDate': '1998-04-28T18:30:00.000Z', - 'ShippedDate': '1998-05-01T19:30:00.000Z', - 'Freight': 278.96, - 'ShipName': 'Eastern Connection', - 'ShipAddress': '35 King George', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 11057, - 'CustomerID': 'NORTS', - 'OrderDate': '1998-04-29T20:30:00.000Z', - 'ShippedDate': '1998-05-01T21:30:00.000Z', - 'Freight': 4.13, - 'ShipName': 'North/South', - 'ShipAddress': 'South House 300 Queensbridge', - 'ShipCity': 'London', - 'ShipRegion': null, - 'ShipCountry': 'UK' -}, -{ - 'OrderID': 11058, - 'CustomerID': 'BLAUS', - 'OrderDate': '1998-04-29T22:30:00.000Z', - 'ShippedDate': null, - 'Freight': 31.14, - 'ShipName': 'Blauer See Delikatessen', - 'ShipAddress': 'Forsterstr. 57', - 'ShipCity': 'Mannheim', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11059, - 'CustomerID': 'RICAR', - 'OrderDate': '1998-04-29T23:30:00.000Z', - 'ShippedDate': null, - 'Freight': 85.8, - 'ShipName': 'Ricardo Adocicados', - 'ShipAddress': 'Av. Copacabana, 267', - 'ShipCity': 'Rio de Janeiro', - 'ShipRegion': 'RJ', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 11060, - 'CustomerID': 'FRANS', - 'OrderDate': '1998-04-30T01:05:00.000Z', - 'ShippedDate': '1998-05-04T02:05:00.000Z', - 'Freight': 10.98, - 'ShipName': 'Franchi S.p.A.', - 'ShipAddress': 'Via Monte Bianco 34', - 'ShipCity': 'Torino', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 11061, - 'CustomerID': 'GREAL', - 'OrderDate': '1998-04-30T03:05:00.000Z', - 'ShippedDate': null, - 'Freight': 14.01, - 'ShipName': 'Great Lakes Food Market', - 'ShipAddress': '2732 Baker Blvd.', - 'ShipCity': 'Eugene', - 'ShipRegion': 'OR', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11062, - 'CustomerID': 'REGGC', - 'OrderDate': '1998-04-30T04:05:00.000Z', - 'ShippedDate': null, - 'Freight': 29.93, - 'ShipName': 'Reggiani Caseifici', - 'ShipAddress': 'Strada Provinciale 124', - 'ShipCity': 'Reggio Emilia', - 'ShipRegion': null, - 'ShipCountry': 'Italy' -}, -{ - 'OrderID': 11063, - 'CustomerID': 'HUNGO', - 'OrderDate': '1998-04-30T05:05:00.000Z', - 'ShippedDate': '1998-05-06T06:05:00.000Z', - 'Freight': 81.73, - 'ShipName': 'Hungry Owl All-Night Grocers', - 'ShipAddress': '8 Johnstown Road', - 'ShipCity': 'Cork', - 'ShipRegion': 'Co. Cork', - 'ShipCountry': 'Ireland' -}, -{ - 'OrderID': 11064, - 'CustomerID': 'SAVEA', - 'OrderDate': '1998-05-01T07:05:00.000Z', - 'ShippedDate': '1998-05-04T10:05:00.000Z', - 'Freight': 30.09, - 'ShipName': 'Save-a-lot Markets', - 'ShipAddress': '187 Suffolk Ln.', - 'ShipCity': 'Boise', - 'ShipRegion': 'ID', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11065, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-05-01T11:05:00.000Z', - 'ShippedDate': null, - 'Freight': 12.91, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 11066, - 'CustomerID': 'WHITC', - 'OrderDate': '1998-05-01T12:05:00.000Z', - 'ShippedDate': '1998-05-04T13:05:00.000Z', - 'Freight': 44.72, - 'ShipName': 'White Clover Markets', - 'ShipAddress': '1029 - 12th Ave. S.', - 'ShipCity': 'Seattle', - 'ShipRegion': 'WA', - 'ShipCountry': 'USA' -}, -{ - 'OrderID': 11067, - 'CustomerID': 'DRACD', - 'OrderDate': '1998-05-04T14:05:00.000Z', - 'ShippedDate': '1998-05-06T15:05:00.000Z', - 'Freight': 7.98, - 'ShipName': 'Drachenblut Delikatessen', - 'ShipAddress': 'Walserweg 21', - 'ShipCity': 'Aachen', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11068, - 'CustomerID': 'QUEEN', - 'OrderDate': '1998-05-04T16:05:00.000Z', - 'ShippedDate': null, - 'Freight': 81.75, - 'ShipName': 'Queen Cozinha', - 'ShipAddress': 'Alameda dos Canàrios, 891', - 'ShipCity': 'Sao Paulo', - 'ShipRegion': 'SP', - 'ShipCountry': 'Brazil' -}, -{ - 'OrderID': 11069, - 'CustomerID': 'TORTU', - 'OrderDate': '1998-05-04T17:05:00.000Z', - 'ShippedDate': '1998-05-06T18:05:00.000Z', - 'Freight': 15.67, - 'ShipName': 'Tortuga Restaurante', - 'ShipAddress': 'Avda. Azteca 123', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 11070, - 'CustomerID': 'LEHMS', - 'OrderDate': '1998-05-05T19:05:00.000Z', - 'ShippedDate': null, - 'Freight': 136, - 'ShipName': 'Lehmanns Marktstand', - 'ShipAddress': 'Magazinweg 7', - 'ShipCity': 'Frankfurt a.M.', - 'ShipRegion': null, - 'ShipCountry': 'Germany' -}, -{ - 'OrderID': 11071, - 'CustomerID': 'LILAS', - 'OrderDate': '1998-05-05T20:05:00.000Z', - 'ShippedDate': null, - 'Freight': 0.93, - 'ShipName': 'LILA-Supermercado', - 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', - 'ShipCity': 'Barquisimeto', - 'ShipRegion': 'Lara', - 'ShipCountry': 'Venezuela' -}, -{ - 'OrderID': 11072, - 'CustomerID': 'ERNSH', - 'OrderDate': '1998-05-05T21:05:00.000Z', - 'ShippedDate': null, - 'Freight': 258.64, - 'ShipName': 'Ernst Handel', - 'ShipAddress': 'Kirchgasse 6', - 'ShipCity': 'Graz', - 'ShipRegion': null, - 'ShipCountry': 'Austria' -}, -{ - 'OrderID': 11073, - 'CustomerID': 'PERIC', - 'OrderDate': '1998-05-05T22:05:00.000Z', - 'ShippedDate': null, - 'Freight': 24.95, - 'ShipName': 'Pericles Comidas clásicas', - 'ShipAddress': 'Calle Dr. Jorge Cash 321', - 'ShipCity': 'México D.F.', - 'ShipRegion': null, - 'ShipCountry': 'Mexico' -}, -{ - 'OrderID': 11074, - 'CustomerID': 'SIMOB', - 'OrderDate': '1998-05-06T23:05:00.000Z', - 'ShippedDate': null, - 'Freight': 18.44, - 'ShipName': 'Simons bistro', - 'ShipAddress': 'Vinbæltet 34', - 'ShipCity': 'Kobenhavn', - 'ShipRegion': null, - 'ShipCountry': 'Denmark' -}, -{ - 'OrderID': 11075, - 'CustomerID': 'RICSU', - 'OrderDate': '1998-05-06T01:30:00.000Z', - 'ShippedDate': null, - 'Freight': 6.19, - 'ShipName': 'Richter Supermarkt', - 'ShipAddress': 'Starenweg 5', - 'ShipCity': 'Genève', - 'ShipRegion': null, - 'ShipCountry': 'Switzerland' -}, -{ - 'OrderID': 11076, - 'CustomerID': 'BONAP', - 'OrderDate': '1998-05-06T02:30:00.000Z', - 'ShippedDate': null, - 'Freight': 38.28, - 'ShipName': 'Bon app', - 'ShipAddress': '12, rue des Bouchers', - 'ShipCity': 'Marseille', - 'ShipRegion': null, - 'ShipCountry': 'France' -}, -{ - 'OrderID': 11077, - 'CustomerID': 'RATTC', - 'OrderDate': '1998-05-06T03:50:00.000Z', - 'ShippedDate': null, - 'Freight': 8.53, - 'ShipName': 'Rattlesnake Canyon Grocery', - 'ShipAddress': '2817 Milton Dr.', - 'ShipCity': 'Albuquerque', - 'ShipRegion': 'NM', - 'ShipCountry': 'USA' -}]; -var employeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; -var complexData = [{ - 'EmployeeID': 1, - 'Name': { - 'LastName': 'Davolio', - 'FirstName': 'Nancy' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'Name': { - 'LastName': 'Fuller', - 'FirstName': 'Andrew' - }, - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'Name': { - 'LastName': 'Leverling', - 'FirstName': 'Janet' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'Name': { - 'LastName': 'Peacock', - 'FirstName': 'Margaret' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'Name': { - 'LastName': 'Buchanan', - 'FirstName': 'Steven' - }, - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'Name': { - 'LastName': 'Suyama', - 'FirstName': 'Michael' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'Name': { - 'LastName': 'King', - 'FirstName': 'Robert' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'Name': { - 'LastName': 'Callahan', - 'FirstName': 'Laura' - }, - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'Name': { - 'LastName': 'Dodsworth', - 'FirstName': 'Anne' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -var foodInformation = [ - { FoodId: 1, Time: "8:40 AM", FoodName: "CHEESE BURGER", Calorie: 100, Protein: 15, Fat: 15, Carbohydrate: 28 }, - { FoodId: 2, Time: "10:30 AM", FoodName: "PIZZA", Calorie: 100, Protein: 15, Fat: 9, Carbohydrate: 39 }, - { FoodId: 3, Time: "12:45 PM", FoodName: "CHICKEN NOODLE", Calorie: 50, Protein: 4, Fat: 2, Carbohydrate: 9 }, - { FoodId: 4, Time: "5:30 PM", FoodName: "YOGURT", Calorie: 75, Protein: 10, Fat: 2, Carbohydrate: 43 }, - { FoodId: 5, Time: "9:00 PM", FoodName: "BEEF SANDWICH", Calorie: 125, Protein: 22, Fat: 13, Carbohydrate: 34 }, - { FoodId: 6, Time: "11:00 PM", FoodName: "CHICKEN BURGER", Calorie: 100, Protein: 15, Fat: 10, Carbohydrate: 25 }, - { FoodId: 7, Time: "6:30 PM", FoodName: "VEG BURGER", Calorie: 70, Protein: 14, Fat: 5, Carbohydrate: 53 }, - { FoodId: 8, Time: "8:00 PM", FoodName: "VEG SANDWICH", Calorie: 75, Protein: 20, Fat: 15, Carbohydrate: 24 }, - { FoodId: 9, Time: "7:00 PM", FoodName: "EGG BURGER", Calorie: 80, Protein: 25, Fat: 16, Carbohydrate: 35 }]; - - var employeeDetails= [ - { - EmployeeID: 1, Role: 'TeamLead', Salary: 15000, Address: 'Chennai' - }, - { - EmployeeID: 2, Role: 'Manager', Salary: 20000, Address: 'Bangalore' - }, - { - EmployeeID: 3, Role: 'Engineer', Salary: 10000, Address: 'Cochin' - }, - { - EmployeeID: 4, Role: 'Sales', Salary: 20000, Address: 'Trivandrum' - }, - { - EmployeeID: 5, Role: 'Support', Salary: 10000, Address: 'Delhi' - } - ]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/image.ts b/ej2-javascript/code-snippet/grid/grid-cs8/image.ts deleted file mode 100644 index 9bfdcc537..000000000 --- a/ej2-javascript/code-snippet/grid/grid-cs8/image.ts +++ /dev/null @@ -1 +0,0 @@ -export let image: string = "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCADfAOIDASIAAhEBAxEB/8QAHQABAAIDAQEBAQAAAAAAAAAAAAcIBQYJBAMBAv/EAE8QAAECBAEECwoKCAYDAAAAAAABAgMEBQYHCBFWsxIYITY3QXR1lLLSFhcxNVFVYZWj0xMUFSIjMlRikbEzQlNxc5O00UNSgaHB8GNy4f/EABsBAQACAwEBAAAAAAAAAAAAAAAEBgEDBQIH/8QAOREAAQMBAwgJAwIHAQAAAAAAAAECAwQFEVESEyExMkFxkQYUFTM0UmGBsaHB0SLwFjVTVHLh8SP/2gAMAwEAAhEDEQA/ALlgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgr9WlKLS4s/OPzMZuNan1nu4mp6V/+8R4kkZExXvW5E1qemMdI5GtS9VPeDS7KvyXrEf4jUmQ5Occ5fgdivzIiZ9xqKvgdxeni8huhHoq6CtizsLr0+OJuqqSWlkzcqXKAASyOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8e5rGK97ka1qZ1VVzIiAHynpqXkZOLNzcVsKBCbsnvd4EQg687imLiqixnbKHKws7ZeCq/VT/Mv3l4/w/fkcRLrdXZz4nJvVKbAd83/zOT9ZfR5E/wBf3akfMuklu9cf1eBf/NNa+Zfwm7HXgXywrI6s3PSp+tfon5/5iCRrDv1YWwptejKrPqwpty7rfIj/AEfe/Hykcg4Vn2jPQS5yFeKbl4nXrKKKsjzcqe+9OBZJqo5qOaqKipnRU4z9IcsW9ZiiKyRn9nMU5VzJxvgf+vlb938PIsvSczLzkrDmpWMyNAiN2THsXOiofVLKtiC0o8pmhya03p+U9T57aNmS0L7n6UXUuP8Av0PqADrHOAAABrmJF5UuxLVjXHWIM5GlIMSHDcyVY10TO9yNTMjnNTwr5TYyIMsLgMqPLJTXNN1MxJJWsdqVUPLluaqmJ20uH3mm5uiwffDbS4feabm6LB98U5BY+yafBeZFz7i422lw+803N0WD74baXD7zTc3RYPvinIHZNPgvMZ9xcbbS4feabm6LB98fSWyoLAmJmFLspVyo6LEaxqrLQc2dVzJn+l9JTU9VG8cSPKYXXQwtk092peYSZx0xIcujKNsi3rkqNBnqbcL5qnzD5eK6DLwlYrmrmVWqsVFzfvRCYznnjZww3dztH6ynIs2mjqHuR+5DfK9WpoLL7aXD7zTc3RYPvhtpcPvNNzdFg++Kcg7HZNPgvM0Z9xcbbS4feabm6LB98NtLh95pubosH3xTkDsmnwXmM+4uNtpcPvNNzdFg++JDwpxGoeI9KnalQpaoS8GTmPi8RJyGxjldsWuzpsXO3MzkOexbbIW3i3FzumohkOus+GGFXs1nuOVznXKWFABwiSCLsULt+MuiUKmxPoGrsZqK1frqn6iehOPy+Dy58tibdvyfCfRqbFzTsRv00Rq7sFq8SfeVPwTd40InTcTMhROk9u3X0cC/5L9vzyxLdYFkX3VMyf4p9/xzwAAKEXAAAAGes+6J63Zn6JVjSb1zxZdy7i/eb5Hfnx8WbAg3U9RLTSJLEtzk3muaGOdixyJeilhaHVpGsyDZ2QjJEhruOTwOY7ja5OJT3EG4fOrSXJBZRH7GI79Pskzw/g0XdV6eTd3OPOu54Scj6xYVqutKnzj23KmhcF4fvQfOrXs9tDNkNdei6fVOIAB2jlAiDLC4DKjyyU1zSXyIMsLgMqPLJTXNJNF4hnFPk8P2VKRgAuRAAAAB6qN44keUwuuh5T1UbxxI8phddDC6jKHTE5542cMN3c7R+sp0MOeeNnDDd3O0frKV6xe8dwJU+pDUAAWIiAAAAttkLbxbi53TUQypJbbIW3i3FzumohnOtXwy+3ybYdssKACqk0ifEGypmTjR6vTfhZmWiOWJHhqquiQlVc6uz+Fzf909KbqaIWTI7vywmxvhKnQoTWxfrRZVNxH+VWeRfR4F4sy+Gg290YVL6ikT1Vv3T8csC42PbyLdDUrwX8/nniRgD9c1zXK1zVa5q5lRUzKipxKfhRS2gAAA+8hKTM/OwpOUhLFjxnbFjE41/wCE41XiQ+LGue9rGNc97lRGtamdVVfAiJxqTNh3ajaFJ/G5trXVKO35/H8E3w7BP+V8v7jr2NZMlpT5CaGprXBPyu7mc607RZQxZS6XLqT97jI2bbsvbtLSXYqRJmJmdMRs313eRPupxJ/yqmbAPrdPBHTxpFGlzU1HzaaZ8z1ket6qAAbjWCIMsLgMqPLJTXNJfIgywuAyo8slNc0k0XiGcU+Tw/ZUpGAC5EAAAAHqo3jiR5TC66HlPVRvHEjymF10MLqModMTnnjZww3dztH6ynQw5542cMN3c7R+spXrF7x3AlT6kNQABYiIAAAC22QtvFuLndNRDKkltshbeLcXO6aiGc61fDL7fJth2ywoAKqTQAADUL6suXrbXTsjsJepIm67wNjZuJ3p+9+OfiiGclZiTmokrNwXwI8Ncz2PTMqL/wB4+MsaYK77YkbilUbG+hm4aZoMw1N1voXyt9H4ZipW70aZV3z0+h+9Nzvwvrv34ljsi3XU10U+lmO9P9ftMCCR4EznvrtIn6LPukqhB+DiJutcm62I3/M1eNP+qbbhhafx+M2tVKFnlIa55eG5P0rk/WX7qf7r6E3aHSWbUVVT1Zrbnb792KqW+proYIM+q3t3Xb+BlsL7S+KsZXKnCzTD0zy0Jyfo2r+uv3l4vInpXckEA+uWfQRUECQxak1riuKnzetrJKyVZZP+JgAATSKAAACKMrCQn6lgvPylMkJufmXTcqrYMrAdFiKiRmqqo1qKuZE3SVwbIZM1I1+C3mFS9LjnB3GXlodcvqiY7A7jLy0OuX1RMdg6Pg6/bTvJ9TR1dMTnB3GXlodcvqiY7A7jLy0OuX1RMdg6PgdtO8n1HV0xOcHcZeWh1y+qJjsHqpFnXi2rSTnWfcjWpMw1VVpMwiImzTdX5h0VAW2neT6jq6YgoZjHal1zWLF1TMratfmIEWqRnw4sGmR3se1XLmVrkaqKnpQvmDn0dWtK5XIl95tezLS45wdxl5aHXL6omOwO4y8tDrl9UTHYOj4Oh207yfU1dXTE5wdxl5aHXL6omOwO4y8tDrl9UTHYOj4HbTvJ9R1dMTnB3GXlodcvqiY7BabIrpVVpNl1+DVqVUKbFiVRHsZOSr4LnN+BhpnRHoiqmdFTOnkJ5BHqbTdPGsatuPTIclb7wADmG4AAAAAA8NbpFPrMokrUZZseGjtk3OqorV8qKm6h7IUNkKE2FCY1kNjUa1rUzI1E8CIh/QPCRMR6vREvXWu/Qe1kcrUYq6E3AAHs8AAAAAAAijKynp6nYLT81Tp6bkZhs3KokaWjuhPRFjNRURzVRcyoSuRBlhcBlR5ZKa5pJo0vqGcU+Ty/ZUp73X3dpdcfrWP2x3X3dpdcfrWP2zCguGQ3AgXma7r7u0uuP1rH7Y7r7u0uuP1rH7ZhQMhuAvM13X3dpdcfrWP2z00i7btdVpJrrsuJzVmYaKi1WOqKmzTcX55rh6qN44keUwuuhhWNu1BFOmJQrGS6LolsWbql5a567LwIVUjthwoVSjMYxqOXMjWo7MiehC+pzzxs4Ybu52j9ZSv2MiLI6/AlT6kMV3X3dpdcfrWP2x3X3dpdcfrWP2zCgsOQ3Ai3ma7r7u0uuP1rH7Y7r7u0uuP1rH7ZhQMhuAvM13X3dpdcfrWP2y0+RVVKpVLKr8Wq1SfqERlVRrHzcy+M5rfgYa5kV6qqJnVVzekp8W2yFt4txc7pqIZz7Ua1KZbkw+TbCv6yUsX5iYlralny0xGgPWcaiuhRFYqpsH7mdP3EV/K1W861DpT/AO5J+NG9eV5czVxCJD4N0qle20FRFXUh9K6OxsdRIqpvU9nytVvOtQ6U/wDuPlaredah0p/9zxgrmfk8y8zu5qPypyPZ8rVbzrUOlP8A7j5Wq3nWodKf/c8YGfk8y8xmo/KnIzNv1SqPr9NY+pzzmunIKOa6YeqKivTOipnJ6K9W7vipnLYOsaWFL/0Me50UuUt+lCm9KGNbJHcl2hQAC6FWAAAAAABEGWFwGVHlkprmkvkQZYXAZUeWSmuaSaLxDOKfJ4fsqUjABciAAAAD1UbxxI8phddDynqo3jiR5TC66GF1GUOmJzzxs4Ybu52j9ZToYc88bOGG7udo/WUr1i947gSp9SGoAAsREAAABbbIW3i3FzumohlSS22QtvFuLndNRDOdavhl9vk2w7ZJuNG9eV5czVxCJCW8aN68ry5mriESHwLpZ/MV4IfTujngk4qAAVo7oAAB7rd3xUzlsHWNLClerd3xUzlsHWNLCn0HoT3UvFCmdKu8j4KAAXcqgAAAAAAIgywuAyo8slNc0l8iDLC4DKjyyU1zSTReIZxT5PD9lSkYALkQAAAAeqjeOJHlMLroeU9VG8cSPKYXXQwuoyh0xOeeNnDDd3O0frKdDDnnjZww3dztH6ylesXvHcCVPqQ1AAFiIgAAALbZC28W4ud01EMqSW2yFt4txc7pqIZzrV8Mvt8m2HbJNxo3ryvLmauIRIS3jRvXleXM1cQiQ+BdLP5ivBD6d0c8EnFQACtHdAAAPdbu+Kmctg6xpYUr1bu+Kmctg6xpYU+g9Ce6l4oUzpV3kfBQAC7lUAAAAAABruItnUq+rWjW7WYk1Dk40SHEc6WejH52ORyZlVFTwp5DYjVcV71l7AsuYuaakI09CgRYUNYMJ6NcqvejEXOu5uZ85siR6vTI17jC3XaSONq7h19uuLpcP3Y2ruHX264ulw/dmC22FE0OqnSoY22FE0OqnSoZ1Mi0fXmhpviM7tXcOvt1xdLh+7G1dw6+3XF0uH7swW2womh1U6VDG2womh1U6VDGRaPrzQXxGd2ruHX264ulw/dn0lsmPD2XmYUdk9cKvhPa9uebh5s6LnT/AA/Qa9tsKJodVOlQz+5fKsokWPDhJZ9URXvRuf4zD3M65jGRaPrzQXxFiyH7nydrFuG46hXZ6crrZqfmHzEZIUzDRiOcudcyLDXMn+pMBBF6ZSlJtm7apb0a1qjMRKdMul3RWTDEa9W8aIu6hCpUnVy5jWbH5N36j7bV3Dr7dcXS4fuxtXcOvt1xdLh+7MFtsKJodVOlQxtsKJodVOlQydkWj680Nd8Rndq7h19uuLpcP3Y2ruHX264ulw/dmC22FE0OqnSoY22FE0OqnSoYyLR9eaC+Izu1dw6+3XF0uH7skHCzDqhYc0qcp1BjT8WDNzHxiIs3Fa9yO2KN3FRrdzM1CIdthRNDqp0qGSjgtiZJ4mUioVGTpUzTmyUyku5kaI16uVWI7Ombi3TRUNrEjXO35J6asd/6TabmoUnX5BknOvjNhsipFRYTkRc6IqcaLufOU17vZ2/+3qP81vZP3GPEGVw3taBXpumx6hDjTjJVIUGIjHIrmPdss68XzP8AciXbYUTQ6qdKhnIf0firlzzoUcuJOitOembkMkVEJZ72dv8A7eo/zW9kd7O3/wBvUf5reyRNtsKJodVOlQxtsKJodVOlQzz/AAjT/wBun0NnblX/AFVJZ72dv/t6j/Nb2R3s7f8A29R/mt7JE22womh1U6VDG2womh1U6VDH8I0/9un0HblX/VUl6Sw6oUpOQJqHGn1fAitiNR0VqpnaqKmf5voNwK/UDKgo1Wr9NpLLTqUJ8/OQZVsR0zDVGLEejEcvoRXZywJsjsplnfpZGjL8DRNWy1Sosjsq4AA2GkAAAAAAEQ5YHAXU+VymvaS8RDlgcBdT5XKa9pJovEM4p8niTYUpEAC5EAAAAH3p3jCW/jM6yHwPvTvGEt/GZ1kMLqModNDnvjpwyXbzpF/M6EHPfHThku3nSL+ZXrF713D7kqfZNMABYiIAAAC2eQrvLuTnVupYVMLZ5Cu8u5OdW6lhzrV8Mvt8m2HbMplucEtP57g6mMU4Lj5bnBLT+e4OpjFODFk+H91MzbQAB0jSAAAZzDvhEtfnuS/qGHR85wYd8Ilr89yX9Qw6PlftraZ7kqn1KAAcQkAAAAAAAiHLA4C6nyuU17SXiIcsDgLqfK5TXtJNF4hnFPk8SbClIgAXIgAAAA+9O8YS38ZnWQ+B96d4wlv4zOshhdRlDpoc98dOGS7edIv5nQg5746cMl286RfzK9Yveu4fclT7JpgALERAAAAWzyFd5dyc6t1LCphbPIV3l3Jzq3UsOdavhl9vk2w7ZlMtzglp/PcHUxinBcfLc4Jafz3B1MYpwYsnw/upmbaAAOkaQAADOYd8Ilr89yX9Qw6PnODDvhEtfnuS/qGHR8r9tbTPclU+pQADiEgAAAAAAEQ5YHAXU+VymvaS8RnlOUGsXJhDP0qg0+NUJ6JMyz2QIWbZORsZquXdVE3ERVJFIqJOxVxT5PD9lSiAN77zmKOhFU9n2h3nMUdCKp7PtFu6xF505oQsl2BogN77zmKOhFU9n2h3nMUdCKp7PtDrEXnTmgyXYGiH3p3jCW/jM6yG6d5zFHQiqez7R9ZHB/E9k7Ae+yqojWxWqq/R7iIqfeMLURXbac0CNdgX7Oe+OnDJdvOkX8zoQUoxewsxEquKNy1Om2jUZqTmahEiQIzNhsXtVdxUzuznAsd7WSOVy3aPuSZ0VU0ENg3vvOYo6EVT2faHecxR0Iqns+0WDrEXnTmhGyXYGiA3vvOYo6EVT2faHecxR0Iqns+0OsRedOaDJdgaIWzyFd5dyc6t1LCB+85ijoRVPZ9osjkg2pcdqWrXZa5KPM0uNMVFsSEyNsc72fBNTOmZV40VDn2nNG6nVGuRdW/1NsLVR2o+WW5wS0/nuDqYxTgu5lZ23Xrow2kqdbtLj1KbZVoUZ0KDm2SMSFFRXbqpuZ3J+JV7vOYo6EVT2faMWXLG2nuc5E0rvEzVV2hDRAb33nMUdCKp7PtDvOYo6EVT2faOj1iLzpzQ1ZLsDRAb33nMUdCKp7PtDvOYo6EVT2faHWIvOnNBkuwMBh3wiWvz3Jf1DDo+UWsjCXEqSve352as2pwpeXqspGjRHLDzMY2MxznL87wIiKpek4VsSMe5uSqKSYEVEW8AA4xvAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/9k="; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/index.js b/ej2-javascript/code-snippet/grid/grid-cs8/index.js index fd937d950..722b99708 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/index.js +++ b/ej2-javascript/code-snippet/grid/grid-cs8/index.js @@ -1,13 +1,11 @@ var grid = new ej.grids.Grid({ dataSource: data, columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, - { field: 'CustomerID', width: 140, headerText: 'Customer ID' }, - { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 120, format: 'C' }, - { field: 'OrderDate', headerText: 'Order Date', textAlign: 'Right', width: 140, format: 'yMd' } + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 140, }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', format: 'C', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', textAlign: 'Right', format: 'yMd', width: 140 } ], height: 315 }); - grid.appendTo('#Grid'); - diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/index.ts b/ej2-javascript/code-snippet/grid/grid-cs8/index.ts index 1c53617fe..943c3fd35 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/index.ts +++ b/ej2-javascript/code-snippet/grid/grid-cs8/index.ts @@ -6,15 +6,11 @@ import { data } from './datasource.ts'; let grid: Grid = new Grid({ dataSource: data, columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, - { field: 'CustomerID', width: 140, headerText: 'Customer ID' }, - { field: 'Freight', headerText: 'Freight', textAlign: 'Right', width: 120, format: 'C' }, - { field: 'OrderDate', headerText: 'Order Date', textAlign: 'Right', width: 140, format: 'yMd' } + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, + { field: 'CustomerID', width: 140, headerText: 'Customer ID' }, + { field: 'Freight', headerText: 'Freight', textAlign: 'Right', format: 'C', width: 120 }, + { field: 'OrderDate', headerText: 'Order Date', textAlign: 'Right', format: 'yMd', width: 140 } ], height: 315 }); - grid.appendTo('#Grid'); - - - diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/js/index.html b/ej2-javascript/code-snippet/grid/grid-cs8/js/index.html index 8a6338bf8..8a4914dd0 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/js/index.html +++ b/ej2-javascript/code-snippet/grid/grid-cs8/js/index.html @@ -1,56 +1,41 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - +
- - - \ No newline at end of file + + + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/productData.ts b/ej2-javascript/code-snippet/grid/grid-cs8/productData.ts deleted file mode 100644 index ebae5b90d..000000000 --- a/ej2-javascript/code-snippet/grid/grid-cs8/productData.ts +++ /dev/null @@ -1,41 +0,0 @@ -export let productData: Object[] = [ - { - ProductID: 1, - ProductName: 'Chai', - UnitPrice: 18.0, - UnitsInStock: 39, - TotalCost: 702 - }, - - { - ProductID: 2, - ProductName: 'Chang', - UnitPrice: 19.0, - UnitsInStock: 17, - TotalCost: 323 - }, - - { - ProductID: 3, - ProductName: 'Aniseed Syrup', - UnitPrice: 10.0, - UnitsInStock: 13, - TotalCost: 130 - }, - - { - ProductID: 4, - ProductName: "Chef Anton's Cajun Seasoning", - UnitPrice: 22.0, - UnitsInStock: 53, - TotalCost: 1166 - }, - - { - ProductID: 5, - ProductName: "Chef Anton's Gumbo Mix", - UnitPrice: 21.35, - UnitsInStock: 0, - TotalCost: 0 - } - ]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/systemjs.config.js b/ej2-javascript/code-snippet/grid/grid-cs8/systemjs.config.js index a60282196..5aadba072 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/grid-cs8/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", @@ -23,7 +23,6 @@ System.config({ "@syncfusion/ej2-richtexteditor": "syncfusion:ej2-richtexteditor/dist/ej2-richtexteditor.umd.min.js", "@syncfusion/ej2-filemanager": "syncfusion:ej2-filemanager/dist/ej2-filemanager.umd.min.js", "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", - "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", @@ -35,8 +34,8 @@ System.config({ "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js", "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", - "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", - "@syncfusion/ej2-notifications": "syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" + }, meta: { '*.json': { loader: 'plugin-json' } diff --git a/ej2-javascript/code-snippet/grid/grid-cs8/ts/index.html b/ej2-javascript/code-snippet/grid/grid-cs8/ts/index.html index f11506675..15f4c77a8 100644 --- a/ej2-javascript/code-snippet/grid/grid-cs8/ts/index.html +++ b/ej2-javascript/code-snippet/grid/grid-cs8/ts/index.html @@ -8,38 +8,20 @@ - - - - - - - - - - - - - + + + + + + + + + + + + -
Loading....
diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/datasource.ts b/ej2-javascript/code-snippet/grid/headertemplate-cs1/datasource.ts index c7b6b3d0c..ada2e0c74 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/datasource.ts +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/datasource.ts @@ -75,208 +75,3 @@ export let data: Object[] = [ ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -export let employeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/es5-datasource.js b/ej2-javascript/code-snippet/grid/headertemplate-cs1/es5-datasource.js index 7fc7297c3..c1223dc0b 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/es5-datasource.js @@ -75,208 +75,3 @@ var data = [ ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -var employeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.js b/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.js index b23fe0553..b2da453a3 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.js +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.js @@ -1,16 +1,42 @@ var grid = new ej.grids.Grid({ - dataSource: employeeData, - columns: [ - { field: 'EmployeeID', headerText: 'Employee ID', width: 120, textAlign: 'Right', headerTemplate: '#employeetemplate' }, - { field: 'FirstName', headerText: 'First Name', width: 140 }, - { - field: 'BirthDate', headerText: 'Birth Date', width: 130, format: 'yMd', - textAlign: 'Right', headerTemplate: '#datetemplate' - }, - { field: 'City', width: 120 }, - { field: 'Country', headerText: 'Country', width: 140, format: 'yMd', textAlign: 'Right' }, - ], - height: 315 + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120, }, + { + field: 'CustomerID', headerText: 'Customer ID', width: 140, + headerTemplate: `
+ + Customer ID +
`, + }, + { field: 'Freight', headerText: 'Freight', format: "C", width: 120, headerTemplate: `
`, }, + { + field: 'OrderDate', headerText: 'Order Date', textAlign: "Right", width: 200, format: 'yMd', + headerTemplate: `
+ +
` + }, + ], + height: 315 }); grid.appendTo('#Grid'); +var dropdownData = ['Freight', 'Shipment', 'Cargo']; + +var dropDownColumn = new ej.dropdowns.DropDownList({ + value: 'Freight', + popupHeight: '200px', + dataSource: dropdownData, +}); +dropDownColumn.appendTo('#Freight'); + +var toggleButton = new ej.buttons.Switch({ + headerText: 'Order Date', + change: onSwitchToggle, +}); +toggleButton.appendTo('#OrderDate'); + +function onSwitchToggle(args) { + headerText = args.checked ? 'Purchase Date' : 'Order Date'; + document.getElementById('headerText').innerHTML = headerText; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.ts b/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.ts index af92b0d8a..a8cb53c59 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.ts +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/index.ts @@ -1,23 +1,46 @@ +import { Grid,ChangeEventArgs } from '@syncfusion/ej2-grids'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { Switch } from '@syncfusion/ej2-buttons'; +import { data } from "./datasource.ts" - -import { Grid } from '@syncfusion/ej2-grids'; -import { employeeData } from './datasource.ts'; - +let dropdownData = ['Freight', 'Shipment', 'Cargo']; let grid: Grid = new Grid({ - dataSource: employeeData, - columns: [ - { field: 'EmployeeID', headerText: 'Employee ID', width: 120, textAlign: 'Right', headerTemplate: '#employeetemplate' }, - { field: 'FirstName', headerText: 'First Name', width: 140 }, - { - field: 'BirthDate', headerText: 'Birth Date', width: 130, format: 'yMd', - textAlign: 'Right', headerTemplate: '#datetemplate' - }, - { field: 'City', width: 120 }, - { field: 'Country', headerText: 'Country', width: 140, format: 'yMd', textAlign: 'Right' }, - ], - height: 315 + dataSource: data, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 120 }, + { + field: 'CustomerID', headerText: 'Customer ID', width: 140, + headerTemplate: `
Customer ID
`, + }, + { field: 'Freight', headerText: 'Freight', headerTemplate: `
`, width: 120 }, + { + field: 'OrderDate', headerText: 'Order Date', format: 'yMd', + headerTemplate: + `
+ +
`, + width: 200, + }, + ], + height: 315 }); grid.appendTo('#Grid'); +let dropDownColumn: DropDownList = new DropDownList({ + value: 'Freight', + popupHeight: '200px', + dataSource: dropdownData, +}); +dropDownColumn.appendTo('#Freight'); +let headerText = 'order date'; + +let toggleButton: Switch = new Switch({ + change: onSwitchToggle, +}); +toggleButton.appendTo('#OrderDate'); +function onSwitchToggle(args: ChangeEventArgs) { + headerText = args.checked ? 'Purchase Date' : 'Order Date'; + (document.getElementById('headerText') as HTMLElement).innerHTML = headerText; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/js/index.html b/ej2-javascript/code-snippet/grid/headertemplate-cs1/js/index.html index 822398cbd..0f160ea70 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/js/index.html +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/js/index.html @@ -1,60 +1,56 @@ - + + + + EJ2 Grid - - - - - - - - - - - - - - - - - + + + + + + + + + + - - - + @font-face { + font-family: 'ej2-headertemplate'; + src: + url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj1vTFIAAAEoAAAAVmNtYXDS2c5qAAABjAAAAEBnbHlmQmNFrQAAAdQAAANoaGVhZBRdbkIAAADQAAAANmhoZWEIUQQEAAAArAAAACRobXR4DAAAAAAAAYAAAAAMbG9jYQCOAbQAAAHMAAAACG1heHABHgENAAABCAAAACBuYW1lohGZJQAABTwAAAKpcG9zdA2o3w0AAAfoAAAAQAABAAAEAAAAAFwEAAAAAAAD9AABAAAAAAAAAAAAAAAAAAAAAwABAAAAAQAATBXy9l8PPPUACwQAAAAAANillKkAAAAA2KWUqQAAAAAD9APzAAAACAACAAAAAAAAAAEAAAADAQEAEQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wLpYAQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAEAAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAAsAAAABgAEAAEAAucC6WD//wAA5wLpYP//AAAAAAABAAYABgAAAAIAAQAAAAAAjgG0ABEAAAAAA8kD8wADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwBPAGsAACUVIzUjFSM1IxUjNSMVIzUjFSM1JRUjNSMVIzUjFSM1IxUjNSMVIzUlFSM1IxUjNSMVIzUjFSM1IxUjNQMVHwYhPwcRITcjDwghNS8HIzUjFSE1IwN2U1NTU1RTU1NTAuxTU1NTVFNTU1MC7FNTU1NUU1NTU1QCAwUGBggIA0QICAcHBQQBAvxsp30ICAcHAgUDAQEDlAECBAUHBwgIfVP+YFOzU1NTU1NTU1NTU6dUVFRUVFRUVFRUplNTU1NTU1NTU1P+NgQIBwcGBAMCAQIEBQcHAwgCdPoBAgQFAwcHCIF8CQgHBgUEAgFTU1MABAAAAAAD9APeADQAbQCuAQAAAAEfCDc1Lwc1PwIPBy8HHww3HwQPATMVPwc1Lx0jDwMfAgUdAR8GBTUzLxQjDx0BFxUfEDsBPxA1Nyc1LxIPEhUCCg8OGxcVExANCgMBAQMDCQQDAgECAxESEhMTExUUFRQTFBISEhEHCwYHCAkKCw0NDw8SuQQGAwIBAgRxlgsKCQcGBAMBAgMDAwUFBQcGBwgICQkKCgsKDAsMDQwNDQ4NDg45BQUDAQEEA/1eAgUGBwkKCwHjeggKDhEUFxs1FRMSEA4NCwoJBwcJBjwODg0ODQ0MDQwLDAoLCgoJCQgIBwYHBQUFAwMDAgEBAQECAgYICg0ODxISFBUXFwwMDA0MDQwMFxcVFBISDw4MCwgGAgIBAQICAwcJCw0PERITFRUXDAwMDA0NDAwMDAsXFRQTEQ8ODQoIBgICAVQEAwgJCgsMCwwbEBAREREZEA8VDAwKCgoIBwYFAwIBAQIDBQYHCAoUFQwLCwsLCgoJCAcGMwsWFhUVHB3QAQIEBggICgueDg4ODg0NDA0MCwsLCwoKCQgJBwgGBwUFBAQDAwECCw8NDxETCrIlawsKCAgGBAIB0AoLCwoLCQgNCAkLDA0NDg4ODg4ZFAIBAwMEBAUGBgYIBwkICQoKCwsLDAwMDA0ODQ4ODgH7DQwMDBgWFRQTERAODAoIBgICAQECAgYICgwOEBETFBUWGAwMDA0MDQwMCxcWFRMSEA8NDAkHAwIBAQEBAQECAwMICwwOEBETFBUWFwwMDQAAAAASAN4AAQAAAAAAAAABAAAAAQAAAAAAAQASAAEAAQAAAAAAAgAHABMAAQAAAAAAAwASABoAAQAAAAAABAASACwAAQAAAAAABQALAD4AAQAAAAAABgASAEkAAQAAAAAACgAsAFsAAQAAAAAACwASAIcAAwABBAkAAAACAJkAAwABBAkAAQAkAJsAAwABBAkAAgAOAL8AAwABBAkAAwAkAM0AAwABBAkABAAkAPEAAwABBAkABQAWARUAAwABBAkABgAkASsAAwABBAkACgBYAU8AAwABBAkACwAkAacgZWoyLWhlYWRlcnRlbXBsYXRlUmVndWxhcmVqMi1oZWFkZXJ0ZW1wbGF0ZWVqMi1oZWFkZXJ0ZW1wbGF0ZVZlcnNpb24gMS4wZWoyLWhlYWRlcnRlbXBsYXRlRm9udCBnZW5lcmF0ZWQgdXNpbmcgU3luY2Z1c2lvbiBNZXRybyBTdHVkaW93d3cuc3luY2Z1c2lvbi5jb20AIABlAGoAMgAtAGgAZQBhAGQAZQByAHQAZQBtAHAAbABhAHQAZQBSAGUAZwB1AGwAYQByAGUAagAyAC0AaABlAGEAZABlAHIAdABlAG0AcABsAGEAdABlAGUAagAyAC0AaABlAGEAZABlAHIAdABlAG0AcABsAGEAdABlAFYAZQByAHMAaQBvAG4AIAAxAC4AMABlAGoAMgAtAGgAZQBhAGQAZQByAHQAZQBtAHAAbABhAHQAZQBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIAB1AHMAaQBuAGcAIABTAHkAbgBjAGYAdQBzAGkAbwBuACAATQBlAHQAcgBvACAAUwB0AHUAZABpAG8AdwB3AHcALgBzAHkAbgBjAGYAdQBzAGkAbwBuAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAQIBAwEEAAtCVF9DYWxlbmRhcghlbXBsb3llZQAA) format('truetype'); + font-weight: normal; + font-style: normal; + } + .e-icon-userlogin:before { + font-family: 'ej2-headertemplate'; + content: "\e702"; + } + + .e-icon-userlogin { + margin-right: 5px; + } + + + + -
+ + + - - - - \ No newline at end of file + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/systemjs.config.js b/ej2-javascript/code-snippet/grid/headertemplate-cs1/systemjs.config.js index 3387b960e..a2f074113 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", @@ -29,7 +29,6 @@ System.config({ "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", - "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js" diff --git a/ej2-javascript/code-snippet/grid/headertemplate-cs1/ts/index.html b/ej2-javascript/code-snippet/grid/headertemplate-cs1/ts/index.html index 7523fd6b9..052eab344 100644 --- a/ej2-javascript/code-snippet/grid/headertemplate-cs1/ts/index.html +++ b/ej2-javascript/code-snippet/grid/headertemplate-cs1/ts/index.html @@ -8,47 +8,61 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + .e-row[aria-selected="true"] .e-customizedExpandcell { + background-color: #e0e0e0; + } + .e-grid.e-gridhover tr[role='row']:hover { + background-color: #eee; + } + .e-expand::before { + content: '\e5b8'; + } + .empImage { + margin: 6px 16px; + float: left; + width: 50px; + height: 50px; + } + - -
Loading....
+
- \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/datasource.ts b/ej2-javascript/code-snippet/grid/orientation-cs1/datasource.ts index c63c4fbd6..b2be8fe68 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/datasource.ts +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/datasource.ts @@ -74,646 +74,3 @@ export let data: Object[] = [ ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; - -export let employeeData: Object[] = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; -export let complexData: Object[] = [{ - 'EmployeeID': 1, - 'Name': { - 'LastName': 'Davolio', - 'FirstName': 'Nancy'}, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'Name':{ - 'LastName': 'Fuller', - 'FirstName': 'Andrew'}, - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'Name':{ - 'LastName': 'Leverling', - 'FirstName': 'Janet'}, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'Name':{ - 'LastName': 'Peacock', - 'FirstName': 'Margaret'}, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'Name':{ - 'LastName': 'Buchanan', - 'FirstName': 'Steven'}, - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'Name':{ - 'LastName': 'Suyama', - 'FirstName': 'Michael'}, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'Name':{ - 'LastName': 'King', - 'FirstName': 'Robert'}, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'Name': { - 'LastName': 'Callahan', - 'FirstName': 'Laura'}, - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'Name': { - 'LastName': 'Dodsworth', - 'FirstName': 'Anne'}, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -export let stringData: Object[] = [{ - 'EmployeeID': 1, - 'Name': [{ - 'LastName': 'Davolio'}, - {'LastName': 'Nancy'}], - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'Name':[{ - 'LastName': 'Fuller'}, - {'LastName': 'Andrew'}], - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'Name':[{ - 'LastName': 'Leverling'}, - {'LastName': 'Janet'}], - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'Name':[{ - 'LastName': 'Peacock'}, - {'LastName': 'Margaret'}], - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'Name':[{ - 'LastName': 'Buchanan'}, - {'LastName': 'Steven'}], - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'Name':[{ - 'LastName': 'Suyama'}, - {'LastName': 'Michael'}], - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'Name':[{ - 'LastName': 'King'}, - {'LastName': 'Robert'}], - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'Name':[{ - 'LastName': 'Callahan'}, - {'LastName': 'Laura'}], - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'Name': [{ - 'LastName': 'Dodsworth'}, - {'LastName': 'Anne'}], - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; -export let foodInformation: Object[] = [ - {FoodId:1,Time:"8:40 AM",FoodName:"CHEESE BURGER",Calorie:100,Protein:15,Fat:15,Carbohydrate:28}, - {FoodId:2,Time:"10:30 AM",FoodName:"PIZZA",Calorie:100,Protein:15,Fat:9,Carbohydrate:39}, - {FoodId:3,Time:"12:45 PM",FoodName:"CHICKEN NOODLE",Calorie:50,Protein:4,Fat:2,Carbohydrate:9}, - {FoodId:4,Time:"5:30 PM",FoodName:"YOGURT",Calorie:75,Protein:10,Fat:2,Carbohydrate:43}, - {FoodId:5,Time:"9:00 PM",FoodName:"BEEF SANDWICH",Calorie:125,Protein:22,Fat:13,Carbohydrate:34}, - {FoodId:6,Time:"11:00 PM",FoodName:"CHICKEN BURGER",Calorie:100,Protein:15,Fat:10,Carbohydrate:25}, - {FoodId:7,Time:"6:30 PM",FoodName:"VEG BURGER",Calorie:70,Protein:14,Fat:5,Carbohydrate:53}, - {FoodId:8,Time:"8:00 PM",FoodName:"VEG SANDWICH",Calorie:75,Protein:20,Fat:15,Carbohydrate:24}, - {FoodId:9,Time:"7:00 PM",FoodName:"EGG BURGER",Calorie:80,Protein:25,Fat:16,Carbohydrate:35}]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/es5-datasource.js b/ej2-javascript/code-snippet/grid/orientation-cs1/es5-datasource.js index 5f81abe50..710e087b9 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/es5-datasource.js +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/es5-datasource.js @@ -75,518 +75,3 @@ var data = [ ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 }]; -var cascadeData = [ - { - OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), - ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', - ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'Australia', ShipState: 'Queensland', Freight: 32.38, Verified: !0 - }, - { - OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), - ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', - ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Australia', ShipState: 'Tasmania', Freight: 11.61, Verified: !1 - }, - { - OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 4, OrderDate: new Date(8367642e5), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'United States', ShipState: 'New York', Freight: 65.83, Verified: !0 - }, - { - OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), - ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', - ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'Australia', ShipState: 'Queensland', Freight: 41.34, Verified: !0 - }, - { - OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 2, OrderDate: new Date(8368506e5), - ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', - ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'United States', ShipState: 'New York', Freight: 51.3, Verified: !0 - }, - { - OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 7, OrderDate: new Date(836937e6), - ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', - ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'United States', ShipState: 'New York', Freight: 58.17, Verified: !0 - }, - { - OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), - ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', - ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 22.98, Verified: !1 - }, - { - OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), - ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', - ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Australia', ShipState: 'Tasmania', Freight: 148.33, Verified: !0 - }, - { - OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), - ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', - ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 13.97, Verified: !1 - }, - { - OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), - ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', - ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'United States', ShipState: 'Virginia', Freight: 81.91, Verified: !0 - }, - { - OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), - ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', - ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'United States', ShipState: 'Washington', Freight: 140.51, Verified: !0 - }, - { - OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 4, OrderDate: new Date(8376282e5), - ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', - ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'United States', ShipState: 'Washington', Freight: 3.25, Verified: !1 - }, - { - OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', - ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Australia', ShipState: 'Victoria', Freight: 55.09, Verified: !0 - }, - { - OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 4, OrderDate: new Date(8377146e5), - ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', - ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'United States', ShipState: 'Washington', Freight: 3.05, Verified: !1 - }, - { - OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), - ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', - ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'Australia', ShipState: 'Victoria', Freight: 48.29, Verified: !0 - }]; - -var employeeData = [{ - 'EmployeeID': 1, - 'LastName': 'Davolio', - 'FirstName': 'Nancy', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'LastName': 'Fuller', - 'FirstName': 'Andrew', - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'LastName': 'Leverling', - 'FirstName': 'Janet', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'LastName': 'Peacock', - 'FirstName': 'Margaret', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'LastName': 'Buchanan', - 'FirstName': 'Steven', - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': - 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'LastName': 'Suyama', - 'FirstName': 'Michael', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'LastName': 'King', - 'FirstName': 'Robert', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'LastName': 'Callahan', - 'FirstName': 'Laura', - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'LastName': 'Dodsworth', - 'FirstName': 'Anne', - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; -var complexData = [{ - 'EmployeeID': 1, - 'Name': { - 'LastName': 'Davolio', - 'FirstName': 'Nancy' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-664743600000), - 'HireDate': new Date(704692800000), - 'Address': '507 - 20th Ave. E.\r\nApt. 2A', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98122', - 'Country': 'USA', - 'HomePhone': '(206) 555-9857', - 'Extension': '5467', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ - \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 2, - 'Name': { - 'LastName': 'Fuller', - 'FirstName': 'Andrew' - }, - 'Title': 'Vice President, Sales', - 'TitleOfCourtesy': 'Dr.', - 'BirthDate': new Date(-563828400000), - 'HireDate': new Date(713764800000), - 'Address': '908 W. Capital Way', - 'City': 'Tacoma', - 'Region': 'WA', - 'PostalCode': '98401', - 'Country': 'USA', - 'HomePhone': '(206) 555-9482', - 'Extension': '3457', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ - Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ - was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ - Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', - 'ReportsTo': 0, - 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' -}, -{ - 'EmployeeID': 3, - 'Name': { - 'LastName': 'Leverling', - 'FirstName': 'Janet' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-200088000000), - 'HireDate': new Date(702104400000), - 'Address': '722 Moss Bay Blvd.', - 'City': 'Kirkland', - 'Region': 'WA', - 'PostalCode': '98033', - 'Country': 'USA', - 'HomePhone': '(206) 555-3412', - 'Extension': '3355', - 'Photo': { 'Length': 21722 }, - - 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ - She has also completed a certificate program in food retailing management.\ - Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' -}, -{ - 'EmployeeID': 4, - 'Name': { - 'LastName': 'Peacock', - 'FirstName': 'Margaret' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mrs.', - 'BirthDate': new Date(-1018814400000), - 'HireDate': new Date(736401600000), - 'Address': '4110 Old Redmond Rd.', - 'City': 'Redmond', - 'Region': 'WA', - 'PostalCode': '98052', - 'Country': 'USA', - 'HomePhone': '(206) 555-8122', - 'Extension': '5176', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ - Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' -}, -{ - 'EmployeeID': 5, - 'Name': { - 'LastName': 'Buchanan', - 'FirstName': 'Steven' - }, - 'Title': 'Sales Manager', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-468010800000), - 'HireDate': new Date(750830400000), - 'Address': '14 Garrett Hill', - 'City': 'London', - 'Region': null, - 'PostalCode': 'SW1 8JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-4848', - 'Extension': '3453', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ - a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ - post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ - Telemarketing\' and \'International Sales Management.\' He is fluent in French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' -}, -{ - 'EmployeeID': 6, - 'Name': { - 'LastName': 'Suyama', - 'FirstName': 'Michael' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-205185600000), - 'HireDate': new Date(750830400000), - 'Address': 'Coventry House\r\nMiner Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'EC2 7JR', - 'Country': 'UK', - 'HomePhone': '(71) 555-7773', - 'Extension': '428', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ - (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ - He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 7, - 'Name': { - 'LastName': 'King', - 'FirstName': 'Robert' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Mr.', - 'BirthDate': new Date(-302731200000), - 'HireDate': new Date(757486800000), - 'Address': 'Edgeham Hollow\r\nWinchester Way', - 'City': 'London', - 'Region': null, - 'PostalCode': 'RG1 9SP', - 'Country': 'UK', - 'HomePhone': '(71) 555-5598', - 'Extension': '465', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ - University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ - he was transferred to the London office in March 1993.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 8, - 'Name': { - 'LastName': 'Callahan', - 'FirstName': 'Laura' - }, - 'Title': 'Inside Sales Coordinator', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-377982000000), - 'HireDate': new Date(762843600000), - 'Address': '4726 - 11th Ave. N.E.', - 'City': 'Seattle', - 'Region': 'WA', - 'PostalCode': '98105', - 'Country': 'USA', - 'HomePhone': '(206) 555-1189', - 'Extension': '2344', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ - French. She reads and writes French.', - 'ReportsTo': 2, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}, -{ - 'EmployeeID': 9, - 'Name': { - 'LastName': 'Dodsworth', - 'FirstName': 'Anne' - }, - 'Title': 'Sales Representative', - 'TitleOfCourtesy': 'Ms.', - 'BirthDate': new Date(-123966000000), - 'HireDate': new Date(784875600000), - 'Address': '7 Houndstooth Rd.', - 'City': 'London', - 'Region': null, - 'PostalCode': 'WG2 7LT', - 'Country': 'UK', - 'HomePhone': '(71) 555-4444', - 'Extension': '452', - 'Photo': { 'Length': 21626 }, - - 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', - 'ReportsTo': 5, - 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' -}]; - -var foodInformation = [ - { FoodId: 1, Time: "8:40 AM", FoodName: "CHEESE BURGER", Calorie: 100, Protein: 15, Fat: 15, Carbohydrate: 28 }, - { FoodId: 2, Time: "10:30 AM", FoodName: "PIZZA", Calorie: 100, Protein: 15, Fat: 9, Carbohydrate: 39 }, - { FoodId: 3, Time: "12:45 PM", FoodName: "CHICKEN NOODLE", Calorie: 50, Protein: 4, Fat: 2, Carbohydrate: 9 }, - { FoodId: 4, Time: "5:30 PM", FoodName: "YOGURT", Calorie: 75, Protein: 10, Fat: 2, Carbohydrate: 43 }, - { FoodId: 5, Time: "9:00 PM", FoodName: "BEEF SANDWICH", Calorie: 125, Protein: 22, Fat: 13, Carbohydrate: 34 }, - { FoodId: 6, Time: "11:00 PM", FoodName: "CHICKEN BURGER", Calorie: 100, Protein: 15, Fat: 10, Carbohydrate: 25 }, - { FoodId: 7, Time: "6:30 PM", FoodName: "VEG BURGER", Calorie: 70, Protein: 14, Fat: 5, Carbohydrate: 53 }, - { FoodId: 8, Time: "8:00 PM", FoodName: "VEG SANDWICH", Calorie: 75, Protein: 20, Fat: 15, Carbohydrate: 24 }, - { FoodId: 9, Time: "7:00 PM", FoodName: "EGG BURGER", Calorie: 80, Protein: 25, Fat: 16, Carbohydrate: 35 }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/index.js b/ej2-javascript/code-snippet/grid/orientation-cs1/index.js index 00d80a161..07eb3e634 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/index.js +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/index.js @@ -1,21 +1,22 @@ -let grid: Grid = new Grid({ - dataSource: data, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { field: 'CustomerID', headerText: 'Customer ID', width: 120 }, - { field: 'ShipCity', headerText: 'Ship City', textAlign: 'Center', customAttributes: { class: 'orientationcss' }, width: 80 }, - { field: 'ShipName', headerText: 'Ship Name', width: 100 } - ], - created: setHeaderHeight, - height: 240 +var customAttributes = { class: 'orientationcss' }; +var grid = new ej.grids.Grid({ + dataSource: data, + created: setHeaderHeight, + columns: [ + { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, + { field: 'CustomerID', headerText: 'Customer ID', width: 120 }, + { field: 'Freight', textAlign: 'center', format: 'C2', customAttributes: customAttributes, width: 80 }, + { field: 'ShipCity', headerText: 'Ship City', width: 100, format: 'yMd' }, + ], + height: 240, }); grid.appendTo('#Grid'); -function setHeaderHeight(args) { - var textWidth = document.querySelector(".orientationcss > div").scrollWidth; // obtain the width of the headerText content. - var headerCell = document.querySelectorAll(".e-headercell"); - for (var i = 0; i < headerCell.length; i++) { - (headerCell.item(i)).style.height = textWidth + 'px'; // assign the obtained textWidth as the height of the headerCell. - } -} - +function setHeaderHeight() { + var textWidth = document.querySelector('.orientationcss > div').scrollWidth; + var headerCell = document.querySelectorAll('.e-headercell'); + for (var i = 0; i < headerCell.length; i++) { + // Assign the obtained textWidth as the height of the headerCell. + headerCell.item(i).style.height = textWidth + 'px'; + } +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/index.ts b/ej2-javascript/code-snippet/grid/orientation-cs1/index.ts index 1b8da3ad4..3611c3618 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/index.ts +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/index.ts @@ -1,28 +1,26 @@ - - -import { Grid, ActionEventArgs } from '@syncfusion/ej2-grids'; +import { Grid } from '@syncfusion/ej2-grids'; import { data } from './datasource.ts'; +let customAttributes = { class: 'orientationcss' }; let grid: Grid = new Grid({ - dataSource: data, - columns: [ - { field: 'OrderID', headerText: 'Order ID', textAlign: 'Right', width: 100 }, - { field: 'CustomerID', headerText: 'Customer ID', width: 120 }, - { field: 'ShipCity', headerText: 'Ship City', textAlign: 'Center', customAttributes: { class: 'orientationcss' }, width: 80 }, - { field: 'ShipName', headerText: 'Ship Name', width: 100 } - ], - created: setHeaderHeight, - height: 240 + dataSource: data, + created: setHeaderHeight, + height: 240, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 100 }, + { field: 'CustomerID', headerText: 'Customer Name', width: 120 }, + { field: 'Freight', width: 80, customAttributes: customAttributes, format: 'C2', textAlign: 'Center' }, + { field: 'ShipCity', headerText: 'Order Date', width: 100, format: 'yMd' }, + ] }); +customAttributes = { class: 'orientationcss' }; grid.appendTo('#Grid'); -function setHeaderHeight(args: ActionEventArgs): void { - let textWidth: number = document.querySelector(".orientationcss > div").scrollWidth; // obtain the width of the headerText content. - let headerCell: NodeList = document.querySelectorAll(".e-headercell"); - for (let i: number = 0; i < headerCell.length; i++) { - (headerCell.item(i)).style.height = textWidth + 'px'; // assign the obtained textWidth as the height of the headerCell. - } -} - - - +function setHeaderHeight() { + let textWidth = (document.querySelector('.orientationcss > div')).scrollWidth; + //Obtain the width of the headerText content. + let headerCell = document.querySelectorAll('.e-headercell'); + for (let i = 0; i < headerCell.length; i++) { + (headerCell.item(i)).style.height = textWidth + 'px'; //Assign the obtained textWidth as the height of the headerCell. + } +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/js/index.html b/ej2-javascript/code-snippet/grid/orientation-cs1/js/index.html index 92d41232a..f39928680 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/js/index.html +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/js/index.html @@ -1,41 +1,47 @@ - - EJ2 Grid - - - - - - - - - - - - - - - - - - - - - - - - + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + - -
-
-
+
+
+
+ + + - - - \ No newline at end of file + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/systemjs.config.js b/ej2-javascript/code-snippet/grid/orientation-cs1/systemjs.config.js index b3ba0bb37..9264068f3 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/systemjs.config.js +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/systemjs.config.js @@ -10,7 +10,7 @@ System.config({ } }, paths: { - "syncfusion:": "https://cdn.syncfusion.com/ej2/20.3.56/" + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" }, map: { main: "index.ts", diff --git a/ej2-javascript/code-snippet/grid/orientation-cs1/ts/index.html b/ej2-javascript/code-snippet/grid/orientation-cs1/ts/index.html index 378f9432b..cbc462943 100644 --- a/ej2-javascript/code-snippet/grid/orientation-cs1/ts/index.html +++ b/ej2-javascript/code-snippet/grid/orientation-cs1/ts/index.html @@ -8,28 +8,30 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + +
Loading....
-
+
+ \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/datasource.ts b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/datasource.ts new file mode 100644 index 000000000..e4998a664 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/datasource.ts @@ -0,0 +1,217 @@ +export let data: Object[] = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }]; \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/es5-datasource.js b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/es5-datasource.js new file mode 100644 index 000000000..9a9a1c37e --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/es5-datasource.js @@ -0,0 +1,219 @@ +var data = [ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': new Date(836505e6), + 'ShippedDate': new Date(713764800000), + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': new Date(8368506e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': new Date(836937e6), + 'ShippedDate': new Date(750830400000), + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': new Date(8370234e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': new Date(8371098e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': new Date(837369e6), + 'ShippedDate': new Date(784875600000), + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': new Date(8374554e5), + 'ShippedDate': new Date(704692800000), + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8375418e5), + 'ShippedDate': new Date(713764800000), + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': new Date(8376282e5), + 'ShippedDate': new Date(702104400000), + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(736401600000), + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': new Date(8377146e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': new Date(8379738e5), + 'ShippedDate': new Date(750830400000), + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': new Date(8364186e5), + 'ShippedDate': new Date(757486800000), + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': new Date(836505e6), + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': new Date(8367642e5), + 'ShippedDate': new Date(762843600000), + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + } +]; + diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.css b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.css new file mode 100644 index 000000000..0fba63172 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.css @@ -0,0 +1,14 @@ +#container { + visibility: hidden; +} + +#loader { + color: #008cff; + font-family: 'Helvetica Neue','calibiri'; + font-size: 14px; + height: 40px; + left: 45%; + position: absolute; + top: 45%; + width: 30%; +} \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.js b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.js new file mode 100644 index 000000000..61d96f156 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.js @@ -0,0 +1,29 @@ +var grid = new ej.grids.Grid({ + dataSource: data, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120, textAlign: 'Center', headerTemplate: '#orderID' }, + { + headerText: 'Order Details', headerTemplate: '#orderDate', + columns: [ + { field: 'OrderDate', headerText: 'Order Date', format: 'yMd', width: 130, textAlign: 'Right', minWidth: 10, }, + { field: 'Freight', headerText: 'Freight($)', width: 120, format: 'C1', textAlign: 'Right', minWidth: 10, }, + ] + }, + { + headerText: 'Ship Details', + headerTemplate: '
Ship Details()
', + columns: [ + { field: 'ShippedDate', headerText: 'Shipped Date', format: 'yMd', textAlign: 'Right', width: 150, minWidth: 10, }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 150, minWidth: 10, }, + ] + }] +}); +grid.appendTo('#Grid'); +var dropdownData = ['Order Details', 'Order Information']; +var dropdownList = new ej.dropdowns.DropDownList({ + value: 'Order Details', + popupHeight: '200px', + dataSource: dropdownData, +}); +dropdownList.appendTo('#orderdate'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.ts b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.ts new file mode 100644 index 000000000..4efc8e60b --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/index.ts @@ -0,0 +1,37 @@ +import { Grid, Page} from '@syncfusion/ej2-grids'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { data } from './datasource.ts'; + +Grid.Inject(Page); + +let grid: Grid = new Grid({ + dataSource: data, + allowPaging: true, + + columns: [ + {field: 'OrderID',headerText: 'Order ID',width: 120,textAlign: 'Center',headerTemplate: '#orderID',}, + {headerText: 'Order Details',headerTemplate: '#orderDate', + columns: [ + {field: 'OrderDate',headerText: 'Order Date',textAlign: 'Right',width: 135,format: 'yMd',minWidth: 10}, + {field: 'Freight',headerText: 'Freight($)',textAlign: 'Right',width: 120,format: 'C2',minWidth: 10,}, + ] + }, + {headerText: 'Ship Details', + headerTemplate: '
Ship Details()
', + columns: [ + {field: 'ShippedDate',headerText: 'Shipped Date',textAlign: 'Right',width: 145,format: 'yMd',minWidth: 10,}, + {field: 'ShipCountry',headerText: 'Ship Country',width: 140,minWidth: 10}, + ], + }, + ], +}); +grid.appendTo('#Grid'); + +let dropdownData = ['Order Details', 'Order Information']; + +let dropDownColumn: DropDownList = new DropDownList({ + value: 'Order Details', + popupHeight: '200px', + dataSource: dropdownData, +}); +dropDownColumn.appendTo('#orderdate'); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/js/index.html b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/js/index.html new file mode 100644 index 000000000..6372be1fe --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/js/index.html @@ -0,0 +1,46 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/systemjs.config.js b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/systemjs.config.js new file mode 100644 index 000000000..c2cf2f86d --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/systemjs.config.js @@ -0,0 +1,44 @@ +System.config({ + transpiler: "typescript", + typescriptOptions: { + compilerOptions: { + target: "umd", + module: "commonjs", + moduleResolution: "node", + emitDecoratorMetadata: true, + experimentalDecorators: true + } + }, + paths: { + "syncfusion:": "https://cdn.syncfusion.com/ej2/23.2.4/" + }, + map: { + main: "index.ts", + typescript: "https://unpkg.com/typescript@2.2.2/lib/typescript.js", + 'plugin-json': 'https://cdnjs.cloudflare.com/ajax/libs/systemjs-plugin-json/0.3.0/json.min.js', + "@syncfusion/ej2-base": "syncfusion:ej2-base/dist/ej2-base.umd.min.js", + "@syncfusion/ej2-buttons": "syncfusion:ej2-buttons/dist/ej2-buttons.umd.min.js", + "@syncfusion/ej2-popups": "syncfusion:ej2-popups/dist/ej2-popups.umd.min.js", + "@syncfusion/ej2-navigations": "syncfusion:ej2-navigations/dist/ej2-navigations.umd.min.js", + "@syncfusion/ej2-data": "syncfusion:ej2-data/dist/ej2-data.umd.min.js", + "@syncfusion/ej2-grids": "syncfusion:ej2-grids/dist/ej2-grids.umd.min.js", + "@syncfusion/ej2-inputs": "syncfusion:ej2-inputs/dist/ej2-inputs.umd.min.js", + "@syncfusion/ej2-lists": "syncfusion:ej2-lists/dist/ej2-lists.umd.min.js", + "@syncfusion/ej2-dropdowns": "syncfusion:ej2-dropdowns/dist/ej2-dropdowns.umd.min.js", + "@syncfusion/ej2-excel-export": "syncfusion:ej2-excel-export/dist/ej2-excel-export.umd.min.js", + "@syncfusion/ej2-pdf-export": "syncfusion:ej2-pdf-export/dist/ej2-pdf-export.umd.min.js", + "@syncfusion/ej2-calendars": "syncfusion:ej2-calendars/dist/ej2-calendars.umd.min.js", + "@syncfusion/ej2-compression": "syncfusion:ej2-compression/dist/ej2-compression.umd.min.js", + "@syncfusion/ej2-file-utils": "syncfusion:ej2-file-utils/dist/ej2-file-utils.umd.min.js", + "@syncfusion/ej2-splitbuttons": "syncfusion:ej2-splitbuttons/dist/ej2-splitbuttons.umd.min.js", + "@syncfusion/ej2-notifications":"syncfusion:ej2-notifications/dist/ej2-notifications.umd.min.js" + }, + meta: { + '*.json': { loader: 'plugin-json' } + } +}); + +System.import('index.ts').catch(console.error.bind(console)).then(function () { + document.getElementById('loader').style.display = "none"; + document.getElementById('container').style.visibility = "visible"; +}); \ No newline at end of file diff --git a/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/ts/index.html b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/ts/index.html new file mode 100644 index 000000000..a2ac08cd4 --- /dev/null +++ b/ej2-javascript/code-snippet/grid/stackedheader-cs1-c/ts/index.html @@ -0,0 +1,45 @@ + + + + + EJ2 Grid + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+
+
+ + + + \ No newline at end of file diff --git a/ej2-javascript/grid/columns/foreign-key-column.md b/ej2-javascript/grid/columns/foreign-key-column.md index a90b882d1..89b8be7b2 100644 --- a/ej2-javascript/grid/columns/foreign-key-column.md +++ b/ej2-javascript/grid/columns/foreign-key-column.md @@ -11,13 +11,37 @@ domainurl: ##DomainURL## # Foreign key column in ##Platform_Name## Grid control -Foreign key column can be enabled by using [`column.dataSource`](../../api/grid/column/#datasource), [`column.foreignKeyField`](../api/grid/column/#foreignkeyfield) and [`column.foreignKeyValue`](../../api/grid/column/#foreignkeyvalue) properties. +The Foreign key column in the Syncfusion Grid control allows you to display related data from a foreign key data source in a column within the grid. This feature is particularly useful when you have a column in the grid that represents a foreign key relationship with another data source. -* [`column.dataSource`](../../api/grid/column/#datasource) - Defines the foreign data. -* [`column.foreignKeyField`](../../api/grid/column/#foreignkeyfield) - Defines the mapping column name to the foreign data. -* [`column.foreignKeyValue`](../../api/grid/column/#foreignkeyvalue) - Defines the display field from the foreign data. +To enable and integrate the foreign key column in the ##Platform_Name## Grid control, follow these steps: -In the following example, **Employee Name** is a foreign column which shows **FirstName** column from foreign data. + 1.Inject the ForeignKeyService in the Grid + + ```typescript + ej.grids.Grid.Inject(ej.grids.ForeignKey); +``` + +2.Define the foreign key column in the grid using the following properties: + +* [dataSource](../../api/grid/column/#datasource): Specifies the foreign data source that contains the related data. + +* [foreignKeyField](../../api/grid/column/#foreignkeyfield): Maps the column name in the grid to the field in the foreign data source that represents the foreign key relationship. + +* [foreignKeyValue](../../api/grid/column/#foreignkeyvalue): Specifies the field from the foreign data source that should be displayed in the grid as the related data. + +```typescript + +{field: 'EmployeeID', headerText: 'Employee ID', width: 150, foreignKeyValue: 'FirstName', foreignKeyField: 'EmployeeID', dataSource: employeeData} + +``` + +>The `foreignKeyField` property should match the name of the field in the foreign data source that represents the foreign key relationship, and the `foreignKeyValue` property should specify the field from the foreign data source that should be displayed in the grid as the related data. + +## Binding local data + +The Syncfusion Grid control provides a convenient way to bind local data to a foreign key column. This allows you to display related data from a local data source within the grid. Here's an example of how to bind local data to a Foreign Key column in Syncfusion Grid: + +In this example, **data** is the local data source for the Grid, and **employeeData** is the local data source for the foreign key column. The `field` property of the column is set to **EmployeeID** which represents the foreign key value in the **data**. The `foreignKeyValue` property is set to **FirstName** which represents the field name in the **employeeData** that you want to display in the foreign key column. {% if page.publishingplatform == "typescript" %} @@ -46,14 +70,47 @@ In the following example, **Employee Name** is a foreign column which shows **Fi {% previewsample "page.domainurl/code-snippet/grid/foreign-key-cs1" %} {% endif %} -> * For remote data, the sorting and grouping is done based on [`column.foreignKeyField`](../../api/grid/column/#foreignkeyfield) instead of [`column.foreignKeyValue`](../../api/grid/column/#foreignkeyvalue). -> * If [`column.foreignKeyField`](../../api/grid/column/#foreignkeyfield) is not defined, then the column uses [`column.field`](../../api/grid/column/#field). +## Binding remote data + +The Foreign key column in Syncfusion Grid allows you to bind remote data for a foreign key column. You can assign the service data as an instance of `DataManager` to the `dataSource` property, and provide the endpoint `URL` as the data source URL. + +This example demonstrates how to use the foreign key column with remote data binding using the [ODataV4Adaptor](../../grid/data-binding/remote-data#odata-v4-adaptor---binding-odata-v4-service) in the grid: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/foreign-key-cs1remote/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/foreign-key-cs1remote/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/foreign-key-cs1remote" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/foreign-key-cs1remote/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/foreign-key-cs1remote/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/foreign-key-cs1remote" %} +{% endif %} + +> * For remote data, the sorting and grouping is done based on [column.foreignKeyField](../../api/grid/column/#foreignkeyfield) instead of [column.foreignKeyValue](../../api/grid/column/#foreignkeyvalue). +> * If [column.foreignKeyField](../../api/grid/column/#foreignkeyfield) is not defined, then the column uses [column.field](../../api/grid/column/#field). ## Use edit template in foreignkey column -By default, the foreign key column uses the drop-down component for editing. You can render other than the drop-down component by using the [`column.edit`](../../api/grid/column/#edit) property. The following example demonstrates the way of using edit template in the foreign column. +The Syncfusion Grid provides support for using an edit template in a foreign key column. By default, a dropdown control is used for editing foreign key column. However, you can render a different control for editing by using the [column.edit](../../api/grid/column/#edit) property. Here's an example that demonstrates how to use an edit template in a foreign key column: -In the following code example, the `Employee Name` is a foreign key column. When editing, the AutoComplete component is rendered instead of drop-down list. +In this example, an [AutoComplete](../../auto-complete/default) control is rendered as the edit template for the **"EmployeeID"** foreign key column. The [dataSource](../../api/auto-complete/#datasource) property of the `AutoComplete` control is set to the employees data, and the fields property is configured to display the **"FirstName"** field as the value. {% if page.publishingplatform == "typescript" %} @@ -84,9 +141,9 @@ In the following code example, the `Employee Name` is a foreign key column. When ## Customize filter UI in foreignkey column -You can create your own filtering UI by using [`column.filter`](../../api/grid/column/#filter) property. The following example demonstrates the way to create a custom filtering UI in the foreign column. +The Syncfusion Grid allows you to customize the filtering user interface (UI) for foreign key columns by using the [column.filter](../../api/grid/column/#filter) property. By default, a dropdown control is used for filtering foreign key columns. However, you can create your own custom filtering UI by specifying a template function for the `column.filter` property. Here's an example that demonstrates how to create a custom filtering UI in a foreign key column: -In the following example, The `Employee Name` is a foreign key column. DropDownList is rendered using Filter UI. +In this example, a [DropDownList](../../drop-down-list/default.html) control is rendered as the filter UI for the **"EmployeeID"** foreign key column. The [dataSource](../../api/drop-down-list#datasource) property of the DropDownList control is set to the employees data, and the fields property is configured to display the **FirstName** field as the [text](../../api/drop-down-list#text) and **EmployeeID** field as the [value](../../api/drop-down-list#value). The `value` property is set to the current filter value of the column. {% if page.publishingplatform == "typescript" %} @@ -117,9 +174,9 @@ In the following example, The `Employee Name` is a foreign key column. DropDownL ## Use filter bar template in foreignkey column -You can use the filter bar template in foreign key column by defining the [`column.filterBarTemplate`](../../api/grid/column/#filterbartemplate) property. The following example demonstrates the way to use filter bar template in foreign column. +You can use the filter bar template in a foreign key column in Grid by defining the [column.filterBarTemplate](../../api/grid/column/#filterbartemplate) property. This allows you to customize the filter bar for the foreign key column with a custom control or HTML template. Here's an example that demonstrates how to use a filter bar template in a foreign key column: -In the following example, The `Employee Name` is a foreign key column. This column header shows the custom filter bar template and you can select filter value by using the `DropDown` options. +In this example, the **"EmployeeID"** column is a foreign key column, and the **filter** function is used as the filter bar template for this column. The `filter` function can be defined in your control code and should return the desired control or HTML template for the filter bar. The column header shows the custom filter bar template and you can select filter value by using the **DropDown** options. {% if page.publishingplatform == "typescript" %} @@ -150,9 +207,17 @@ In the following example, The `Employee Name` is a foreign key column. This colu ## Perform aggregation in foreignkey column -Default aggregations are not supported in a foreign key column. You can achieve aggregation for the foreign key column by using the custom aggregates. The following example demonstrates the way to achieve aggregation in foreign key column. +By default, aggregations are not supported in a foreign key column in the Syncfusion Grid. However, you can achieve aggregation for a foreign key column by using [customAggregate](../../api/grid/aggregateColumnDirective/#customaggregate). -In the following example, The `Employee Name` is a foreign key column and the aggregation for the foreign column was calculated in customAggregateFn. +To perform aggregation in a foreign key column, follow these steps: + +1.Define a foreign key column in the Grid. +2.Implement a custom aggregate function to calculate the aggregation for the foreign key column. +3.Set the [customAggregate](../../api/grid/aggregateColumnDirective/#customaggregate) property of the column to the custom aggregate function. + +Here's an example that demonstrates how to perform aggregation in a foreign key column: + +In the provided example, the `customAggregateFn` function is used to filter the data based on the **FirstName** field of the foreign key column, using the `getForeignData` internal function. The function then counts the occurrences of **Margaret**. The result is displayed in the grid's footer template using the `footerTemplate`. {% if page.publishingplatform == "typescript" %} @@ -183,7 +248,7 @@ In the following example, The `Employee Name` is a foreign key column and the ag ## Enable multiple foreign key columns -Multiple foreign key columns with editing options are enabled for the JavaScript(ES5) Grid component. +The Syncfusion Grid control supports the feature of enabling multiple foreign key columns with editing options. This allows users to display columns from foreign data sources in the Grid control. In the following example, **Customer Name** and **Ship City** are foreign key columns that display the **ContactName** and **City** columns from foreign data. @@ -212,4 +277,4 @@ In the following example, **Customer Name** and **Ship City** are foreign key co {% endtabs %} {% previewsample "page.domainurl/code-snippet/grid/foreign-key-cs6" %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/ej2-javascript/grid/columns/headers.md b/ej2-javascript/grid/columns/headers.md index 52160bd82..f99571520 100644 --- a/ej2-javascript/grid/columns/headers.md +++ b/ej2-javascript/grid/columns/headers.md @@ -13,7 +13,9 @@ domainurl: ##DomainURL## ## Header text -By default, column header title is displayed from column [`field`](../../api/grid/column/#field) value. To override the default header title, you have to define the [`headerText`](../../api/grid/column/#headertext) value. +By default, the header text of a column in Grid is displayed from the column’s [field](../../api/grid/column/#field) value. However, you can easily override the default header title and provide a custom header text for the column using the [headerText](../../api/grid/column/#headertext) property. + +To enable the `headerText` property, you simply need to define it in the [columns](../../api/grid/column/#columns) property. The following example demonstrates how to enable header text for a Grid column. {% if page.publishingplatform == "typescript" %} @@ -42,12 +44,14 @@ By default, column header title is displayed from column [`field`](../../api/gri {% previewsample "page.domainurl/code-snippet/grid/grid-cs8" %} {% endif %} -> * If both the [`field`](../../api/grid/column/#field) and [`headerText`](../../api/grid/column/#headertext) -are not defined in the column, the column renders with “empty” header text. +> * The `headerText` property is optional, and if it is not defined, then the corresponding column’s field value is set as header text for that column. +> * You can also use the [headerTemplate](../../api/grid/column/#headertemplate) property to apply custom HTML content to the header cell. ## Header template -You can customize the header element by using the [`headerTemplate`](../../api/grid/column/#headerTemplate) property. In this demo, the custom element is rendered for both EmployeeID and BirthDate column headers. +The [headerTemplate](../../api/grid/column/#headertemplate) property is used to customize the header element of a Grid column. With this property, you can render custom HTML elements or ##Platform_Name## control to the header element. This feature allows you to add more functionality to the header, such as sorting or filtering. + +In this demo, the custom element is rendered for both **CustomerID** and **OrderDate** column headers. {% if page.publishingplatform == "typescript" %} @@ -76,31 +80,215 @@ You can customize the header element by using the [`headerTemplate`](../../api/g {% previewsample "page.domainurl/code-snippet/grid/headertemplate-cs1" %} {% endif %} -## Change header text dynamically +>* The `headerTemplate` property is only applicable to Grid columns that have a header element. +>* You can use any HTML or ##Platform_Name## control in the header template to add additional functionality to the header element. -You can change the column [`headerText`](../../api/grid/column/#headertext) dynamically through an external button. +## Stacked header -Follow the given steps to change the header text dynamically: +In Grid, you can group multiple levels of column headers by stacking the Grid columns. This feature allows you to organize the Grid columns in a more structured and understandable way. This can be achieved by setting the [columns->columns](../../api/grid/column/#columns) property. Within this property, you can define an array of column objects to group together as sub-headers under a main header. You can define the `headerText` property of each sub-header column to set the text for that sub-header. -**Step 1**: +You can customize the appearance of the stacked header elements by using the headerTemplate property. This property accepts an id reference, which allows you to define custom HTML elements or ##Platform_Name## control to the header element. Here's an example of how to use stacked headers with a custom `headerTemplate` in Syncfusion Grid. -Get the column object corresponding to the field name by using the [`getColumnByField`](../../api/grid/#getcolumnbyfield) method. Then, change the header text value. +{% if page.publishingplatform == "typescript" %} -```ts -let column = grid.getColumnByField("ShipCity"); // Get column object. -column.headerText = 'Changed Text'; + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/stackedheader-cs1-c/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/stackedheader-cs1-c/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/stackedheader-cs1-c" %} -``` +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/stackedheader-cs1-c/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/stackedheader-cs1-c/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/stackedheader-cs1-c" %} +{% endif %} + +## Align the text of header text -**Step 2**: +You can horizontally align the text in column headers of the Grid control using the [headerTextAlign](../../api/grid/column/#headertextalign) property. By default, the text is aligned to the left, but you can change the alignment by setting the value of the `headerTextAlign` property to one of the following options: -To reflect the changes in the grid header, invoke the [`refreshHeader`](../../api/grid/#refreshheader) method. +* **Left**: Aligns the text to the left (default). +* **Center**: Aligns the text to the center. +* **Right**: Aligns the text to the right. +* **Justify**: Header text is justified. + +Here is an example of using the `headerTextAlign` property to align the text of a Grid column header: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/AlignText-cs1/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/AlignText-cs1/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/AlignText-cs1" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/AlignText-cs1/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/AlignText-cs1/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/AlignText-cs1" %} +{% endif %} -```ts -grid.refreshHeader(); +>* The `headerTextAlign` property only changes the alignment of the text in the column header, and not the content of the column. If you want to align both the column header and content, you can use the [textAlign](../../api/grid/column/#textalign) property. +>* You can also use the `headerTextAlign` property with the stacked header feature in Syncfusion Grid. The property will align the header text in the sub-headers as well. + +## Autowrap the header text + +The autowrap allows the cell content of the grid to wrap to the next line when it exceeds the boundary of the specified cell width. The cell content wrapping works based on the position of white space between words. To support the Autowrap functionality in Syncfusion Grid, you should set the appropriate [width](../../api/grid/column/#width) for the columns. The column width defines the maximum width of a column and helps to wrap the content automatically. + +To enable autowrap, set the `allowTextWrap` property to **true**. You can also configure the auto wrap mode by setting the [textWrapSettings.wrapMode](../../api/grid/textWrapSettings/#wrapmode) property. + +Grid provides the below three options for configuring: + +* **Both**: This is the default value for wrapMode. With this option, both the grid header text and content is wrapped. +* **Header**: With this option, only the grid header text is wrapped. +* **Content**: With this option, only the grid content is wrapped. + +>* If a column width is not specified, then the Autowrap of columns will be adjusted with respect to the grid's width. +>* If a column's header text contains no white space, the text may not be wrapped. +>* If the content of a cell contains HTML tags, the Autowrap functionality may not work as expected. In such cases, you can use the [headerTemplate](../../api/grid/column/#headertemplate) and [template](../../api/grid/column/#template) properties of the column to customize the appearance of the header and cell content. + +In the example below, the `textWrapSettings.wrapMode` property is set to **Header** only the grid header text is wrap to the next line. + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-autowrap/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-autowrap/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-autowrap" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-autowrap/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-autowrap/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-autowrap" %} +{% endif %} + +## Change the height of header + +Changing the height of the header can be useful in cases where the default height is not sufficient to display the header content cell. For example, if you have a header with a lot of text or if you want to add an image to the header, you may need to increase the height of the header to accommodate the content. This can be easily achieved by changing the height of the header using CSS or by dynamically adjusting the height using a methods. + +**Using CSS** + +You can use CSS to override the default height of the **.e-grid .e-headercell** class to change the height of the header. Here is an example code snippet: + +```css +.e-grid .e-headercell { + height: 130px; +} ``` +**Using methods** + +To change the height of the header dynamically, you can use the [getHeaderContent](../../api/grid#getheadercontent) method to get the header content element of the Syncfusion Grid. Then, you can use the **querySelectorAll** method to get all the header cell elements with the class **e-headercell**. Finally, you can loop through each header cell element and set its style property to adjust the height. + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-height/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-height/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-height" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-height/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-height/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-height" %} +{% endif %} + +>* You can also use the [getHeaderTable](../../api/grid/#getheadertable) method to get the table element of the header, and then adjust the height. +>* You cannot change the height of row below the default height of 42px using the **e-columnheader** class. + +## Change the header text dynamically + +The Syncfusion Grid controls provides a way to modify the header text of a corresponding column in real-time based on events or other events. This feature can be useful in various scenarios, such as displaying a custom header text for a specific column or updating the header text dynamically based on input. By allowing for dynamic changes to the header text, the Grid provides a more flexible and customizable experience. + +**Using event** + +To modify the header text of a corresponding column dynamically, you can use the [headerCellInfo](../../api/grid/#headercellinfo) event provided by the Syncfusion Grid. This event is triggered for each header cell element rendered in the Grid. + +When the `headerCellInfo` event is triggered, it provides a **HeaderCellInfoEventArgs** object as a parameter. This object contains the following properties: + +* **cell**: Defines the header cell that is being modified. +* **node**: Defines the DOM element of the header cell that is being modified. + +You can use these properties to access and modify the header text of the corresponding column. Once the header text is modified, you can refresh the Grid to reflect the changes by calling the [refreshHeader](../../api/grid#refreshheader) method of the Grid. + +**Using method** + +The Grid control provides several methods that allow you to change the column header text dynamically. Here are some of the methods you can use: + + 1.[getColumnByField](../../api/grid/#getcolumnbyfield): This method takes a field name as a parameter and returns the entire column object that corresponds to that field name, including properties such as headerText, width, and alignment. You can use this method to modify any aspect of the column. + + 2.[getColumnHeaderByField](../../api/grid/#getcolumnheaderbyfield): Retrieves the header element of a column based on its field name. You can modify the **textContent** property of the header element to change the header text. This method does not return a reference to the column object itself, only to the header element. + + 3.[getColumnIndexByField](../../api/grid/#getcolumnindexbyfield): Retrieves the index of a column based on its field name. You can then use the `getColumnByIndex` method to retrieve the column object and modify its `headerText` property to change the header text. + + 4.[getColumnByUid](../../api/grid/#getcolumnbyuid): Retrieves the column object based on its unique identifier (UID). You can modify the `headerText` property of the column object to change the header text. + + 5.[getColumnHeaderByIndex](../../api/grid/#getcolumnheaderbyindex): Retrieves the header element of a column based on its zero-based index. You can modify the **textContent** property of the header element to change the header text. This method does not return a reference to the column object itself, only to the header element. + + 6.[getColumnIndexByUid](../../api/grid/#getcolumnindexbyuid): Retrieves the index of a column based on its unique identifier (UID). You can then use the `getColumnByIndex` method to retrieve the column object and modify its `headerText` property to change the header text. + + 7.[getColumnHeaderByUid](../../api/grid/#getcolumnheaderbyuid): Retrieves the header element of a column based on its unique identifier (UID). You can modify the **textContent** property of the header element to change the header text. This method does not return a reference to the column object itself, only to the header element. If you only have an `template` for the column header, and the column itself is not defined with a `field` , then you can use the `getColumnHeaderByUid` method to get a reference to the header element and modify its text content to change the header text. + +>* When you change the header text dynamically, make sure to **refresh** the Grid to reflect the changes by calling the [refreshHeader](../../api/grid/#refreshheader) method. +>* The UID is automatically generated by the Grid control and may change whenever the grid is refreshed or updated. + +Here is an example of how to change the header text of a column using the `getColumnByField` method: + {% if page.publishingplatform == "typescript" %} {% tabs %} @@ -128,45 +316,119 @@ grid.refreshHeader(); {% previewsample "page.domainurl/code-snippet/grid/change-header-text-cs1" %} {% endif %} +**Changing header text using headerValueAccessor property** + +The [headerValueAccessor](../../api/grid/headervalueaccessor/) property in Syncfusion Grid allows you to customize the text of a column header cell, which can be useful in scenarios where you want to change the text to display it in a different language, format or add additional information to the header. This property is triggered every time the header cell is rendered. + +To enable the `headerValueAccessor` property, you need to set the `headerValueAccessor`vgfcccccccccccccccccccccccccccccccccccc property of the corresponding column. This property accepts a callback function that takes two arguments: + + * **field**: Represents the current field of the column. + * **column**: Represents the current column object. + +>* The `headerValueAccessor` property should only be used to change the text of the header and not to perform any DOM-oriented operations such as adding or manipulating DOM elements in the header. In such cases, you should use the [headerCellInfo](../../api/grid/#headercellinfo) event instead. +>* The `headerValueAccessor` property is triggered every time the header cell is rendered or refreshed. +>* The callback function defined for the `headerValueAccessor` property should return a string that represents the new text of the column header. +>* If you only need to refresh the column header, you can dynamically change the header content using the [refreshHeader](../../api/grid/#refreshheader) method. +>* You can use this property for individual columns or for all columns by adding it to the grid's properties. + +Here's an example of how to use the `headerValueAccessor` property to change the header text of a column: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-property/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-property/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-property" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-property/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-property/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-property" %} +{% endif %} + +**Changing the header text of all columns** + +If you want to change the header text of all columns in the grid, you can loop through the Columns collection of the grid and set the `headerText` property for each column. Here is an example: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-allcolumn/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-allcolumn/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/ccolumn-header-allcolumn" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-allcolumn/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-allcolumn/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-allcolumn" %} +{% endif %} + ## Change the orientation of header text -You can change the orientation of the header text by using the [`customAttributes`](../../api/grid/column/#customattributes) property. +By default, the text in the column headers of the Syncfusion Grid controls is oriented horizontally. However, in some cases, you may want to change the orientation of the header text to vertical, diagonal, or at a custom angle. This can be achieved by adding a custom CSS class to the column header cell using the [customAttributes](../../api/grid/column/#customattributes) property of the Grid columns. -Ensure the following steps: +Follow the below steps to change the orientation of the header text in Grid: -**Step 1**: +**Step 1**: **Create a CSS class with orientation style for grid header cell** -Create a CSS class with orientation style for the grid header cell. +To `rotate` the header text, you can create a CSS class with the `transform` property that rotates the header text 90 degrees. This class will be added to the header cell using the `customAttributes` property. -``` +```css .orientationcss .e-headercelldiv { transform: rotate(90deg); } - ``` -**Step 2**: +**Step 2**: **Add the custom CSS class to the grid column** -Add the custom CSS class to a particular column by using the [`customAttributes`](../../api/grid/column/#customattributes) property. +Once you have created the CSS class, you can add it to the particular column by using the `customAttributes` property. This property allows you to add any custom attribute to the grid column. -```ts - { field: 'ShipCity', headerText: 'Ship City', textAlign: 'Center', customAttributes: {class: 'orientationcss'}, width: 80 }, +For example, to add the orientationcss class to the Freight column, you can use the following code: +```typescript + { field: 'Freight', headerText: 'Freight', textAlign: 'Center', format: 'C2', customAttributes: {class: 'orientationcss'}, width: 80} ``` -**Step 3**: +**Step 3**: **Resize the header cell height** -Resize the header cell height by using the following code. +After adding the custom CSS class to a column, you need to resize the header cell height so that the rotated header text is fully visible. You can do this by using the following code: -```ts -function setHeaderHeight(args) { - let textWidth: number = document.querySelector(".orientationcss > div").scrollWidth;//Obtain the width of the headerText content. - let headerCell: NodeList = document.querySelectorAll(".e-headercell"); +```typescript +setHeaderHeight(args) { + let textWidth: number = document.querySelector('.orientationcss > div').scrollWidth;//Obtain the width of the headerText content. + let headerCell: NodeList = document.querySelectorAll('.e-headercell'); for(let i: number = 0; i < headerCell.length; i++) { (headerCell.item(i)).style.height = textWidth + 'px'; //Assign the obtained textWidth as the height of the headerCell. } } - ``` {% if page.publishingplatform == "typescript" %} @@ -194,4 +456,287 @@ function setHeaderHeight(args) { {% endtabs %} {% previewsample "page.domainurl/code-snippet/grid/orientation-cs1" %} -{% endif %} \ No newline at end of file +{% endif %} + +## Custom tooltip for header + +Custom tooltips for headers provide additional information when hovering over a column header in the Syncfusion Grid. This can be useful in situations where there is not enough space to display all of the information related to a column, or when there is additional context that may be helpful. + +To enable custom tooltips for headers, you can use the [beforeRender](../../api/grid/#beforeRender) event of the Grid control. This event is triggered for each header cell before it is rendered, allowing you to add a custom tooltip to the header cell using [tooltip](../../tooltip/content) control. + +Here's an example of how to use the `beforeRender` event to add a custom tooltip to a header cell: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-tooltip/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-tooltip/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-tooltip" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-tooltip/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-tooltip/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-tooltip" %} +{% endif %} + +> * The [headerCellInfo](../../api/grid/#querycellinfo) event can also be used to customize the header tooltip. This event is triggered for each header cell after it is rendered. + +## Customize header text styles + +Customizing the grid header styles allows you to modify the appearance of the column header in the Grid control to meet your design requirements. You can customize the font, background color, and other styles of the header cells. To customize the header styles in the grid, you can use CSS, properties, methods, or event support provided by the Syncfusion ##Platform_Name## Grid control. + +### Using CSS + +You can apply styles to the header cells using CSS selectors. The Grid provides a class name for each header cell element, which you can use to apply styles to that specific header cell. The **.e-headercell** class can be used to change the background color and text color of the column header. + +```CSS + .e-grid .e-headercell { + background-color: #a2d6f4; + color:rgb(3, 2, 2); + } +``` + +Here's an example that demonstrates how to customize the appearance of a specific column header in the Grid using **className**. + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-stylescss/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylescss/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylescss" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-stylescss/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylescss/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylescss" %} +{% endif %} + +### Using property + +You can customize the appearance of the column headers in Grid using the [customAttributes](../../api/grid/column/#customattributes) property. The `customAttributes` property takes an object with the name-value pair to customize the CSS properties for grid header cells. You can also set multiple CSS properties to the custom class using the customAttributes property. + +To customize the header of a column, you can follow the steps below: + +Step 1: Define a CSS class that specifies the styles you want to apply to the header cell of the column. For example, to change the background color and text color of the header cell, define a CSS class like this: + + ```CSS + .e-grid .e-headercell.customcss { + background-color: rgb(43, 205, 226); + color: black; + } + ``` + +Step 2: Set the `customAttributes` property of the desired column to an object that contains the CSS class **customcss**. This CSS class will be applied to the header cell of the specified column in the Grid. + + ```ts + {field: "Freight" headerText: "Freight" customAttributes: {class: '.customcss'}} + ``` + +The following example demonstrates how to customize the appearance of the **OrderID** and **Freight** columns using custom attributes. + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-stylesproperty/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylesproperty/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylesproperty" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-stylesproperty/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylesproperty/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylesproperty" %} +{% endif %} + +### Using method + +The Syncfusion Grid provides methods to customize the appearance of the grid columns header. + + 1. [getColumnHeaderByIndex](../../api/grid/#getcolumnheaderbyindex): The method is used to customize the appearance of a specific column header in the grid by specifying the index of the column for which you want to customize the header. + + 2. [getColumnHeaderByField](../../api/grid/#getcolumnheaderbyfield): This method is used to retrieve the header element of a specific column by its field name. You can use the retrieved element to customize the appearance of the header element. + + 3. [getColumnHeaderByUid](../../api/grid/#getcolumnheaderbyuid): This method is used to retrieve the header element of a specific column by its unique ID. You can use the retrieved element to customize the appearance of the header element. + + 4. [getColumnIndexByField](../../api/grid/#getcolumnindexbyfield):This method is used to retrieve the index of a specific column by its field name. You can use the retrieved index to access the header element and customize its appearance. + + 5. [getColumnIndexByUid](../../api/grid/#getcolumnindexbyuid): This method is used to retrieve the index of a specific column by its unique ID. You can use the retrieved index to access the header element and customize its appearance. + +Here's an example of how to use these methods to change the style of a specific column header: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-stylesmethods/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylesmethods/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylesmethods" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-stylesmethods/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylesmethods/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylesmethods" %} +{% endif %} +>* The UID is automatically generated by the Grid control and may change whenever the grid is refreshed or updated. + +### Using event + +To customize the appearance of the grid header, you can handle the [headerCellInfo](../../api/grid/#querycellinfo) event of the grid. This event is triggered when each header cell is rendered in the grid, and provides an object that contains information about the header cell. You can use this object to modify the styles of the header column. + +The following example demonstrates how to add a `headerCellInfo` event handler to the grid. In the event handler, checked whether the current header column is **Order Date** field and then applied the appropriate CSS class to the cell based on its value. + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-stylesevents/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylesevents/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylesevents" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-stylesevents/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-stylesevents/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-stylesevents" %} +{% endif %} + +## How to refresh header + +The refresh header feature in the Syncfusion ##Platform_Name## Grid allows you to update the header section of the grid whenever changes are made to the grid's columns. This feature is useful when you want to reflect changes in the header immediately, such as modifying the column header text, width, or alignment. + +To use the refresh header feature, you can call the [refreshHeader](../../api/grid/#refreshheader) method of the Grid control. This method updates the grid header with the latest changes made to the columns. + +The following example demonstrates how to use the `refreshHeader` method to update the grid header: + +{% if page.publishingplatform == "typescript" %} + + {% tabs %} +{% highlight ts tabtitle="index.ts" %} +{% include code-snippet/grid/column-header-refreshHeader/index.ts %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-refreshHeader/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-refreshHeader" %} + +{% elsif page.publishingplatform == "javascript" %} + +{% tabs %} +{% highlight js tabtitle="index.js" %} +{% include code-snippet/grid/column-header-refreshHeader/index.js %} +{% endhighlight %} +{% highlight html tabtitle="index.html" %} +{% include code-snippet/grid/column-header-refreshHeader/index.html %} +{% endhighlight %} +{% endtabs %} + +{% previewsample "page.domainurl/code-snippet/grid/column-header-refreshHeader" %} +{% endif %} + +>* The `refreshHeader` method updates only the grid header and not the entire grid. +>* If you want to refresh the entire grid, you can use the `refresh` method instead. + +## How to get header element + +To get the header element in a Syncfusion Grid, you can use one of the following methods: + + 1.[getHeaderContent](../../api/grid/#getheadercontent): This method returns the header div element of the Grid. You can use this method to access the entire header content of the Grid. + + ```ts + const headerElement = grid.getHeaderContent(); + ``` + + 2.[getHeaderTable](../../api/grid/#getheadertable): This method returns the header table element of the Grid. You can use this method to access only the header table of the Grid. + + ```ts + const headerTableElement = grid.getHeaderTable(); + ``` + + 3.[getColumnHeaderByUid](../../api/grid/#getcolumnheaderbyuid): This method returns the column header element by its unique identifier. + + ```ts + const columnHeaderElement = grid.getColumnHeaderByUid("e-grid2"); + ``` + + 4.[getColumnHeaderByIndex](../../api/grid/#getcolumnheaderbyindex): This method returns the column header element by its index. + + ```ts + const columnHeaderElement = grid.getColumnHeaderByIndex(0); + ``` + + 5.[getColumnHeaderByField](../../api/grid/#getcolumnheaderbyfield): This method returns the column header element by its field name. + + ```ts + const columnHeaderElement = grid.getColumnHeaderByField("OrderID"); + ``` + +>* The UID is automatically generated by the Grid control and may change whenever the grid is refreshed or updated. +