'How to remove sort order number from column header when using multiple sort

 - https://www.ag-grid.com/angular-data-grid/row-sorting/#multi-column-sorting
 - https://plnkr.co/edit/9PYpbplbwC9qoUWw

On the above example, You can see when using The grid sorts by Country then Athlete by default, It header text "Athlete 2" and "Country 1".

My need is to get rid of this "2" from "Athlete 2" & "1" from "Country 1" when multiple sort are used



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source