Is it possible to make table on custom page without eloquent?
I want to make POS with livewire, and I can't figure out how I can make table with reactive array data on it
4 Replies
yes, use sushi
GitHub
GitHub - calebporzio/sushi: Eloquent's missing "array" driver.
Eloquent's missing "array" driver. Contribute to calebporzio/sushi development by creating an account on GitHub.
can sushi programmatically add rows outside the model?, for the example I want to store data from livewire property
No, you’d need to get it in the model, I.e. pass in an id where you are getting eh data then sushi can fetch it from wherever