Plugin Author Question
Plugin like Divi or Elementor for Filament?

How to prevent escaping & wrapping <iframe> HTML in TipTap Editor?
<p><iframe src="..."></iframe></p>
<p><iframe src="..."></iframe></p>
500 Internal Server Error after instert / update
composer require filament/filament:^3.3.32 --with-all-dependencies
composer require filament/filament:^3.3.32 --with-all-dependencies

Filament memory exhaustion
12.20.0
introduced a breaking change. Filament patched it in 3.3.31
https://github.com/filamentphp/filament/pull/16878...Dynamic table column updates with reverb and broadcasting changes
postGIS memory issue

How to change wizard submit action text on On the same form for update and create (V4)
Method Filament\Tables\Columns\TextColumn::isHeaderWrapped does not exist.
Issue with Incomplete Replication of Related Records in Repeater Field v4 beta
Edit Resource Delete Header Action not showing up.
CORS ERROR: got cors error in one app two domains!
Button in headerActions from table is not clickable.

On my localhost it works but when I bring it to my host its a black screen

Undefined property User$id

Programmatically change active Tab
I'm using this code to trigger a traditional html click event when a checkbox is ticked. Is there a better way to do this? I tried things like setting the 'activeTab' but it didn't work. ...

Page translatable
Make a custom Filament v3
Page
translatable using spatie/laravel-translatable. I want the user to switch languages and edit localized values.
What I did:- My
Setting
model uses HasTranslations
and stores JSON values correctly. ...Use websockets and events to perform real time updates on the table component instead of polling ?
Stop form submit when using scanner
form
is submitting
which is not something I want to happen. Field should only display the value and thats it.
Anyways I can control this behaviour...Filament Form Slow with Hundreds of Repeater Rows – Any Solutions?