Kerim

Results 9 comments of Kerim

> It looks like the issue is fixed in this commit: [d71246a](https://github.com/swimlane/ngx-datatable/commit/d71246ad6cc3d61a87049712c761ceb3ee07b3c8) > > Use this line in your package.json to fix: > > ```json > "@swimlane/ngx-datatable": "swimlane/ngx-datatable#d71246ad6cc3d61a87049712c761ceb3ee07b3c8", > ```...

for the moment try it with npm i --force the dev dependencies are not updated from the dev. We are already waiting for months..

> @SwissKerim Degrading `rxjs` from 7 to 6 works for me. oh well.. i got other dependencies for rxjs 7

> > > Need this please. Also seems the peer dep is still ng11? you can use --force to install it, but test it before going productive. For me it...

I tried to workaround for this using a custom field but there is also a problem if you want a custom checkbox using it like ` {{field.props.label}} ` you get...