I have tried a few ways to achieve this but DataTables kills me at every turn.
I have data in a child row which are notes - could be one note, could be 20 separate notes.
I want to export with excel when the [button] is clicked.
DataTables says - this can't be done.
So I opted for a workaround:
Generate a unique link and wrap that around a field - When exported, the user can click the link which opens a custom page which lists all the notes - This can't be done...
I'm running out of solutions here - DataTables is cutting me off at every pass...
Are there any solutions bar loading in paragraphs of data into the main table row?