MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 259 forks source link

editable don't work after publishing #614

Open Slobug opened 5 months ago

Slobug commented 5 months ago

Hi,

editable don't work after publishing the config file and blade template assets.

Error exception ´´´ Undefined variable: table (View: /www/myApplication/resources/views/livewire/datatables/editable.blade.php) ´´´

IF I add a public $table with the table, I have the same error.

help ;)