Skip to main content
Version: 0.0.17

Component

The CalculationTable component can be used to display the data from a calculation response.

It accepts the following props:

  • uiControls: The UIControls contain labels translations that are used in the table
  • calculationResults: This props accepts an array of CalculationsResponse, e.g. power and acoustic data
  • calculationResultsWithoutAccessories: This prop also accepts an array of CalculationResponse and can be optionally set to include calculation data excluding accessories. The calculationResults and calculationResultsWithoutAccessories calculation responses are then used to create tables that show power/acoustic delta values.
  • showSubTitle: Can be set to show/hide the subtitle of the table (default: true)

Examples

CalculationTable with power and acoustic data

Sequence Diagram

CalculationTable with power and acoustic data including delta tables

Sequence Diagram