Issue in table row delete perspective

I have created a view with delete icon and rendered it as view in 1st col of the table …row is getting deleted by clicking on it and I have written code on onEditCellStart but after 2 r 3 delete or sometimes single click on remove col is throwing as a component error on a table and console output is shared as below:

LEVEL_ERROR
message: "TypeError: Cannot read property \'Remove\' of undefined"
line_number: 112


20:24:27.429 [Browser Thread: 64211] ERROR Perspective.Designer.Workspace - level: LEVEL_ERROR
message: "ui.ErrorBoundary: Component error caught in error boundary: {\"componentStack\":\"\\n    in S\\n    in s\\n    in n\\n    in div\\n    in b\\n    in s\\n    in n\\n    in div\\n    in b\\n    in s\\n    in n\\n    in div\\n    in b\\n    in s\\n    in n\\n    in div\\n    in d\\n    in div\\n    in div\\n    in b\\n    in s\\n    in n\\n    in A\\n    in div\\n    in DraggableCore\\n    in div\\n    in m\\n    in div\\n    in i\"}"
line_number: 12


plz help …what can be done to prevent this error and after clicking on remove icon on cell it’s value getting dispalyed as 0 which I didn’t want it to show like that

Solved it by writing the same script onRowClick event…Thanks:+1:

1 Like