Page 1 of 1

p-tableCheckbox no refresh on ngOnInit

Posted: 07 Jul 2018, 18:59
by alex4033
Hi.

I'm trying in my ngOnInit function to load my selected list however when I see the view of my page they do not appear as selected.

Re: p-tableCheckbox no refresh on ngOnInit

Posted: 24 Oct 2019, 11:03
by Yeshwanth
don't push it in array instead concatenate the value to the array.

Ex: this.selectedRows= this.selectedRows.concat(row);