So far, the only way I've managed to do it is by modifying the core datagrid component (index.blade) and adding these lines
mounted() { this.boot(); if (window.emitter) { window.emitter.on('wallet:admin:logs:refresh', (payload) => { if (!payload || !payload.target || payload.target === this.src) { this.get(); } }); } },But it's not what I would like