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
{{ message }}
This repository was archived by the owner on Apr 27, 2021. It is now read-only.
When using the datagrid in a sidebar or modal a console error can occur when using this component as when the refresh method is called the datagrid is no longer present.
We could check if this.$refs.vuetable.$el exists before calling this code to prevent this? @BrockReece?