Is it possible to use the Table builder without a Query?

I'd want to use the table builder without using a Query. I have my own data defined as an array or really anything I want to and want to render that as a table, I'd also be fine with using some kind of table component in livewire, it would be for viewing only. Right now I have to implement the getTableQuery method which I don't have.
Was this page helpful?