ClipboardSettings
Interface
Represents settings that can be added to the clipboard behavior.
Definition
Package:@progress/kendo-react-data-tools
Properties
cellDelimiter?
string
Determines what is the delimiter used to separate the cells.
Defaults to \t.
copyHeaders
boolean
Determines whether column titles or field names will be included in the generated data
during the copy and cut actions.
Defaults to false.
newLineDelimiter?
string
Determines what is the delimiter used to separate the rows.
Defaults to '\r\n'.