different data source for Table Builder?

I want to use the Table Builder on a livewire page. From the docs, I need to use query() or relationship() on the $table. but my data is not from Models, but rather a large array dynamically generated from the previous operation. Is it possible?
Was this page helpful?