rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.75k stars 330 forks source link

[Bug]: Undefined variable $columns #1922

Closed emiku90 closed 3 weeks ago

emiku90 commented 3 weeks ago

What happened?

After trying composer update, all I can see in pages with tables is Undefined variable $columns or Undefined array key "filterLayout" if filters are enabled.

How to reproduce the bug

No response

Package Version

3.4.17

PHP Version

8.2.12

Laravel Version

11.21.0

Alpine Version

No response

Theme

None

Notes

No response

Error Message

No response

emiku90 commented 3 weeks ago

I just deleted the resources/views/vendor/livewire-tables directory and everything is good now.