My code is something like this
var data = [ {id: 1, taskName: \"Pete Hunt\", standarDescription: \"This is one comment\", emplComment: \"meaaow I am meeawo\"
render should return single root element https://jsfiddle.net/69z2wepo/41120/
render
return ( {commentNodes} );
Update. More valid option using tbody as a wrapper
https://jsfiddle.net/69z2wepo/41125/