ce
ce copied to clipboard
In version 4.4.1 , delete selected row has auto focus on first row and deletes the first row
when i dragged the mouse to row 4,5 right clicked on the mouse and it always has auto focus on the first column and clicked on delete selected row always deletes the first row
https://codesandbox.io/s/jexcel-and-react-forked-h7le6?file=/src/index.js
I have try on your sandbox, and i have not reproduct your problem. when i click on cell A4, and right click and select remove rows. Row 4 is deleted not first row.
Can you give more details on process actions for reproduct ?
Hello sir thank you for your fast response, but my question is when you directly right click (and not left click) on may be lets say C5 or any row rather than first row it particularly has focus on the first row , shouldn't the right click focus on the current row cell? why does it have the focus on the first row?
sir, u can do the following steps it the above lines are unclear: step 1 : directly right click on the cell (any rather then first row) eg: E5 issue=>does select the row but has focus on the first row A1 step 2 : displays the Menu for the particular row step 3: select delete row step 4: deletes the first row A1 and not the 5th row E5
@Guillaume-Bo u can see this example sir
@paulhodel Maybe on click right not select cell 0,0 but cell is under cursor ?
@SujinRajak I have the same issue with version 4.13.4 have you found any solution yet?