I am planning to use Jquery DataTable to display user inbox. I want to load the user messages partially when he clicks on the page number or next or prev button.
from my initial research i think that jquery DataTable needs all table data before it is rendered.
Does any one knows whether there is any possible way to load data tables on user request ?