@cdmx/wappler_ag_grid 1.8.11 → 1.8.12

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/dmx-ag-grid.js +6 -0
  2. package/package.json +1 -1
package/dmx-ag-grid.js CHANGED
@@ -1910,6 +1910,12 @@ dmx.Component('ag-grid', {
1910
1910
  position: fixed;
1911
1911
  bottom: 0;
1912
1912
  }
1913
+ .ag-sticky-bottom {
1914
+ display: none;
1915
+ }
1916
+ .ag-paging-panel {
1917
+ border-top: none;
1918
+ }
1913
1919
  `;
1914
1920
  if (existingStyle) {
1915
1921
  existingStyle.parentNode.replaceChild(styleElement, existingStyle);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cdmx/wappler_ag_grid",
3
- "version": "1.8.11",
3
+ "version": "1.8.12",
4
4
  "type": "module",
5
5
  "description": "App Connect module for AG Grid Table Generation.",
6
6
  "license": "MIT",