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

Connector is not initialized if the grid is already attached #76

Closed
javier-godoy opened this issue Jun 26, 2023 · 0 comments
Closed

Connector is not initialized if the grid is already attached #76

javier-godoy opened this issue Jun 26, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@javier-godoy
Copy link
Member

GridHelper fails to initialize the connector if the grid is already attached when the helper object is instantiated.

private GridHelper(Grid<T> grid) {
this.grid = grid;
this.helperClassNameGenerator = new GridHelperClassNameGenerator<>();
setClassNameGenerator(grid.getClassNameGenerator());
grid.addItemClickListener(this::onItemClick);
grid.addAttachListener(this::onAttach);
}

image

@javier-godoy javier-godoy added the bug Something isn't working label Jun 26, 2023
@javier-godoy javier-godoy self-assigned this Jun 26, 2023
@javier-godoy javier-godoy added this to Inbox (needs triage) in Flowing Code Addons (legacy) via automation Jun 26, 2023
@paodb paodb closed this as completed in fd6aef2 Jun 26, 2023
Flowing Code Addons (legacy) automation moved this from Inbox (needs triage) to Done Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant