Working with handsontable pro & Angular 4

Tags: #<Tag:0x00007efc650194c0>

I have 3 questions:

  1. Is it a way to set the licenseKey globally? instead of adding it on every table?

  2. If I select 3 rows and want to paste them at the bottom of the table, is there any way to prevent table creating new rows? to block table to custom dimensions? If user select 4 rows and goes on the last row of the table to paste them, then I need to paste only the first row ( from the selected ones) and ignore the rest.

  3. https://github.com/handsontable/handsontable/issues/4575 , can you take a look on this?

For all the users having the same questions as 1 and 2 we have answered them at Handsontable for Angular 4

When it comes to 3 here is a demo that may help http://jsfiddle.net/handsoncode/8ff1wryz/
Let me know if you need anything else.

Hi @aleksandra_budnik , this works good, I think that I can integrate this with Angular. Thank your for you quick response.

You’re welcome.

I am happy that I could help.