filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
17.76k stars 2.78k forks source link

Display the filters above the table #2425

Closed ishaarany closed 2 years ago

ishaarany commented 2 years ago

Package

filament/tables

Package Version

v2..0.0

Laravel Version

v9.2

Livewire Version

v2..0.0

PHP Version

PHP 8.0.2

Bug description

I follow the docs to display the filters above the table as described here https://filamentphp.com/docs/2.x/tables/filters#displaying-filters-above-the-table-content, but Phpstorm shows a message of undefined class "Filament\Tables\Filters\Layout". I try to find this class on vendor package's folder but nothing found.

Steps to reproduce

Relevant log output

No response

danharrin commented 2 years ago

Run composer update && php artisan filament:upgrade

ishaarany commented 2 years ago

wow It works, Thank you.