magespecialist/mage-chrome-toolbar

Sort doesn't work correctly

scottsb opened this issue · 1 comments

Sort is currently treating all values as text strings rather than sorting appropriately to the data type of the column. For example consider these current sort orders on the Queries tab:

Grade:

  1. bad
  2. good
  3. medium

should be:

  1. bad
  2. medium
  3. good

Time (ms):

  1. 1.04
  2. 11.69
  3. 2.11

should be:

  1. 1.04
  2. 2.11
  3. 11.69

Seems it is a "natural" sorting issue.
Thank you for reporting this, we will fix it ASAP.