I have a jQuery DataTable that has detail, where I click on the line the expand the detail tamplate that makes a request to the server and brings different data from the main table, follow this Example
But my problem now is this, I need instead of tamplate being a detail that expands according to the click of the line, I need it to always be visible, a detail that is not hidden. My question is how to make the main datatable automatically load the detail since it makes a request aside.
In the end I will need to print in my main datatable, printing it and the detail.
Example:
Coluna1| Coluna2| Coluna3|
Valor1 Valor2 Valor3
Detalhe1| Detalhe2| Detalhe3|
ValorD1 ValorD2 ValorD3