filament
filament copied to clipboard
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
The idea is by wrapping javascript callback inside `!!` then we remove the rendered `"!!` and `!!"` in the frontend. For example: ``` public static ?array $options = [ 'scales'...
I might be completely incorrect, but I think this would allow users to use filters for ordering their tables. I do understand this might not be wanted so feel free...
Makes it possible to configure where the table row actions are. Options - `Filament\Tables\Actions\Position::BeforeCells` before all cells - `Filament\Tables\Actions\Position::BeforeColumns` before columns, after checkbox - `Filament\Tables\Actions\Position::AfterCells` after all cells, the current...
This PR currently branches off from https://github.com/filamentphp/filament/pull/3443.
### Package filament/filament ### Package Version v2.12.16 ### Laravel Version v9.14.0 ### Livewire Version v2.10.5 ### PHP Version 8.0.2 ### Bug description In my UserResource I have a Table that...
### Package filament/filament ### Package Version v2.13.12 ### Laravel Version v9.19.0 ### Livewire Version v2.10.5 ### PHP Version PHP 8 ### Bug description my app uses UTC as timezone When...