© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Sergio
Web Developer & curious mind
I think it's better to do in the server side, because of the power of the machine and maybe the language you use fit's more for this need.
j
stuff ;)
well I think it depends on the size of the set :D i would not let sort all data that's already on the client via the server :) datatables or something else should do it :D
Yep, but if you have an ajax datatable you better do the sorting in the client. If you have static information in client better in the client.
yes ofc :) I just like to push as much processing load onto the client as possible as long as it does not imper them :D