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
Describe the bug
When the "editor" field in the column definition is set and the "resizable" field is set to true, editing a cell will remove the resizable handle from the right of that cell.
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Open the JS Fiddle above.
Edit a cell in the "Name" column.
After editing, hover your cursor over to the right side of the cell where a resize handle should be.
No handle is there to resize the column from that cell's right border.
Expected behavior
The resize handle should still show and be usable after editing a cell.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Windows 11
Firefox is what I test in
v128
Smartphone (please complete the following information):
I am only testing in desktop browser.
Additional context
I noticed in the inline style of the affected resize handle is gone after editing that cell, whereas the height is set beforehand when the table is rendered.
The text was updated successfully, but these errors were encountered:
EDIT: I wanted to add that this can be fixed with a table redraw once the cell is edited like so: table.on('cellEdited', function(){ table.redraw(); });
However, it would still be nice to not have to do that.
Describe the bug
When the "editor" field in the column definition is set and the "resizable" field is set to true, editing a cell will remove the resizable handle from the right of that cell.
Tabulator Info
6.2
Working Example
https://jsfiddle.net/c3yL957o/
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
Expected behavior
The resize handle should still show and be usable after editing a cell.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
I am only testing in desktop browser.
Additional context
I noticed in the inline style of the affected resize handle is gone after editing that cell, whereas the height is set beforehand when the table is rendered.
The text was updated successfully, but these errors were encountered: