@cdmx/wappler_ag_grid 0.6.3 → 0.6.4
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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,14 +116,14 @@ This grid allows you to define custom data changes for specific fields. The grid
|
|
|
116
116
|
- Define the fields where the comma-separation and float parsing need to be applied.
|
|
117
117
|
|
|
118
118
|
---
|
|
119
|
+
# Custom Headers
|
|
120
|
+
|
|
119
121
|
**Configure Header Names**
|
|
120
122
|
This grid allows you to define custom header names for specific columns. The grid has the following columns:
|
|
121
123
|
|
|
122
124
|
1. **Field**: The field name for which you want to set a custom header name.
|
|
123
125
|
2. **Name**: The custom header name to be displayed for the column.
|
|
124
126
|
|
|
125
|
-
Please note that these changes will only take effect when the `cnames` attribute is set to `true`.
|
|
126
|
-
|
|
127
127
|
---
|
|
128
128
|
|
|
129
129
|
# Custom Widths
|