Is possible fill a handsontable with values from an URL?

Tags: #<Tag:0x00007f1365e43de0> #<Tag:0x00007f1365e43bb0>

Hi experts , I have a form with a handsontable embedded , I can fill a text field located in the same form with values passed in the same URL used to load the form, I would like know suggestions about how to use this values to fill the first row in the handsontable. I´m thinking option like pass directly the values to table or maybe take the values from the field to fill the table. Do you think that it could be possible?

This is a graphic description for the form:

Hi @fabian.barrera

This is what comes to my mind https://stackblitz.com/edit/vitejs-vite-dezrt1?file=main.js,style.css&terminal=dev

We get the input value once the user clicks ENTER to confirm. To get the best performance, that triggers the setDataAtCell() method within a batch() call.

I see that you have 4 columns, but I did not know if the user can provide more arguments and if those will be blocked or not, so I omitted that in the demo.