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
Fix the rendering by optimising it, as even grid size of 600 is observably slow.
Suggested problem and solution:
innerHTML
flexbox
The text was updated successfully, but these errors were encountered:
MrL1605
No branches or pull requests
Fix the rendering by optimising it, as even grid size of 600 is observably slow.
Suggested problem and solution:
innerHTML
line, as we are re-rending the complete grid. Solution: Append new elements in the existing DOM instead of complete rerenderflexbox
, not able to size hundreds of rows and column. Solution: Switch to canvas and keep logic of re-rendering the sameThe text was updated successfully, but these errors were encountered: