Dom7 append(html) error?

when i use append(html) to add raw to dataTable - it somehow cuts the appending string:
$(‘name=tbody-example’).append(trString) - doesnt work, so i need to use

$(tbody).html($(tbody).html()+trString); and it works.

1 Like

Have you read the entire Documentation?