Feb 2, 2020
0
Level 13
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?
Please or to participate in this conversation.