using the configuration below, I am getting 10 rows of data being shown at one time, when I select all lines 20, 500 or 1000. it only copies 10 rows. When I change my height property to auto it starts working again, but I lose virtualization. I have already tried putting height on GridSetting, but it doenst make any difference.
I was trying to recreate your issue in a various possible ways but I wasn’t able to achieve that. Can you please send us a simplified code demo so we can investigate the issue further?
Hi @ronaldo.jonson based on the support plan that you have we also offer support calls where we try to figure out the cause of a screen sharing session. Could you please share your license ID/license holder email with us at support@handsontable.com?
I finally managed to reproduce, in this sandbox coping and pasting sometimes work, and sometimes it doens’t when it does not work you will notice that it didnt update the clipboard, Also when I paste 50k lines handsontable freezes, I have tried everything from the performance docs and it still can’t handle 50k
(edit) when I create the rows with minRows: 50000 then there is no lag at all, but when I try to paste 50k lines on the last row the table freezes.
Thx for the response. the error is replicable in all OS’s and Browses. when I try to copy 20+ rows the clipboard sometimes is not updated. it is really weird haha. with 1~15 lines it always works as expected.
About the 50k lines I made a batch script that kinda helped but not too munch, I’ll play around with it to find a solution.
Now the reactDOM.render is being called in my app.ts, but in my project handsontables are used in hooks. so do I really need to create a second instance of react using reactDOM.render a second time?