I added multiple selection column and it is now able to select/ deselect rows manually in PrimeNG Datatable.
What I added:
<p-column [style]="{'width':'38px'}" selectionMode="multiple"></p-column>
I am expecting to unselect this rows after clicking a button which is in another column of data table. Is there any way to select/deselect primeNG datatable programmatically?
- Angular Version:
4.2.4 - PrimeNG Version:
4.3.0