Hi,
I have a requirement to provide an option to copy the value of a selected cell to all the other cells in that row. The user will right click on a cell, it should open a context menu. When the user click on the context menu item, it should copy the value from that particular cell to all other cells.
I can implement this with setDataatRowProp() function. Is there a better way to achieve this utilizing the Copy-Paste plugin?
Thank you !