I've a strange issue with a PrimeNG p-datatable. I setted resizableColumns and it works, but when I resize a column all text in table is selected, as you can see in following image. This is my code:
<p-dataTable [value]="list" scrollable="true" [rows]="10" [style]="{'background-color':'#cecece'}"
[paginator]="true" paginatorPosition="top" [pageLinks]="3" [rowsPerPageOptions]="[5,10,20]"
resizableColumns="true" columnResizeMode="expand">
...