RichEdit grid not work properly
at edit not like at view
I do all "prose" types , it do the same :


Solution:Jump to solution
I’m thinking there is a bug. Please submit an issue. The way the grid is built should work without prose except for the breakpoints/responsiveness that depends on custom styles.
10 Replies
Try
php artisan filament:assets
or npm run build
if using a custom theme. If the problem persists please submit an issue.it is the same
I have not submit an issue before , so where I do ? in github or here
On GitHub
Did you add the
fi-prose
class around your content?
https://filamentphp.com/docs/4.x/forms/rich-editor
However, some features, such as the grid layout and text colors, require additional styles that are not included in the Tailwind CSS Typography plugin. Filament also includes its own fi-prose CSS class that adds these additional styles. Any app that loads Filament’s vendor/filament/support/resources/css/index.css CSS will have access to this class. The styling is different to the prose class, but fits with Filament’s design system better:
I do by many way

and like this

and

Solution
I’m thinking there is a bug. Please submit an issue. The way the grid is built should work without prose except for the breakpoints/responsiveness that depends on custom styles.
I will do
GitHub
RichEdit Grid not work properly · Issue #18010 · filamentphp/fila...
Package filament/filament Package Version v4.1.0 Laravel Version v12.0 Livewire Version v3 PHP Version PHP v8.3 Problem description RichEdit grid not work properly , it work well when the grids dim...