Issue -
- Initial data loading everything works perfectly.
- Apply property filter, everything works perfectly.
- Clear the property filter, the treedatagrid load all items as initial.
- Click on items which are loaded when property filter was there, it doesn’t load other data (itemchange event return null as even.getitem().anyproperty).
- if page is reloaded, everything works again perfectly.
It is related to this TreeGrid refresh item doesn't work when query is changed with use AbstractBackEndHierarchicalDataProvider · Issue #4132 · vaadin/flow-components · GitHub
How to solve this problem,
Thanks