Skip to content

Commit 7548860

Browse files
committed
docs: fix rowpinningstate
1 parent 7c7af15 commit 7548860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/features/row-pinning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Pinning state is stored on the table using the following shape:
1818
export type RowPinningPosition = false | 'top' | 'bottom'
1919

2020
export type RowPinningState = {
21-
top?: boolean
22-
bottom?: boolean
21+
top?: string[]
22+
bottom?: string[]
2323
}
2424

2525
export type RowPinningRowState = {

0 commit comments

Comments
 (0)