Run a function after a table is loaded.

I want to run a function after the ListResource page is loaded like an SQL query that markAsRead. Are there any lifecyclehooks I can use for table builder?
Solution
Yes. I was able to do with the livewire mount method. Thanks for the help!
Was this page helpful?