jQuery Gridy
JSON:
{"entityList": [{"id": 1, "name": "wbotelhos", "email": "gridy@wbotelhos.com"}], "total": 1}
Script:
$('#grid').gridy({ url: 'http://wbotelhos.com/gridy' });
HTML:
<div id='grid'></div>
Template:
<script id="template" type="text/x-jquery-tmpl">
<div>
<div>${name}</div>
<div>${email}</div>
<div class="button">
<a href="#">like</a>
</div>
</div>
</script>
Demos: wbotelhos.com/gridy
Contribuições: github.com/wbotelhos/gridy
Dúvidas: wbotelhos.com/2011/06/26/jquery-gridy-a-grid-plugin
