How to trigger Dasboard refresh from custom Panel Plugin?
You can use locationService.reload()
, which is similar to the refresh in the browser.
If you feel adventurous to use EventBus:
import { useDashboardRefresh } from '@volkovlabs/components';
1 Like