I am using primeng 14 version in an Angular 14 project. The issue scenario is, in a table, one specific column has same value in all rows. When I tried to click sort icon on the column, there is no sorting is happening. Data in all columns remains same but the sorting icon is changing. The expectation is since there is no sorting performed, the icons should not change.
I am looking for some input to handle this. Appreciate your input.
Thanks.