Creating Table Using Sql Server Table

Tags: #<Tag:0x00007f8b1e14d510>

Hi Team,
is that possible to create a table based on SQL table Automatically.

Hey @MZ1000_1

you can push the data as JSON and ten parse it as the Handsontable data. Here https://handsontable.com/docs/7.4.0/tutorial-load-and-save.html in a tutorial how to export data as JSON back to your server.

yes i already saw this example, my request is different , creating table automatically based on SQL server table

What do you mean by automatically? You still need a script to parse the data as JSON.