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
fix: Allow undefined for useTablePlugin irisGridUtils (#2515)
Small thing needed for ui.resolve b/c the JS API may not be available on
mount of `UITable`, so `irisGridUtils` may be null
This won't affect any rendering of table plugins since `model` is also
required and possibly undefined until the JS API and table are loaded.
0 commit comments