These were my modifications to show Product ID:s too:
margarita.html:
114 <th>Product Title</th>
115 <th>Version</th>
116 <th>Product ID</th>
117 <th>Post Date</th>
115 <th>Version</th>
116 <th>Product ID</th>
117 <th>Post Date</th>
margarita.js:
214 product['version'] + '</td><td>' +
215 product['id'] + '</td><td>' +
216 product['PostDate'] + '</td>';
215 product['id'] + '</td><td>' +
216 product['PostDate'] + '</td>';