How can I dispatch a livewire event from a table?

The table function is static, thus I cant call $this->dispatch('something').
Was this page helpful?