Skip to content

Commit

Permalink
[docs] Update interface name in pinned columns docs (#13070)
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii authored May 9, 2024
1 parent 4ef748c commit 466c87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/data-grid/column-pinning/column-pinning.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To pin a column, there are a few ways:
To set pinned columns via `initialState`, pass an object with the following shape to this prop:

```ts
interface GridPinnedColumns {
interface GridPinnedColumnFields {
left?: string[]; // Optional field names to pin to the left
right?: string[]; // Optional field names to pin to the right
}
Expand Down

0 comments on commit 466c87e

Please sign in to comment.