karljv

Results 9 comments of karljv

75% of the components in a larger project show "No state to show". Pretty unusable at this point Chrome 73.0.3683.103 Angular 6 Augury 1.23.0 OSX Mojave 10.14.4

We desperately need this also

Also using it extensively in a large scale project, so I am willing to help out.

Well It seems that the scroller width is calculated in the body.component.ts file ``` @Input() set columns(val: any[]) { this._columns = val; const colsByPin = columnsByPin(val); this.columnGroupWidths = columnGroupWidths(colsByPin, val);...

I used the recalculate function on DatatableComponent @ViewChild(DatatableComponent) datatable: DatatableComponent;

Thanks! A workaround is enabling rosetta2 emulation for Docker on Mac and adding this to your docker-compose.yml, so it will run through Rosetta. `platform: linux/amd64`

I also need this functionality.

Sometimes it is really hard to place these containers inside other angular components, especially external modules. Aka. Ngx-datatable, I have a really complex component made out of it and I...