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 with fixedRowCount is rendering incorrect width. #660

Closed
marcelmokos opened this issue Apr 26, 2017 · 1 comment
Closed

MultiGrid with fixedRowCount is rendering incorrect width. #660

marcelmokos opened this issue Apr 26, 2017 · 1 comment

Comments

@marcelmokos
Copy link
Contributor

marcelmokos commented Apr 26, 2017

Using MultiGrid when the render with fixedRowCount then some of the columns do not render with width from the CellMeasurerCache.

Basically, the column has width: auto; instead of for examplewidth: 150;. This problem is not showing every time more likely is the problem visible on larger tables and the problem and row on which it occurs is random as well. (Tested on mac in chrome, and firefox).

Am I missing something that can cause this problem?

widthauto

@bvaughn
Copy link
Owner

bvaughn commented Apr 26, 2017

Hi @marcelmokos,

Unfortunately I need more than a screenshot to help diagnose a problem.

Please provide a Plnkr that shows the issue you're encountering and I'll be happy to take a look. In the meanwhile I'm going to close this issue since it's not really actionable.

Are you reporting a bug or runtime error?

Please include either a failing unit test or a Plnkr demonstrating the bug you are reporting. You can start by forking this Plnk! https://plnkr.co/edit/6syKo8cx3RfoO96hXFT1

You may also find the online Babel tool (https://babeljs.io/repl/) quite helpful if you wish to use ES6/ES7 syntax not yet supported by the browser you are using.

In the meanwhile you may also want to check out this demo page- specifically the source for the page- to for an example of using CellMeasurer with MultiGrid.

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

No branches or pull requests

2 participants