Skip to content

Commit

Permalink
fix(types): update table field definition types to include sticky col…
Browse files Browse the repository at this point in the history
…umn (fixes #5263) (#5265)
  • Loading branch information
tmorehouse authored Apr 27, 2020
1 parent 8159890 commit 20eb3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/table/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export interface BvTableField {
variant?: BvTableVariant | string
tdAttr?: any | ((value: any, key: string, item: any) => any)
thAttr?: any | ((value: any, key: string, item: any, type: string) => any)
stickyColumn?: boolean
isRowHeader?: boolean
}

Expand Down

0 comments on commit 20eb3ac

Please sign in to comment.