Change the pivotview component minimum height in JavaScript
18 Nov 20181 minute to read
The minHeight property allows you to set the minimum height for the Typescript Pivot Table component. By default, the component maintains a minimum height of 300px. This property ensures the component remains visible and functional even when the container height is smaller than the specified minimum value.
When the content exceeds the minimum height, the component automatically adjusts to accommodate the data. This property is particularly useful for responsive layouts where the component needs to maintain usability across different screen sizes.