Hi.

We are in process of making a web project, where, one of my friend suggest that sorting of data should be in possible with in client side. So that, n/w traffic can be reduce.

Now, this seems to be valid suggestion to me, but now my concern is, Do i need to embed sorting logic into a js file and send it along with data and now if user want to sort data, one of the function in js will do this job. This is how i think...