Reputation: 61
I would like to implement copy functionality like below.
Select a row from excel and copy
And in the front-end UI we should be able to paste the selected data in a grid
Upvotes: 0
Views: 4276
Reputation: 182
You can try the following implementation of a JavaScript grid in Angular 2 - ng2-handsontable:
https://github.com/valor-software/ng2-handsontable
Here you can see a working demo:
http://valor-software.com/ng2-handsontable/
Upvotes: 2