We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While some column use flexGrow, we can get the actual width of those columns in rowHeightGetter. So that we can figure out the appropriate row height.
We don't know the actual width of flexGrow rows.
Provide all columns' width in parameters of rowHeightGetter.
The text was updated successfully, but these errors were encountered:
I can get the rendered table columns‘ width, but it need render twice.
Sorry, something went wrong.
I'd be happy to accept a PR for this assuming we can implement it without breaking existing rowHeightGetters.
No branches or pull requests
Expected Behavior
While some column use flexGrow, we can get the actual width of those columns in rowHeightGetter.
So that we can figure out the appropriate row height.
Current Behavior
We don't know the actual width of flexGrow rows.
Possible Solution
Provide all columns' width in parameters of rowHeightGetter.
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: