I have a table that has two columns: Height and Width
What is the easiest way to sort this table incrementally based on either Height or Width
In other words, it would pick the smallest value from Height and Width for each row and sort it based on this number?
Thanks in advance!