I want to expand row directly from an typescript method, i\'ve try with @viewchild but it doesn\'t work :
HTML:
Try this:
addComment(): void { console.log(this.datatable); this.datatable.toggleRow(this.datatable.selection); }