F
Filament12mo ago
Maru

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
mvenghaus
mvenghaus12mo ago
yes, use sushi
mvenghaus
mvenghaus12mo ago
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.
Maru
MaruOP12mo ago
can sushi programmatically add rows outside the model?, for the example I want to store data from livewire property
toeknee
toeknee12mo ago
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

Did you find this page helpful?