Skip to content

Commit

Permalink
AG-1757 New callback processDataFromClipboard() to process data from …
Browse files Browse the repository at this point in the history
…clipboard
  • Loading branch information
ceolter committed Jun 3, 2018
1 parent bbe3fb5 commit 9e65a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/agGridNg2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export class AgGridNg2 implements AfterViewInit {
@Input() public getBusinessKeyForNode : any = undefined;
@Input() public sendToClipboard : any = undefined;
@Input() public navigateToNextCell : any = undefined;
@Input() public processDataFromClipboard : any = undefined;
@Input() public tabToNextCell : any = undefined;
@Input() public getDetailRowData : any = undefined;
@Input() public processCellFromClipboard : any = undefined;
Expand Down Expand Up @@ -335,6 +336,7 @@ export class AgGridNg2 implements AfterViewInit {
@Input() public suppressCopyRowsToClipboard : any = undefined;
@Input() public pivotMode : any = undefined;
@Input() public suppressAggFuncInHeader : any = undefined;
@Input() public suppressClipboardPaste : any = undefined;
@Input() public suppressColumnVirtualisation : any = undefined;
@Input() public suppressAggAtRootLevel : any = undefined;
@Input() public suppressFocusAfterRefresh : any = undefined;
Expand Down

0 comments on commit 9e65a5c

Please sign in to comment.