grafana/public
Martin Packman 6046c8b4ca Make table sorting stable when null values exist (#12362)
Currently if a null appears in a table column, for instance in data
returned by postgres, sorting on that gives an arbitrary order. This
is due to null being neither greater or less than any string, which
makes the sort unstable.

Change the table sort function to compare on nullness first. Note
this is a slight behaviour change for numbers, which would otherwise
treat null and 0 as equivalent.

Signed-off-by: Martin Packman <gzlist@googlemail.com>
2018-07-02 11:14:41 -07:00
..
app Make table sorting stable when null values exist (#12362) 2018-07-02 11:14:41 -07:00
dashboards public: fix codespell issues 2018-04-13 20:31:29 +02:00
emails include error message in email notification (#8392) 2017-05-17 09:51:51 +02:00
fonts ux: testing roboto font 2017-08-14 13:57:16 +02:00
img tech: updated react-grid-layout to latest official release, closes #12100 2018-05-29 13:23:07 +02:00
sass Merge pull request #12441 from grafana/12430_fix 2018-06-28 14:25:08 +02:00
test Mock core in jest-setup 2018-06-12 16:14:22 +02:00
vendor Fix cache busting for systemjs imports for plugins 2018-05-29 12:01:10 +02:00
views refactoring: enterprise build/hooks refactorings (#12478) 2018-07-02 04:33:39 -07:00
robots.txt add support for robots.txt file 2015-06-15 19:02:38 -04:00