Closed wawel37 closed 1 year ago
Please follow the template of the issue and showcase your problem in a sandbox. I can't guess on what goes on in your environment.
I will reopen this issue once you do so.
@wawel37 Hi! Did you find out what was the problem?
Describe the bug When provided TableVirtusoso with MUI Table components like
Table
,TableHead
,TableRow
andTableBody
, theScrollSeekPlaceholder
component, which consists of muiTableRow
andTableCells
, seems not to be working as intended. When scrolling our table, we are sill getting a lot of empty white space, then the placeholder flickers quickly, and the intended content shows up. The problem is, that still most of the time, the user sees some white empty space, which would indicate that the placeholder isn't working as intended. We've also tried to set properoverscan
andincreaseViewportBy
values, but we've been still getting no improvements.Reproduction Any VirtuosoTable with MUI components and ScrollSeekPlaceholder.
To Reproduce Steps to reproduce the behavior:
Expected behavior We can barely see the empty space, and most of the time the placeholder is present
Screenshots We would rather not share screenshots of our project
Desktop (please complete the following information):
Additional context It might be helpful, we've used this configuration for our table: