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
Setting headerHeight auto working in the dev environment (ng serve) but throwing error while production build (ng build --prod)
Type 'string' is not assignable to type 'number'.
<ngx-datatable class="material" columnMode="force" headerHeight="auto" [footerHeight]="0" rowHeight="auto"
Expected behavior
It should work in both environment.
What is the motivation / use case for changing the behavior?
I have long header for my table. In that case headerHeight auto is best option for me.
Please tell us about your environment:
Table version:
20.0.0
Angular version:
12.2.12
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]
all
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
Current behavior
Setting headerHeight auto working in the dev environment (ng serve) but throwing error while production build (ng build --prod)
Expected behavior
It should work in both environment.
What is the motivation / use case for changing the behavior?
I have long header for my table. In that case headerHeight auto is best option for me.
Please tell us about your environment:
-all
The text was updated successfully, but these errors were encountered: