Skip to content

Commit 04b31d0

Browse files
author
Yousef Sultan
committed
Merge branch 'master' of github.com:MicroDroid/vue-materialize-datatable
2 parents f357734 + b0d8ccf commit 04b31d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DataTable.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
},
180180
181181
customButtons: {
182-
type: Function,
182+
type: Array,
183183
required: false,
184184
default: () => [],
185185
},
@@ -811,4 +811,4 @@
811811
.rtl {
812812
direction: rtl;
813813
}
814-
</style>
814+
</style>

0 commit comments

Comments
 (0)