You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
ngx-datatable-column with maxWidth incorrectly calculates width when the browser is zoom-out (~25%) and then zoom-in (~110%). Observe column width collapses in the demo provided below.
Expected behavior
zoom-out/in should not collapse those columns with maxWidth
Please tell us about your environment:
Max OS: Catalina 10.15.7
Table version:
v20.1.0. (but reproducible even in v15.x)
Angular version:
v-12.x. (but I have tested with v7, v11, too)
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 ]
Google Chrome: Version 111.0.5563.146 (Official Build) (x86_64)
Safari : Version 15.4 (15613.1.17.1.13, 15613)
Language: [all | TypeScript X.X | ES6/7 | ES5]
typescript ~4.3.5. (but reproducible in earlier versions, too)
The text was updated successfully, but these errors were encountered:
edsdev1
changed the title
Column with [maxWidth] collapses the column width when zooming out & in
Column with [maxWidth] not properly computed after zooming
Apr 13, 2023
I'm submitting a ... (check one with "x")
Current behavior
ngx-datatable-column
withmaxWidth
incorrectly calculates width when the browser is zoom-out (~25%) and then zoom-in (~110%). Observe column width collapses in the demo provided below.Expected behavior
zoom-out/in should not collapse those columns with
maxWidth
Reproduction of the problem
Here is a simple demo on StackBlitz, where it only contains 3
ngx-datatable-column
with maxWidth:https://stackblitz.com/edit/base-angular-12-app-gl216j?file=src%2Fapp%2Fapp.component.html
The demo essentially contains only this:
`
`
Please tell us about your environment:
Max OS: Catalina 10.15.7
Table version:
v20.1.0. (but reproducible even in v15.x)
Angular version:
v-12.x. (but I have tested with v7, v11, too)
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 ]
Google Chrome: Version 111.0.5563.146 (Official Build) (x86_64)
Safari : Version 15.4 (15613.1.17.1.13, 15613)
The text was updated successfully, but these errors were encountered: