| 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