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
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?
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.$elexists before calling this code to prevent this? @BrockReece?Croud-Style-Guide/src/components/shared/Datatable.vue
Line 180 in aac257f