Adena E-commerce Profissional

jQuery Gridy

Autor: Washington Botelho
Twitter: wbotelhos
E-mail: washington.botelho@giran.com.br
Página do projeto: http://wbotelhos.com/gridy
jQuery Gridy é um plugin que gera uma grid altamente customizável de forma automática.

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