Hello,
I'm trying to insert in a custom link into a row with datatables using the 'createdRow' option.
I'm hitting an odd error where sometimes I encounter this error: Uncaught TypeError: Cannot read property 'html' of null
This hits on the createdRow line of my Javascript.
When I reload the page a few times, the error seems to disappear and the page generates as expected. Is there any way to work around this issue?