With the increasing popularity of powerful client side javascript widgets, I am curious on when is the best time to handle the sorting of data strictly on the client side, making use of widgets such as those found in YUI, and when to make a request to the backend and have it handle the sorting via a DB query or other means.
With the increasing popularity of powerful client side javascript widgets, I am curious on
Share
It depends on the amount of data – the best thing to do is to test and see which is faster.