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

Reloading tree store data throws exception in Grid #7912

Closed
ghulamghousdev opened this issue Nov 23, 2023 · 0 comments
Closed

Reloading tree store data throws exception in Grid #7912

ghulamghousdev opened this issue Nov 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Milestone

Comments

@ghulamghousdev
Copy link
Member

Steps to repro:

  1. Navigate to this demo https://bryntum.com/products/grid/examples/tree/
  2. Store the value of store: treeData = grid.store.data
  3. Apply a filter through name column header
  4. Use store.removeAll() to remove all the data
  5. Reload the store in this manner: grid.store.data = treeData
  6. Clear the filter in the column header
  7. You will see an exception in the console that TypeError: Cannot read properties of null (reading 'children')

Forum post

Screen.Recording.2023-11-23.at.11.17.59.AM.mov
@ghulamghousdev ghulamghousdev added bug Something isn't working premium forum Issues from forum large-account Reported by large customer OEM OEM customer labels Nov 23, 2023
@matsbryntse matsbryntse added the high-priority Urgent to have fixed label Nov 23, 2023
@ExtAnimal ExtAnimal self-assigned this Nov 24, 2023
@ExtAnimal ExtAnimal added ready for review Issue is fixed, the pull request is being reviewed resolved Fixed but not yet released (available in the nightly builds) and removed ready for review Issue is fixed, the pull request is being reviewed labels Nov 24, 2023
@ExtAnimal ExtAnimal added this to the 5.6.3 milestone Nov 24, 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 forum Issues from forum high-priority Urgent to have fixed large-account Reported by large customer OEM OEM customer premium resolved Fixed but not yet released (available in the nightly builds)
Projects
None yet
Development

No branches or pull requests

3 participants