Link to home
Create AccountLog in
JavaScript

JavaScript

--

Questions

--

Followers

Top Experts

Avatar of condor888
condor888

python/java server side pagination with DataTables (how to understand server side pagination)
DataTables (a jQuery plugin) supports server-side pagination. I saw this post with a code demo. I need to integrate it into the flask program that I am writing. However, could some one please explain to me how this "server side pagination" thing works in plain english or pseudo code? I don't just want a solution which can be used out of the box, instead I'd like to understand how it works under the hood. Maybe a simple code example together is even nicer. It doesn't have to be a robust "framework" or "library", instead all I need is a explanation of the concept and a simple code implementation (preferably in Python, java is fine too, please keep it simple for the demo purpose, better works with Datatables).

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


ASKER CERTIFIED SOLUTION
Avatar of Katherine HainesKatherine Haines🇺🇸

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of condor888condor888

ASKER

Yes, that helps. Could you provide some demo code for the server side in Java or Python or PHP?

SOLUTION
Avatar of Katherine HainesKatherine Haines🇺🇸

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.

@Katherine Haines, this is a good example. Sorry about the late response. Thanks a lot!

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.

JavaScript

JavaScript

--

Questions

--

Followers

Top Experts

JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.