Hi Isomorphic,
using this sample (SNAPSHOT_v13.1d_2022-03-12) you'll see a warning on click of "Load project"
Is this something that also will warn with normal non-Reify ListGrids when you somehow make it fetch data twice in a short period?
Best regards
Blama
using this sample (SNAPSHOT_v13.1d_2022-03-12) you'll see a warning on click of "Load project"
WARN:SavedSearches:SavedSearches has loaded saved fetches for component: isc_TreeGrid_0. This component has already fired it's initial fetch. Any restored last or default criteria will be applied as a follow-on to this fetch. If you are using a SavedSearchItem, this can occur when the item is passed the targetComponent after targetComponent.draw(). Consider providing the targetComponent to this SavedSearchItem earlier in your code flow for efficiency and avoid an unnecessary extra fetch.
Best regards
Blama
Comment