Datatables requirements, is it possible?
Example Scenario:
1. Server returns 10 rows at a time.
2. Pagination is to be used
3. Going back to a previous rendered page does not reload the data from the server
4. Sorting should be configurable enough to work on the already loaded data only and do not query the server for it
5. Filtering should be configurable to work on client side data or query the server for it.
Is this set of requirements possible with jquery Datatables?