-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data Grid Layout-> AutoHeight causes rerender which makes text "no records found" removed after filtering #6970
Comments
@cherniavskii You have to try several times and even switch browser to reproduce the bug. I don't know if this works but seems that reducing the height, to show the scrollbar, makes the problem more preeminent. |
@cherniavskii When we have pageSize as 2 then height of datagrid is not changing and thus you will not be able to reproduce the issue. You need to have pageSize which changes height of datagrid so the autoheight comes to work and then you can observe the issue. You can refer the demo attached in current behavior section of the issue |
Tried with different browsers and different window sizes, but no luck. Maybe it's not reproducible on MacOS? |
In the demos I've tried pageSize is set to 10.
In the current behavior section, there's only a video. I've tried demos from "Steps to reproduce" instead |
@cherniavskii Kindly try to set pageSize of 100 and then see if you are able to reproduce it in the demo. Just FYI.. I am using Windows 11. Here is the link: https://codesandbox.io/s/dazzling-architecture-ojnqfh?file=/demo.tsx |
@cherniavskii any update on the PR? |
Hey @Mehakb |
@cherniavskii Good to know you are able to reproduce the issue. Thanks in advance for your efforts to review PR. |
Hope you both are doing well! Any updates related to PR's? |
Any update on the PR? |
Hi, Any update on when we can expect this issue to be fixed? |
@Mehakb Sorry, we lost track of this issue and the related PR. We will try to get back to it soon! |
Also waiting for this fix as Grids look weird with all no reason scrollbars |
@Mehakb |
I believe it was fixed by #8091 |
@cherniavskii This issue is resolved for now. Thanks for fix. |
Duplicates
Latest version
Steps to reproduce 🕹
Link to live example: https://codesandbox.io/s/dazzling-architecture-ojnqfh?file=/demo.tsx (v5)
https://codesandbox.io/s/beautiful-silence-24ue6i?file=/demo.tsx (v6)
Steps:
Current behavior 😯
Here is the demo for current behaviour
https://watch.screencastify.com/v/qE5FmDEQ7HsGQmvlf64K
Expected behavior 🤔
The No results found text should appear instead of blank space
Context 🔦
I need to display the text when filter do not find any records
Your environment 🌎
I am Using Chrome Browser
The text was updated successfully, but these errors were encountered: