tabulator icon indicating copy to clipboard operation
tabulator copied to clipboard

Cell "edited" flag is lost on row.reformat()

Open mormitech opened this issue 9 months ago • 1 comments

Describe the bug When calling .reformat() on a row containing some edited cells - expecting it will only repaint the row and reformat its values - it unfortunately kills the edited flags as well as a sideeffect.

Tabulator Info 6.2.1

Working Example https://jsfiddle.net/7czu2ksm/

To Reproduce

  1. open jsfiddle link
  2. edit the only editable cell (Mary May)
  3. click "reformat" button above table to trigger a row reformat on row0
  4. check console: value change is persisted but edited flag is lost

Screenshots image

mormitech avatar May 27 '24 12:05 mormitech