JSCP sample - local table sorting

click here to show
Comment

Since needed data be cached in local, the difficult of table sorting for traditional web programming disppear now. We just write some code to sort data items, then render and display them again, it's so easy!
Read this sample's HTML source and file "app.js" for full details.

NOTE

Template files and return data should be UTF-8 encoding, if they contain non-ASCII characters.