You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create two forms: in one form, add a data grid component and place a custom component in one of the columns. In the second form, reference the first form.
Expected behavior
The custom component should display correctly.
Observed behavior
The custom component does not display, and after debugging, I found that the custom component is never triggered.