I have data tables in my Human UI project.
The columns widths will adapt to either the header text width OR the content width.
The problem is that there is no knowing in advance which will be the widest.
So I chose to add tildas to my header text to match the max. width of the column content.
The problem is that my formula would need to adjust to the number of uppercase letters since they are wider than lowercase.
Is there a plugin/component that can sort uppercase and lowercase characters ?