Samples
Database(Sigle Table and save Images)
Database(Single table and Sort)
Database(Relational Table)
This example is an extended version of the Database(Single Table) example. This example shows a customers list with corresponding notes to them. The executable sample code can be found below. You can add, edit and delete notes for a customer. They are unique for each customer.
To open the customer list, add the below link to the menu.tpl
<div class="ajax-link" data-class="customer" data-function="page">Example Customer</div>