We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8f20d commit 702b774Copy full SHA for 702b774
src/components/table/QTableColumns.js
@@ -12,7 +12,8 @@ export default {
12
type: Array,
13
required: true
14
},
15
- color: String
+ color: String,
16
+ dark: Boolean
17
18
computed: {
19
computedOptions () {
@@ -31,6 +32,7 @@ export default {
31
32
options: this.computedOptions,
33
displayValue: this.label || this.$q.i18n.table.columns,
34
color: this.color,
35
+ dark: this.dark,
36
hideUnderline: true
37
38
on: {
0 commit comments