Expected behaviour
editMode.layoutChanged() is fired when deleting cell/row.
Expect cellDestroyed and/or rowDestroyed event fired when deleting the last cell of a row.
Actual behaviour
When deleting the last cell of a row, neither cellDestroyed nor rowDestroyed is emitted.
Live demo with steps to reproduce
Can be traced directly from the source code.
https://github.com/highcharts/highcharts/blob/master/ts/Dashboards/EditMode/Toolbar/CellEditToolbar.ts#L292
Product version
highcharts^12.3.0
highcharts/dashboards^4.0.0
Affected browser(s)
Tested on chrome and edge
Expected behaviour
editMode.layoutChanged()is fired when deleting cell/row.Expect
cellDestroyedand/orrowDestroyedevent fired when deleting the last cell of a row.Actual behaviour
When deleting the last cell of a row, neither
cellDestroyednorrowDestroyedis emitted.Live demo with steps to reproduce
Can be traced directly from the source code.
https://github.com/highcharts/highcharts/blob/master/ts/Dashboards/EditMode/Toolbar/CellEditToolbar.ts#L292
Product version
highcharts^12.3.0
highcharts/dashboards^4.0.0
Affected browser(s)
Tested on chrome and edge