NREL / OpenStudio-PAT

The Parametric Analysis Tool (PAT) is part of the OpenStudio collection of software tools.
https://www.openstudio.net/
Other
26 stars 12 forks source link

Fix Outputs page grid #231

Closed bstein closed 1 year ago

bstein commented 1 year ago

After upgrading angular-ui-grid in issue #225 with PR #228, the table does not appear correctly on the Outputs page when the analysis mode is set to "Algorithmic", as shown in this screenshot:

broken-ui-grid

The reason for this is that the styling in the headerTemplate.html file is not compatible with angular-ui-grid v4.6.3 and later. This file needs to be updated to be compatible with the latest version.

tijcolem commented 1 year ago

@bstein Good catch!