The Air.js project provides easy client side UI framework.
"Script knowledge is not required", rendering works on attributes & directives. Download the framework and start making your application in minutes.
Template Examples for Grid
<grid-container template="grid_template.html" data="cards.php?id={id}">
<grid-columns>
<grid-column hidden="true" title="ID" bind="ID" />
<grid-column title="Card Num" bind="CARDNUM" />
<grid-column title="Status" bind="STATUS" />
<grid-column title="Created On Date" bind="CREATEDON" />
</grid-columns>
<grid edit-link="1" edit-id="0" edit-template="edit.html"/>
</grid-container>
Send email at bobbyandthomas@gmail.com