tabulator
tabulator copied to clipboard
Cell "edited" flag is lost on row.reformat()
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
- open jsfiddle link
- edit the only editable cell (Mary May)
- click "reformat" button above table to trigger a row reformat on row0
- check console: value change is persisted but edited flag is lost
Screenshots