@cdmx/wappler_ag_grid 0.1.0 → 0.1.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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- # wappler_ag_grid
1
+ Maintained by: Roney Dsilva
2
+
2
3
  This Custom Module provides the below features:
3
4
  1. Generates AG-Grid given a Data Source
4
5
  2. Automatically sets the Filter types and Date formats
@@ -12,4 +13,6 @@ This Custom Module provides the below features:
12
13
  10. Timezone setting for Date fields
13
14
  11. Data Manipulation
14
15
  12. Theme selection
15
- 13. Row Click Event Handling
16
+ 13. Row Click Event Handling
17
+ 14. Options to enable checkboxes for IDs for bulk select Operations
18
+ 15. Options to enable Toggle Sliders for status fields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation",
6
6
  "license": "MIT",