🌐 AI搜索 & 代理 主页
Skip to content

Commit b0eb403

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

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
@@ -235,6 +235,7 @@ export interface BvTableField {
235235
tdAttr?: any | ((value: any, key: string, item: any) => any)
236236
thAttr?: any | ((value: any, key: string, item: any, type: string) => any)
237237
isRowHeader?: boolean
238+
stickyColumn?: boolean
238239
}
239240

240241
export type BvTableFieldArray = Array<string | ({ key: string } & BvTableField)>

0 commit comments

Comments
 (0)