We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0918751 commit ad9fe6aCopy full SHA for ad9fe6a
packages/bootstrap-vue-3/src/components/BPlaceholder/BPlaceholderTable.vue
@@ -40,20 +40,17 @@ import BPlaceholder from './BPlaceholder.vue'
40
41
interface BSkeletonTableProps {
42
rows?: number
43
-
44
columns?: number
45
cellWidth?: string | number
46
size?: PlaceholderSize
47
animation?: PlaceholderAnimation
48
variant?: ColorVariant
49
50
headerColumns?: number
51
hideHeader?: Booleanish
52
headerCellWidth?: string | number
53
headerSize?: PlaceholderSize
54
headerAnimation?: PlaceholderAnimation
55
headerVariant?: ColorVariant
56
57
footerColumns?: number
58
showFooter?: Booleanish
59
footerCellWidth?: string | number
0 commit comments