-
Notifications
You must be signed in to change notification settings - Fork 289
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
Resize vertical bar public in header_ FixedDataTableColumnResizerLine_ Main positioning is not accurate #707
Comments
Hey, could you provide more details?
Also the screenshot is blurry, so I'm not able to figure out what's exactly going wrong. |
Oh wait, I think I got the issue 🤞. You appear to be using something like a "modal" dialog with the fixed data table rendered inside it. This looks like an issue from FDT, we'll take a look at. |
@qlandroid, I've put a PR (see #709) to tackle some resizer line positioning issues. However, I'm not certain if this fixes the specific issue you're facing. |
The main change here is that we no longer render the resizer line at document.body with fixed positioning. Instead, it's portalled to the top-level table element and given a relative positioning. This ensures that the resizer line has the same stacking context and positioning relative to the table (behavior in v1.2).
@qlandroid , The fix for this issue is released with v2.0.4. I'm marking the issue as closed, but feel free to continue the discussion or reopen if necessary. |
Resize vertical bar public in header_ FixedDataTableColumnResizerLine_ Main positioning is not accurate;
The text was updated successfully, but these errors were encountered: