disable the checkbox of ngx-datatable based on some condition




Asked on May 22, 2020
Hello,

I have some default data. I want to display them in disable mode.
I want to disable the checkbox and also edit button of particular row based on some condition.

Can anyone please provide solution for this?

Thanks in advance..



Replied on May 24, 2020
I am able to resolve the issue.
Added the [disabled]="defaultRecord(row) property and it got worked.


Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us