[Vuejs]-Refresh vuetable-2 component from my parent component

0👍

You can use refresh() for vuetable . So there is many way to trigger that from parent . You can call directly that method by setting ref or use watch in component .

Leave a comment