@cdmx/wappler_ag_grid 0.5.2 → 0.5.3
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/dmx-ag-grid.js +0 -1
- package/package.json +1 -1
package/dmx-ag-grid.js
CHANGED
|
@@ -868,7 +868,6 @@ dmx.Component('ag-grid', {
|
|
|
868
868
|
console.error('Grid container not found.');
|
|
869
869
|
return;
|
|
870
870
|
}
|
|
871
|
-
console.log(options.fixed_header)
|
|
872
871
|
if (options.fixed_header) {
|
|
873
872
|
window.addEventListener('scroll', function () {
|
|
874
873
|
const header = document.querySelector('.ag-header');
|