Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf5ca62f

Browse files
authored
fix(b-table): add missingsortKey field type and correct a typo (#6355)
1 parentc5c9354 commitf5ca62f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/components/table/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export declare class BTable extends BvComponent {
3939
busy?:boolean
4040
tbodyTrClass?:string|Array<any>|object|BvTableTbodyTrClassCallback
4141
tbodyTrAttr?:object|BvTableTbodyTrAttrCallback
42-
tabelVariant?:BvTableVariant|string
42+
tableVariant?:BvTableVariant|string
4343
headVariant?:BvTableHeadFootVariant|string
4444
footVariant?:BvTableHeadFootVariant|string
4545
tbodyTransitionProps?:BvTableTbodyTransitionProps
@@ -226,6 +226,7 @@ export interface BvTableField {
226226
class?:string|string[]
227227
formatter?:string|BvTableFormatterCallback
228228
sortable?:boolean
229+
sortKey?:string
229230
sortDirection?:BvTableSortDirection
230231
sortByFormatted?:boolean|BvTableFormatterCallback
231232
filterByFormatted?:boolean|BvTableFormatterCallback

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp