Skip to content
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

Closed
aronhelser opened this issue Mar 6, 2017 · 5 comments
Closed

MultiGrid 9.2.1 shifts last header cell with fixedColumns = 0 #609

aronhelser opened this issue Mar 6, 2017 · 5 comments
Labels

Comments

@aronhelser
Copy link

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.

@bvaughn
Copy link
Owner

bvaughn commented Mar 7, 2017

Ah! I see what you're describing. Let me push a quick fix. Sorry!

@bvaughn bvaughn added the bug label Mar 7, 2017
@bvaughn
Copy link
Owner

bvaughn commented Mar 7, 2017

Fixed in 9.2.2!

@bvaughn bvaughn closed this as completed Mar 7, 2017
@aronhelser
Copy link
Author

Great, thank you! I tried it and it works for me, too.

Related, but not the same issue:
If I have a fixed column, should I be seeing a call to cellRenderer in that column with a row index one past the size of the table?

@bvaughn
Copy link
Owner

bvaughn commented Mar 7, 2017

No. MultiGrid renders a placeholder for that cell for you.

@aronhelser
Copy link
Author

aronhelser commented Mar 8, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants