Skip to content

Commit 20eb3ac

Browse files
authored
fix(types): update table field definition types to include sticky column (fixes #5263) (#5265)
1 parent 8159890 commit 20eb3ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/table/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ export interface BvTableField {
234234
variant?: BvTableVariant | string
235235
tdAttr?: any | ((value: any, key: string, item: any) => any)
236236
thAttr?: any | ((value: any, key: string, item: any, type: string) => any)
237+
stickyColumn?: boolean
237238
isRowHeader?: boolean
238239
}
239240

0 commit comments

Comments
 (0)