I'm trying to Lazy Load the fragments on my form, but the data tables are not displaying the data. All the data cells are blank. All fields have been set as Global
According to the guides I need to implement:
- Use panel reset feature to reset everything visible on the panel by using the following click expression.
guideBridge.resolveNode(guideBridge.getFocus({“focusOption”: “navigablePanel”})).resetData()
Where do I trigger this? The panel with the fragment that has the lazy loading doesn't have a 'on-click' option in the rules.
Do I simply copy this into the "initialize" rule? This doesn't help, the data still does not display.
There is a previous question like this that doesn't have an answer (no I cannot test it with a later service pack). I am really desperate. The client is refusing to even start testing as the form takes too long to load.