@appscode/design-system 1.0.43-alpha.207 → 1.0.43-alpha.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
</th>
|
|
19
19
|
</table-row>
|
|
20
20
|
<table-row v-else>
|
|
21
|
+
<th v-if="collapsible" style="width: 20px" />
|
|
21
22
|
<th
|
|
22
23
|
v-for="(tableHeader, idx) in tableHeaders"
|
|
23
24
|
:key="idx"
|
|
@@ -127,6 +128,10 @@ export default defineComponent({
|
|
|
127
128
|
type: Array,
|
|
128
129
|
default: () => [],
|
|
129
130
|
},
|
|
131
|
+
collapsible: {
|
|
132
|
+
type: Boolean,
|
|
133
|
+
default: false,
|
|
134
|
+
},
|
|
130
135
|
actionable: {
|
|
131
136
|
type: Boolean,
|
|
132
137
|
default: false,
|