copy row and cell of Datatable via context menu

https://snippet.webix.com/njxepfq9

Im trying trouble figuring out to manipulate the clipboard for when users use a context menu to copy a row or cell, sort of like the clipboard property of a datatable, but not when they ctr-c ctrl-v. I can grab the data fine, but is there a way to set it to the clipboard? I have tried using the OnPaste function but that didnt seem to work.

Hello @jsnDong,
Due to the browser security policy, unfortunately, there is no way to extract data from system clipboard programmatically.
Within the Datatable or current application in general, it is possible to use Webix clipbuffer and implement the custom copy-paste logic.
Please check this sample: https://snippet.webix.com/yfwoezk8