Skip to content

Commit 55d035d

Browse files
docs(pivotgrid): add header width parameters (#1542)
1 parent 76407c7 commit 55d035d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/pivotgrid/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,13 @@ The following table lists the `TelerikPivotGrid` parameters. Also check the [Piv
152152
| Parameter | Type and Default Value | Description |
153153
| --- | --- | --- |
154154
| `Class` | `string` | A custom CSS class for the `<div class="k-pivotgrid">` element. Use it to [override theme styles]({%slug themes-override%}). |
155+
| `ColumnHeadersWidth` | `string` | The width of each column in [any supported CSS unit]({%slug common-features/dimensions%}). |
155156
| `Data` | `IEnumerable<TItem>` | The Pivot Grid component data. Use only with [`Local` `DataProviderType`]({%slug pivotgrid-data-binding%}#local). |
156157
| `DataProviderType` | `PivotGridDataProviderType` enum <br /> (`Local`) | The [type of data source that the Pivot Grid will use]({%slug pivotgrid-data-binding%}). |
157158
| `EnableLoaderContainer` | `bool` (`true`) | Defines if a built-in [LoaderContainer]({%slug loadercontainer-overview%}) will show during long-running operations (over 600ms). |
158159
| `Height` | `string` | A `height` style in [any supported CSS unit]({%slug common-features/dimensions%}). |
159160
| `LoadOnDemand` | `bool` <br /> (`true`) | Defines if the PivotGrid will request only the data to display in the current view, or all data. When loading on demand is disabled or when using the `Local` `DataProviderType`, the component performs all calculations in-memory. In such cases, large amounts of data may impact the performance, especially in WebAssembly apps. |
161+
| `RowHeadersWidth` | `string` | The width of all row headers in [any supported CSS unit]({%slug common-features/dimensions%}). |
160162
| `TItem` | `object` | The PivotGrid `@typeparam`. Required if the data item type cannot be inferred at compile-time. |
161163
| `Width` | `string` | A `width` style in [any supported CSS unit]({%slug common-features/dimensions%}). |
162164

0 commit comments

Comments
 (0)