support icon indicating copy to clipboard operation
support copied to clipboard

`lazyLoad` with TreeGrid hangs

Open ExtAnimal opened this issue 1 year ago • 0 comments

Forum post

This is because the store's lazyLoad property is being accessed before the plugin instance is assigned to the lazyLoad property.

treeStoreLazyLoadPlugin#doLazyLoad needs a .catch(error => {... me.trigger('exception'...) }) which would have caught this.

The plugin itself need to inject itself into its client store as lazyLoad during its startup.

ExtAnimal avatar Aug 12 '24 07:08 ExtAnimal