Lars
Lars
> Please fill the template issue properly and add reproduction stackblitz! That is precisely the problem. When I try this in StackBlitz with a minimal configuration everything works fine. Only...
> That's a jodit-angular issue: > [jodit/jodit-angular#12 (comment)](https://github.com/jodit/jodit-angular/issues/12#issuecomment-400940686) > > Just reinstall jodit-angular to fix it: `npm install jodit-angular` I tried this but I get the same error code.
> Either use the **[email protected] Version** or use the **jodit-angular-fork** build which solves this problem: [jodit/jodit-angular#34 (comment)](https://github.com/jodit/jodit-angular/issues/34#issuecomment-535533658) No sorry, that doesn't solves the problem :-(
I solved the flickering by modifying the method `calcStylesByGroup` in `body-row.component.ts`. It's a quick fix and I'm not really sure if it works in any configurations of ngx-datatable. *body-row.component.ts* calcStylesByGroup(group:...
> Can you give some more info or create a stackblitz? > The demo still seems to be working here: https://rintoj.github.io/ngx-virtual-scroller/samples A stackblitz would be a bit to difficult but...
> I'd like to troubleshoot a bit & see if we can find a fix. It doesn't seem to be a widespread problem as no one else has reported this...
> If we can't fix it, maybe we can add a setting in 4.0.4 which reverts back to width/height. I tried your suggestion but it failed. After that I played...
Ok, I found a fix which seems to work. But to be honest, I have no idea if this covers all issues - for me it is working In file...
I can confirm this issue with Angular 15 and date formats like 0000-M0-d0. In Angular 14 this was still working properly.
are there any news when this bug is gonna be fixed? Is there any workarround available?