Skip to content

Commit 702b774

Browse files
TobyMosquerstoenescu
authored andcommitted
QTableColumns - dark property (quasarframework#2652)
1 parent ea8f20d commit 702b774

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/table/QTableColumns.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export default {
1212
type: Array,
1313
required: true
1414
},
15-
color: String
15+
color: String,
16+
dark: Boolean
1617
},
1718
computed: {
1819
computedOptions () {
@@ -31,6 +32,7 @@ export default {
3132
options: this.computedOptions,
3233
displayValue: this.label || this.$q.i18n.table.columns,
3334
color: this.color,
35+
dark: this.dark,
3436
hideUnderline: true
3537
},
3638
on: {

0 commit comments

Comments
 (0)