sets pagination default to true in grid component
This commit is contained in:
parent
cd091efcf7
commit
cd0012c536
|
@ -242,7 +242,10 @@
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"default": "500"
|
"default": "500"
|
||||||
},
|
},
|
||||||
"pagination": "bool"
|
"pagination": {
|
||||||
|
"type": "bool",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dataform": {
|
"dataform": {
|
||||||
|
|
Loading…
Reference in New Issue