openmct/platform/features
Charles Hacskaylo d7eb4c17ca Added div element to force horz scroll in table body (#2111)
Fixes #2103
- Added div that is set to the calculated table width. When
filtering is such that no rows are present in the tbody
of the table, this element will still force a horizontal
scroll in that area, allowing the user to horz scroll the headers;
2018-07-16 15:25:02 -07:00
..
clock Indicators api (#1837) 2018-07-16 15:21:38 -07:00
conductor Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
fixed [Toolbar] Implement a public API for adding toolbars (#1908) 2018-06-27 13:30:01 -07:00
hyperlink Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
imagery Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
layout Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
listview Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
my-items [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
notebook Add overflow: auto when snapshotting table for Notebook 2018-07-03 16:57:26 -07:00
pages Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
static-markup [Copyright] Update copyright year across platform code references 2018-05-14 15:46:17 -07:00
table Added div element to force horz scroll in table body (#2111) 2018-07-16 15:25:02 -07:00
timeline Update test specs to use Jasmine 3 (#2089) 2018-06-29 17:32:59 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains bundles which represent specific user-facing features of Open MCT, such as plots and other visualizations. Bundles in this directory should be effectively optional.