What is it best to handle pagination? Server side or doing it dynamically using javascript?
I\'m working on a project which is heavy on the ajax and pulling in data
Server side - send to the client just enough content for the current view.