@cdmx/wappler_ag_grid 0.7.9 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
"attribute": "row_height",
|
|
341
341
|
"title": "Row Height",
|
|
342
342
|
"type": "number",
|
|
343
|
-
"defaultValue":
|
|
343
|
+
"defaultValue": null,
|
|
344
344
|
"help": "Height of each row in pixels"
|
|
345
345
|
},
|
|
346
346
|
{
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"attribute": "header_height",
|
|
349
349
|
"title": "Header Height",
|
|
350
350
|
"type": "number",
|
|
351
|
-
"defaultValue":
|
|
351
|
+
"defaultValue": null,
|
|
352
352
|
"help": "Height of the header row in pixels"
|
|
353
353
|
},
|
|
354
354
|
{
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
],
|
|
1047
1047
|
"noChangeOnHide": true,
|
|
1048
1048
|
"groupEnabler": true,
|
|
1049
|
-
"help": "Configure
|
|
1049
|
+
"help": "Configure Compact View for the grid"
|
|
1050
1050
|
"children": [
|
|
1051
1051
|
{
|
|
1052
1052
|
"name": "compactView",
|
|
@@ -1062,7 +1062,8 @@
|
|
|
1062
1062
|
"title": "Grid Size",
|
|
1063
1063
|
"type": "number",
|
|
1064
1064
|
"defaultValue": 3,
|
|
1065
|
-
"initDisplay": "none"
|
|
1065
|
+
"initDisplay": "none",
|
|
1066
|
+
"help": "Configure padding and spacing for the grid, value in pixels"
|
|
1066
1067
|
},
|
|
1067
1068
|
{
|
|
1068
1069
|
"name": "compactViewItemHeight",
|
|
@@ -1070,7 +1071,8 @@
|
|
|
1070
1071
|
"title": "Grid Item Height",
|
|
1071
1072
|
"type": "number",
|
|
1072
1073
|
"defaultValue": 20,
|
|
1073
|
-
"initDisplay": "none"
|
|
1074
|
+
"initDisplay": "none",
|
|
1075
|
+
"help": "Controls the height of items in UI scrolling lists such as the columns in the columns tool panel below, value in pixels"
|
|
1074
1076
|
}
|
|
1075
1077
|
]
|
|
1076
1078
|
}
|