Child rows question
Child rows question

Hi,
I'm trying to reproduce this example https://datatables.net/examples/api/row_details.html
http://live.datatables.net/levifepu/1/edit
I'm getting _"SyntaxError: Illegal break statement" _error in console
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
It took me awhile to figure this out the first time I tried the example too.
For some reason JS BIN doesn't like the first comment. Remove that line and your example should work.
Kevin
Ok thanks I was pulling my hair on this ...