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
Hidden column should not slow down grid
Not run code that does nothing
grid.addColumn(this::getRemoteStatus).setHeader("Remote status").setVisible(false);
getRemoteStatus() that sleeps
getRemoteStatus()
24.5.0
Issue is not browser related
The text was updated successfully, but these errors were encountered:
Let's check how big of a refactoring this would be, and whether it may have undesired side-effects.
Sorry, something went wrong.
ugur-vaadin
No branches or pull requests
Description
Hidden column should not slow down grid
Expected outcome
Not run code that does nothing
Minimal reproducible example
Steps to reproduce
getRemoteStatus()
that sleepsEnvironment
24.5.0
Browsers
Issue is not browser related
The text was updated successfully, but these errors were encountered: