Copies the content of a cell to the clipboard.
clipboardCopy(ind, col_ind)
ind |
integer, index of the record |
col_ind |
integer, index of the column |
Returns
undefined.
Description
The method copies the content of a given cell to the user's clipboard.
If you have grid defined in the following way:
You can copy a cell's content to the clipboard:
It is possible to overwrite this method with a custom one.