We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c7af15 commit 7548860Copy full SHA for 7548860
docs/api/features/row-pinning.md
@@ -18,8 +18,8 @@ Pinning state is stored on the table using the following shape:
18
export type RowPinningPosition = false | 'top' | 'bottom'
19
20
export type RowPinningState = {
21
- top?: boolean
22
- bottom?: boolean
+ top?: string[]
+ bottom?: string[]
23
}
24
25
export type RowPinningRowState = {
0 commit comments