@cdmx/wappler_ag_grid 0.6.2 → 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.
Files changed (2) hide show
  1. package/README.md +27 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -112,15 +112,18 @@ This grid allows you to define custom data changes for specific fields. The grid
112
112
  3. **New Value**: The new value to replace the original value in the field data.
113
113
  4. **Area**: Choose where to apply the data changes: "cell" (cell text) or "tooltip" (tooltip text).
114
114
 
115
+ **Amount Fields** (Type: textbox, Default: null)
116
+ - Define the fields where the comma-separation and float parsing need to be applied.
117
+
115
118
  ---
119
+ # Custom Headers
120
+
116
121
  **Configure Header Names**
117
122
  This grid allows you to define custom header names for specific columns. The grid has the following columns:
118
123
 
119
124
  1. **Field**: The field name for which you want to set a custom header name.
120
125
  2. **Name**: The custom header name to be displayed for the column.
121
126
 
122
- Please note that these changes will only take effect when the `cnames` attribute is set to `true`.
123
-
124
127
  ---
125
128
 
126
129
  # Custom Widths
@@ -152,16 +155,6 @@ Enter the names of the sort filters you want to hide separated by commas. The sp
152
155
 
153
156
  ---
154
157
 
155
- # Amount Fields
156
- The amount fields configuration consists of the following parameters:
157
-
158
- - **Amount Fields** (Type: checkbox, Default: false)
159
- - Enable or disable the comma-separation for amount fields.
160
-
161
- - **Amount Fields** (Type: textbox, Default: null)
162
- - Define the fields where the comma-separation and float parsing need to be applied.
163
- ---
164
-
165
158
  # Compact View
166
159
  The compact view configuration consists of the following parameters:
167
160
 
@@ -173,7 +166,24 @@ The compact view configuration consists of the following parameters:
173
166
 
174
167
  - **Grid Item Height** (Type: number, Default: 20)
175
168
  - Set the height of each item in the compact view.
176
-
169
+ ---
170
+ # Column Groups
171
+
172
+ This feature allows you to organize and group columns for a more structured presentation of data. Instead of using the built-in top left corner button, you can opt for a separate Export button that triggers the action to download data as a CSV file.
173
+
174
+ ## Group Configuration
175
+ This option enables column grouping functionality.
176
+
177
+ ### Group Configurations
178
+
179
+ This option allows you separate fields into different groups.
180
+ Each configuration includes:
181
+ - **Group Name**: Assign a name to the group for easy identification.
182
+ - **Start Field**: Specify the starting field of the group.
183
+ - **End Field**: Define the ending field of the group.
184
+
185
+ These configurations help you create organized and logical groupings of columns for your data presentation needs.
186
+
177
187
  ---
178
188
 
179
189
  # Configure Actions Column
@@ -237,6 +247,10 @@ Specify the CSS class for styling the icon of the Delete Action button.
237
247
  - This performs a transactional update of the client-side data in the grid after comparing the existing and updated datasets
238
248
  - To use this: Enable "No Auto Load", On Edit or update actions, perform an SC load, On Success of SC load perform the AG Grid Module Reload Action.
239
249
 
250
+ **Export**
251
+ - To be used if you wish to use a separate Export button instead of using the inbuilt top left-cornered Export button.
252
+ - Trigger this action to call Export Data to CSV download action.
253
+
240
254
  ## License
241
255
 
242
256
  The AG Grid module is licensed under the MIT License. Please refer to the license file for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",