This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mydata = [ | |
{ | |
"objects": [ | |
{ | |
"brand": "BMW", | |
"objectId": "20204wew02", | |
"description": "Blinkers", | |
"objectType": "Part", | |
"brandName": "BMW", | |
"DOB": true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parentItems = [ | |
{ | |
name: 'Parent-1', | |
modified: new Date().getTime(), | |
childItems: [ | |
{ | |
name: 'P[1] Child-1', | |
childItems: [ | |
{ name: 'P[1] C[1] GrandChild-1'}, | |
{ name: 'P[1] C[1] GrandChild-2'}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container-fluid"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<!--Owner Table below--> | |
<div class="panel panel-default panel-table"> | |
<div class="panel-heading"> | |
<div class="row"> | |
<div class="col col-xs-6"> | |
<h2 class="panel-title">Owner Packages</h2> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"IsTruncated": false, | |
"KeyMarker": "", | |
"VersionIdMarker": "", | |
"Versions": [ | |
{ | |
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"", | |
"Size": 0, | |
"StorageClass": "STANDARD", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"IsTruncated": false, | |
"KeyMarker": "", | |
"VersionIdMarker": "", | |
"Versions": [{ | |
"ETag": "\"d41d8cd98f00b204e9800998ecf8427e\"", | |
"Size": 0, | |
"StorageClass": "STANDARD", | |
"Key": "project-1/", | |
"VersionId": "null", |