Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

muzafferdede's avatar

Laravel Nova Event Listener

Hi,

How do we listen an event outside of Nova component?I have a custom card which i would like show sum of some columns in a lens table after filter change event and react on that.


Nova.$on('change',function()
{
    alert('filter changed');
});

But i can't get it work. Or these filter events are not globally broadcasted to other components?

0 likes
0 replies

Please or to participate in this conversation.