1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

sets pagination default to true in grid component

This commit is contained in:
kevmodrome 2020-10-15 15:45:12 +02:00
parent cd091efcf7
commit cd0012c536
No known key found for this signature in database
GPG key ID: E8F9CD141E63BF38

View file

@ -242,7 +242,10 @@
"type": "number",
"default": "500"
},
"pagination": "bool"
"pagination": {
"type": "bool",
"default": true
},
}
},
"dataform": {