Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
document.querySelector('#wli').model = {
//wlArray: jsondata.WorklistItemCollection
wlArray: [
{
"@AllocatedUser":"K2:DETESTING\Will",
"@ID":"4033",
"@SerialNumber":"8224_163",
"name": "bob"
},
{
"@AllocatedUser":"K2:DETESTING\Will",
"@ID":"4025",
"@SerialNumber":"8225_86",
name: "Max"
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.