Pergunta de entrevista da empresa HighRadius

Which is better client-side pagination or server-side?

Resposta da entrevista

Sigiloso

8 de ago. de 2022

Server side - fits large data sets. The less payload for each page offers stability and scalability. The extra loading time for subsequent pages can be offset by pre-fetching the next few pages, which is also called hybrid server and client pagination.