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>
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
components | Loading commit data... | |
controllers | Loading commit data... | |
directives | Loading commit data... | |
filters | Loading commit data... | |
live | Loading commit data... | |
services | Loading commit data... | |
specs | Loading commit data... | |
utils | Loading commit data... | |
angular_wrappers.ts | Loading commit data... | |
app_events.ts | Loading commit data... | |
config.ts | Loading commit data... | |
constants.ts | Loading commit data... | |
core.ts | Loading commit data... | |
core_module.ts | Loading commit data... | |
jquery_extended.ts | Loading commit data... | |
lodash_extended.ts | Loading commit data... | |
mod_defs.d.ts | Loading commit data... | |
nav_model_srv.ts | Loading commit data... | |
partials.ts | Loading commit data... | |
profiler.ts | Loading commit data... | |
store.ts | Loading commit data... | |
table_model.ts | Loading commit data... | |
time_series2.ts | Loading commit data... |