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
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
[ x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
When scrollHeight is updated, TreeTable does not adjust to new scrollHeight value. This is because in TreeTableScrollableView, there's no handling of componentDidUpdate and recalling setScrollHeight based on scrollHeight prop change.
Expected behavior
When scrollHeight changes, TreeTable changes to account for new value.
Minimal reproduction of the problem with instructions
Please tell us about your environment:
Windows
React version:
16.x
PrimeReact version:
6.0.2
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 ]
Chrome, IE
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Current behavior
When scrollHeight is updated, TreeTable does not adjust to new scrollHeight value. This is because in TreeTableScrollableView, there's no handling of componentDidUpdate and recalling setScrollHeight based on scrollHeight prop change.
Expected behavior
When scrollHeight changes, TreeTable changes to account for new value.
Minimal reproduction of the problem with instructions
Please tell us about your environment:
Windows
React version:
16.x
PrimeReact version:
6.0.2
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 ]
Chrome, IE
Language: [all | TypeScript X.X | ES6/7 | ES5]
Typescript
The text was updated successfully, but these errors were encountered: