@cdmx/wappler_ag_grid 0.5.0 → 0.5.1

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 +3 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,12 +7,11 @@ The AG Grid module allows you to create a flexible and customizable data grid wi
7
7
 
8
8
  1. **ID**: Unique ID for the grid. (Required)
9
9
  2. **Data Source**: Data source for the grid. Enter the data source to populate the grid. (Required)
10
- 3. **No Auto Load**: Set to true to disable auto-load of the grid. (Default: true)
10
+ 3. **No Auto Load**: Set to true to disable auto-load of the grid. (Default: false)
11
11
  4. **Theme**: Select a theme for the grid.
12
- - "Alpine"
12
+ - "Alpine" (Default)
13
13
  - "Balham"
14
14
  - "Material"
15
- - "Base" (Default)
16
15
  5. **Locale**: Select the locale for the grid. Currently supported locales: English (EN) and Hebrew (HE). (Default: EN)
17
16
 
18
17
  ## AG Grid Options
@@ -30,7 +29,7 @@ The AG Grid module allows you to create a flexible and customizable data grid wi
30
29
  17. **Row Selection**: Row Selection (single or multiple).
31
30
  - "Single"
32
31
  - "Multiple" (Default)
33
- 18. **Timezone**: Timezone for Date Fields. Select the appropriate timezone from the dropdown list.
32
+ 18. **Timezone**: Timezone for Date Fields. Select the appropriate timezone from the dropdown list. (Default: Local)
34
33
  19. **Date Format**: Date Format for displaying date values. (Default: "dd/MM/yyyy hh:mm A")
35
34
  20. **Sticky Header**: Enable sticky header. Optionally specify the header offset and topbar class.
36
35
  - Header Offset: Specifies offset from the top of the viewport area (Optional). (Default: 100)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",