Skip to content

Commit abdaa15

Browse files
authored
Update attributes.json
1 parent 3d87a93 commit abdaa15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

attributes.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
"description": "Array containing or function returning row data. Default: undefined"
3333
},
3434
"gridjs-vue/search": {
35-
"type": "boolean",
35+
"type": ["boolean", "object"],
3636
"description": "Boolean activating search. Default: false"
3737
},
3838
"gridjs-vue/server": {
3939
"type": ["object", "function"],
4040
"description": "Server settings object or function returning object. Default: undefined"
4141
},
4242
"gridjs-vue/sort": {
43-
"type": "boolean",
43+
"type": ["boolean", "object"],
4444
"description": "Boolean activating sort on all columns. Default: false"
4545
},
4646
"gridjs-vue/styles": {

0 commit comments

Comments
 (0)