Samples
Database(Sigle Table and save Images)
Database(Single table and Sort)
Database(Single table and File Upload/Download)
This example is an extended version of the Database(Single Table) example. This example shows a customers list with corresponding files to them. You can upload files for a customer and, you can download them later. The executable sample code can be found below.
To open the customer list add the below link to the menu.tpl
<div class="ajax-link" data-class="customer_files" data-function="page">Example Customer Files</div>