I need help with changing the order of elements in a column of my table. The elements are strings and I have a specific order that I would like them to be sorted.
For example if I would have a table of which one column would be days of the week I would want them to be ordered in a right way.
| A header | weekdays | 
|---|---|
| smth | friday | 
| smth | monday | 
 
     
    