FullRecord
_______
RecordID
RecordDate
PersonName
RecordNote
LineOrder
The data comes from a Web API in JSON format. RecordID RecordDate PersonName RecordNote LineOrder
1 10/25/2016 John Doe test1 1
1 10/25/2016 John Doe test2 2
1 10/25/2016 John Doe test3 3
2 10/25/2016 Jane Doe testing23 1
2 10/25/2016 Jane Does testing27 2
<tbody>
<tr ng-repeat="Record in Records">
<td>{{Record.RecordID}}</td>
<td>{{Record.RecordDate}}</td>
<td>{{Record.PersonName}}</td>
<td>{{Record.RecordNote}}</td>
<td>{{Record.LineOrder}}</td>
</tr>
</tbody>
RecordID RecordDate PersonName RecordNote LineOrder
1 10/25/2016 John Doe test1 1
test2 2
test3 3
2 10/25/2016 Jane Doe testing23 1
testing27 2
Network and collaborate with thousands of CTOs, CISOs, and IT Pros rooting for you and your success.
”The time we save is the biggest benefit of E-E to our team. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.