Is it possible to get all column and rows of the table?

I wanted to pass it to such as controller or other for me to make a PDF
Solution
From where? An Action? You could use ->action(fn ($livewire) => $livewire->getTableRecords())
Was this page helpful?