Im pulling a list of measurements from mysql table, typically looking like this
9
8+1/4
9+1/4
10+3/8
13+3/16
13+7/16
11+1/4
16+1/8
23+5/8
11+13/16
When I order these it will start with 10 go to the highest number and then list the numbers below 10 (presumably no leading zero which I don't want) Also I can't get it to list with lowest fraction to highest when listed with same whole number.
Is it possible? I've seen drop down lists like it but whether they have coded that way I don't know.
Start Free Trial