0

After installing Angular-Slickgrid I'm having the below issue. Can someone give me some clue? thanks.

enter image description here

My codes are below.

HTML

<div class="card-selection p-10">
  <div class="inner-card p-b-10 ">
    <angular-slickgrid gridId="grid1" [columnDefinitions]="columnDefinitions" [gridOptions]="gridOptions" [dataset]="dataset"></angular-slickgrid>
  </div>
</div>

app.module.ts
enter image description here

package.json
enter image description here

latest (2.17.11) angular-slickgrid having this issue enter image description here

Sameera R.
  • 4,384
  • 2
  • 36
  • 53
  • 1
    You should take a look at the [Angular-Slickgrid-Demos](https://github.com/ghiscoding/angular-slickgrid-demos) and clone it to get started. – ghiscoding Apr 20 '20 at 11:40
  • @ghiscoding glad that you commented as the plugin Author. I'm using Angular 7.2.1. Can you suggest to me which Angular-Slickgrid version to use? – Sameera R. Apr 21 '20 at 04:20
  • just use latest, it's all written on the readme – ghiscoding Apr 21 '20 at 11:32
  • I have updated the Question. please check the last section. – Sameera R. Apr 22 '20 at 04:14
  • It's not very clear what your problem is, the only thing I can say about RxJS that I can on that line is that I use a specific version `^6.3.3` of RxJs. The newer version gives us some problem and I don't want to update, their signature is slightly different I think. So make sure to use the same version `"rxjs": "^6.3.3",` if that doesn't work I will say again please clone the Angular-Slickgrid-Demos and start from there – ghiscoding Apr 22 '20 at 17:13

0 Answers0