Angular Material table Change Sort Arrow to down for 'a-z'
I want to change the default behavior for the sorting in angular material table, currently if the arrow is up it sorts from a -> z, and if its down from z -> a.
I want to reverse this action ex:
arrow up : z -> a
arrow down : a -> z