How to load rowdetail data on datatable using ajax and keep it shown on document load?
How to load rowdetail data on datatable using ajax and keep it shown on document load?
rabi
Posts: 1Questions: 1Answers: 0
In this blog https://datatables.net/blog/2017-03-31 data in row details are loaded through ajax after the plus button is pressed. What i m trying to do is show all the row details (data through ajax) while document is ready and after initializing the datatable.
This discussion has been closed.
Answers
You can load your row details in the initial ajax and display it when the plus button is pressed. Here is an example:
https://datatables.net/examples/api/row_details.html
Kevin