summaryrefslogtreecommitdiffstats
path: root/data/templates/products/bestbefore.html
blob: 721ea9da890bd107b8025a02c274dc82cb14156c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<table id="producttable" class="table table-bordered table-striped table-condensed">
	<thead>
		<tr><th>EAN</th></th><th>Name</th><th>Amount</th><th>Best Before Date</th></tr>
	</thead>
	<tbody>
		{{{DATA}}}
	</tbody>
</table>

<script type="text/javascript">
$(document).ready(function() {
    $('#producttable').DataTable();
} );
</script>