Is it possible to cut/paste from rows but still see the data? An example would be:
row name
1 sean
2 law
After ctrl-x
1 sean
2 law
I didn’t see any way to do that in the documentation.
Is it possible to cut/paste from rows but still see the data? An example would be:
row name
1 sean
2 law
After ctrl-x
1 sean
2 law
I didn’t see any way to do that in the documentation.
Hey @sean.lawrenz
why would you like to cut something if it should remain on its position?
Would you like to track the cut
event and do some checks underneath and block the change if the result is A
and not B
?
I might not have explained it well. I would like the view to update while in process of cutting. So the 1 sean would only be visible during the cutting process not after.
I think that you can try wit the beforeCut
hook https://handsontable.com/docs/7.1.0/Hooks.html#event:beforeCut you can use data.splice()
to modify the content.
I think that will work. Thanks!
Great to hear that. I keep my fingers crossed.
I hope that everything’s fine as there are no additional questions. If you’d need anything send me an email at support @handsontable.com