edisonywh / backoffice

Admin tool built with the PETAL stack
MIT License
217 stars 15 forks source link

Turn table view into a widget #39

Open edisonywh opened 3 years ago

edisonywh commented 3 years ago

Not sure if it's possible since we need some sort of state for table (sorted etc), but we can give it a try and see how it goes.

It might be pretty cool to build everything as a widget, and then by having a TableWidget we can also reuse it when editing associations etc.

edisonywh commented 3 years ago

https://github.com/rappasoft/laravel-livewire-tables this could be an interesting reference