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
The sample was made using version 4.3.0-beta.0 at which point it worked. However if it gets update to the release version 4.3.0 it throws an error:
4.3.0-beta.0
4.3.0
Reason seems to be that this.grid.rowHeight now is undefined, so the pageSize calculation used in the sample resolves to NaN.
this.grid.rowHeight
This can probably be worked around in the sample.
The text was updated successfully, but these errors were encountered:
dkamburov
No branches or pull requests
The sample was made using version
4.3.0-beta.0
at which point it worked. However if it gets update to the release version4.3.0
it throws an error:Reason seems to be that
this.grid.rowHeight
now is undefined, so the pageSize calculation used in the sample resolves to NaN.This can probably be worked around in the sample.
The text was updated successfully, but these errors were encountered: