IClipboardOptions
An interface describing settings for clipboard options
Properties
Section titled "Properties"copyFormatters
Section titled "copyFormatters"Apply the columns formatters (if any) on the data in the clipboard output.
copyFormatters: boolean Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:1244
copyHeaders
Section titled "copyHeaders"Include the columns headers in the clipboard output.
copyHeaders: boolean Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:1240
enabled
Section titled "enabled"Enables/disables the copy behavior
enabled: boolean Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:1236
separator
Section titled "separator"The separator used for formatting the copy output. Defaults to \t.
separator: string Defined in projects/igniteui-angular/grids/core/src/common/grid.interface.ts:1248