-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Fixed columns and sticky headers ads two scrollbars #807
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required. |
Hi @pratik-nagpure any chance you were able to work around this problem? I am facing exactly this issue. |
@Domino987 can you look at this once if there is a workaround for this or any fix planned for this issue? |
I will take a look |
@Domino987 for now I was able to work around this issue by adding cell style in the first column which I want as fixed.
Adding this in the first column is making it fixed and working fine. |
@Domino987 Could you please reopen this issue? |
@robincsamuel can you check out the lastest version? |
Can you create a sandbox with your exact setup and the latest version? |
Sure, here's the sandbox, https://codesandbox.io/p/sandbox/laughing-grass-dvmwfh. Please scroll down to the table to see the issue. |
When I use
fixedColumns: { left: 1 }, headerStyle: { position: "sticky", top: 0 },
two scrollbar gets added. need help to fix this.
Here is the sandbox link for the same
CodeSandbox
Thanks
The text was updated successfully, but these errors were encountered: