The most recent update in PrimeNG brought about a change in the way sort icons are implemented. Previously, they used an i
tag with CSS classes which could be customized easily using my company's icons:
https://i.sstatic.net/f0Nrq.png
However, the new method involves using a template with an SVG:
https://i.sstatic.net/zfxb3.png
While I found instructions on how to override icons like drop-arrow in a menu in their release notes:
When it comes to p-sorticon, there are 3 different icons that could be displayed based on the sort state of the column. How can I utilize the new template approach for replacing table sort icons? I haven't been able to find any documentation on this.