openmct/platform/features/table
Pete Richards 9e12886c66 Shortcut index check for append/prepend
Update the insertion point check with shortcutting behavior
for appending / prepending objects, which is the common case
for sorted inserts on initial table load (when large numbers of
records are inserted).  This allows O(1) performance for the
common case while maintaining O(log n) performance for the edge
case.
2017-12-11 10:39:02 -08:00
..
res [Layout] Support sub-object selection in layout (#1811) 2017-12-07 13:04:46 -08:00
src Shortcut index check for append/prepend 2017-12-11 10:39:02 -08:00
test [Table] Retain rows in scope (#1813) 2017-11-22 11:05:03 -08:00
bundle.js [Layout] Support sub-object selection in layout (#1811) 2017-12-07 13:04:46 -08:00