Browse Source

sets pagination default to true in grid component

pull/4023/head
kevmodrome 6 years ago
parent
commit
204fb15b42
  1. 5
      packages/standard-components/components.json

5
packages/standard-components/components.json

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

Loading…
Cancel
Save