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 tablecalculationResults: This props accepts an array ofCalculationsResponse, e.g. power and acoustic datacalculationResultsWithoutAccessories: This prop also accepts an array ofCalculationResponseand can be optionally set to include calculation data excluding accessories. ThecalculationResultsandcalculationResultsWithoutAccessoriescalculation 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)

