Use Table-Widget in Livewire Component / Outside Admin Panel
I'm using a table widget to display data inside the dashboard. This data should also be displayed in the public frontend (outside the admin panel). What's the best way to display this table widget there without duplicating the whole class? Everything is exactly the same.
Thank you!
Thank you!