You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <col> elements generated to enable column resizing don't have a min-width set on them, this means that column can be narrower than the configured cellMinWidth . This has 2 consequences :
columns might be too narrow
columns can visually jump in width when another column is resized the first time
This could be fixed by updating updateColumnsOnResize so it sets min-width on all <col> (or only not those corresponding to un-resized columns)
Screen.Recording.2024-08-02.143705.mp4
The
<col>
elements generated to enable column resizing don't have amin-width
set on them, this means that column can be narrower than the configuredcellMinWidth
. This has 2 consequences :This could be fixed by updating
updateColumnsOnResize
so it setsmin-width
on all<col>
(or only not those corresponding to un-resized columns)suggested code
I'm open to making a PR
Linked Issue in Tiptap : ueberdosis/tiptap#5435
The text was updated successfully, but these errors were encountered: