@cdmx/wappler_ag_grid 1.1.4 → 1.1.5
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 -0
- package/app_connect/components.hjson +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,8 @@ This option allows you to customize the look and feel of the grid to match the d
|
|
|
21
21
|
You can override the default styles provided by ag-Grid with your own CSS rules by targeting the specific CSS variables and classes used by the grid.
|
|
22
22
|
The overrides for the "Custom" theme can be applied in the ag-theme-custom.css file located in the public/css folder. This file serves as a centralized place for customizing the grid's appearance.
|
|
23
23
|
|
|
24
|
+
To use the "Custom" theme, copy "ag-theme-custom.css" to public/css/ag-theme-custom.css and include it in your layout file.
|
|
25
|
+
|
|
24
26
|
## AG Grid Options
|
|
25
27
|
1. **Minimum Width**: The minimum width of the column. (Default: 150)
|
|
26
28
|
2. **Resizable**: Specifies if the column can be resized. (Default: true)
|
|
@@ -2137,10 +2137,6 @@
|
|
|
2137
2137
|
"src": "../../../node_modules/moment/min/moment.min.js",
|
|
2138
2138
|
"dst": "js/moment.min.js"
|
|
2139
2139
|
},
|
|
2140
|
-
{
|
|
2141
|
-
"src": "ag-theme-custom.css",
|
|
2142
|
-
"dst": "css/ag-theme-custom.css"
|
|
2143
|
-
},
|
|
2144
2140
|
{
|
|
2145
2141
|
"src": "switch-toggle-slider.css",
|
|
2146
2142
|
"dst": "css/switch-toggle-slider.css"
|
|
@@ -2206,10 +2202,6 @@
|
|
|
2206
2202
|
"src": "css/ag-theme-material.css",
|
|
2207
2203
|
"type": "css"
|
|
2208
2204
|
},
|
|
2209
|
-
{
|
|
2210
|
-
"src": "css/ag-theme-custom.css",
|
|
2211
|
-
"type": "css"
|
|
2212
|
-
},
|
|
2213
2205
|
{
|
|
2214
2206
|
"src": "css/switch-toggle-slider.css",
|
|
2215
2207
|
"type": "css"
|