Sometimes you may be pasting more rows than the grid currently has. In this case you need to add additional rows to fit the remaining pasted rows.
To process a Clipboard paste operation we need to calculate whether the pasted content extends beyond the last row, and add new rows to fit them as needed.
This example uses the grid callback:
processDataFromClipboard(params)
Comments
0 comments
Please sign in to leave a comment.