-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
MultiGrid 9.2.1 shifts last header cell with fixedColumns = 0 #609
Labels
Comments
Ah! I see what you're describing. Let me push a quick fix. Sorry! |
Fixed in 9.2.2! |
Great, thank you! I tried it and it works for me, too. Related, but not the same issue: |
No. |
Yes, I see that's what's supposed to be happening. I'll see if I can track
down if something is different in my use-case and open another issue if
needed.
…On Tue, Mar 7, 2017 at 11:21 AM, Brian Vaughn ***@***.***> wrote:
No. MultiGrid renders a placeholder
<https://github.com/bvaughn/react-virtualized/blob/master/source/MultiGrid/MultiGrid.js#L222-L232>
for that cell for you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#609 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS_pnazqPgpOyvheV-oC4wszymMXByhTks5rjYPvgaJpZM4MUxRc>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
With the fix for headers being offset in 9.2.1, it introduced a bug.
It can be seen in the MultiGrid example, by setting fixedColumnCount to 0, and scrolling all the way to the right. The last header item is rendered above the scrollbar, instead of in the last column.
It is also a bit weird to get the extra cellRenderer call with column 0 and row 1 past the declared size of your table. Not sure what the requirements are to solve the original scroll-offset problem, though.
The text was updated successfully, but these errors were encountered: