jQuery Gridy is a plugin that generates a highly customizable grid using templates. (Demo)
+ jquery.gridy.min.js
+ jquery-icons.png
+ loading.png
$('#grid').gridy({ url: '/gridy' });
{"entityList": [{"id": 1, "name": "Washington Botelho", "email": "gridy@wbotelhos.com"}], "total": 1}
<table id="grid"></table>
<script id="template" type="text/x-jquery-tmpl">
<tr>
<td>${name}</td>
<td>${email}</td>
</tr>
</script>
- Format your code before paste it here, I will probably have to read it;
- Use code formatter to write it: