baifanvhai / apromore

Automatically exported from code.google.com/p/apromore
0 stars 0 forks source link

Implement Sorting for Listdata in Backend #154

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently data can be sorted in the frontend using built-in functionality of 
ZK. If the amount of data grows or it is desired to present a result 
pre-sorted, then the backend should implement a way to retrieved the data 
already sorted by the database. This way the frontend does not have to resort 
the result.

Original issue reported on code.google.com by felix.mannhardt on 7 Jun 2012 at 11:23