@cdmx/wappler_ag_grid 1.7.5 → 1.7.6
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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,7 +126,6 @@ This grid allows you to define custom color and font settings based on specific
|
|
|
126
126
|
return (data.status == 'success');
|
|
127
127
|
}
|
|
128
128
|
</script>
|
|
129
|
-
</script>
|
|
130
129
|
2. **Color**: The custom color to apply to row when the condition is met. Enter the color in HEX format (e.g., "#FF0000") or use named colors (e.g., "red").
|
|
131
130
|
|
|
132
131
|
# Tooltip Settings
|