We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d87a93 commit abdaa15Copy full SHA for abdaa15
attributes.json
@@ -32,15 +32,15 @@
32
"description": "Array containing or function returning row data. Default: undefined"
33
},
34
"gridjs-vue/search": {
35
- "type": "boolean",
+ "type": ["boolean", "object"],
36
"description": "Boolean activating search. Default: false"
37
38
"gridjs-vue/server": {
39
"type": ["object", "function"],
40
"description": "Server settings object or function returning object. Default: undefined"
41
42
"gridjs-vue/sort": {
43
44
"description": "Boolean activating sort on all columns. Default: false"
45
46
"gridjs-vue/styles": {
0 commit comments