AO

Results 6 comments of AO

Are there any updates regarding this issue?

This one is really required! Hope to see it in the new build

I confirm the exact same problem. The sidenav is slower in Safari. Expected speed is the same as chrome

> ``` > 1. If 'ngx-datatable-column' is an Angular component and it has 'width' input, then verify that it is part of this module. > 2. If 'ngx-datatable-column' is a...

> > Workaround: Put the styles path directly to node_modules in global.scss: `@import '../node_modules/@swimlane/ngx-datatable/index.css'; @import '../node_modules/@swimlane/ngx-datatable/themes/material.css'; @import '../node_modules/@swimlane/ngx-datatable/assets/icons.css';` > > This didn't work for me Maybe too obvious, but to...

I finally got a working configuration. When the configuration is set in the `package.json` it won't work. Therefore, I had to create `jest.config.js` file with the following contents: ``` module.exports...