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 ?
No, you can easily add data to DataTable, just take a look at documentation :
http://datatables.net/api#fnAddData
Or http://datatables.net/release-datatables/examples/server_side/server_side.html