I used primeng p-table for multiple selection grid. I have requirement to select multiple row by clicking on each row checkbox. I have to hide/remove checkbox from ptable header.
Can I get solution for this. I have tried changing css styles but couldn't able to hide checkbox in header of ptable. thanks in advance.
For adding and removing elements, Angular has the *ngIf="" directive.
Edit: When scrolling through the documentation (here), i read that the column has a hidden property. Use that.