Custom clipboard
The sample shows behavior of the 'custom' clipboard which allow users to specify a custom logic for the insert operation. The mode can be characterized as follows:
1) When you use ctrl+c , data is copied to the clipboard.
2) When you use ctrl+v, dataTable invokes the onPaste event. You can handle this event to set a custom logic.
By default, the handler doesn't do anything.
Use ctrl+c and ctrl+v to copy and paste content.