Hi, I don't think this has been reported in it's own thread. The numeric columns in Flow Monitor do not sort smallest to largest or vice versa (see image).
oh, it's much much easier. It's sorted alphabetically: 1, 11, 12, 2, 3, 4, 41, 42, 5, etc... The code uses the plain sort functions default behavior, without taking into account that it's a numerical column. You can read more about that in the Javascript Documentation.
Which is different to how other reports do their sorts? 995kb is less than 1mb and that sort correctly starting with big MB at top and little kb at bottom.
My alphanumeric sorting is a bit rusty, does M come before k?
Which is different to how other reports do their sorts? 995kb is less than 1mb and that sort correctly starting with big MB at top and little kb at bottom.
My alphanumeric sorting is a bit rusty, does M come before k?