ngx-datatable icon indicating copy to clipboard operation
ngx-datatable copied to clipboard

Datatable resize output event catches window resize event

Open hdadr opened this issue 5 years ago • 4 comments

I'm submitting a ... (check one with "x")

[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter

Current behavior

After angular update from 8 to 9, the function which is binded to the ngx-datatable resize output event runs when window.resize event happens.

Expected behavior

It should only be called when datatable resize event happens.

Reproduction of the problem

What is the motivation / use case for changing the behavior?

bug fix

Please tell us about your environment:

win / lin

  • Table version:

16.0.3

  • Angular version:

Angular 9

  • Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]

all

  • Language: [all | TypeScript X.X | ES6/7 | ES5] ts 3.7

hdadr avatar Feb 18 '20 07:02 hdadr

Tested with angular 8.2.3 and ngx-datatable 16.0.3, this behavior is not present.

hdadr avatar Feb 18 '20 09:02 hdadr

Any update on this? We are facing the same problem.

michael-koch787 avatar Oct 01 '20 14:10 michael-koch787

any update facing the same issue angular 9 ngx-datatable 17

SanaeHanaoui avatar Oct 15 '20 17:10 SanaeHanaoui

I have the same issue with angular 9

Iuriy-Budnikov avatar Mar 15 '22 15:03 Iuriy-Budnikov