enables/disables clipboard support on desktop devices
webix.ui({ view:"datatable", clipboard:true, ... });
If you choose "custom" clipboard, define the onPaste event handler that will define how the copied content will be pasted.