File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments