Simple Table Insert into MySQl with PHP

Tags: #<Tag:0x00007efc617b2690>

Hi guys. Does anyone have a complete example of creating a table and then inserting the data from it into mySQL database with PHP. All I could find was the functions.php example, but I am having trouble following it.

Thanks!

Hi @ryan.agro

Handsontable is a completely front-end library. We do not want to limit anything that the developer does on the backend. Once Handsontable gets a list of values is can load them into a table. And once you geta new value from a server you may use

  • loadData() or instance.updateSettings({ data: new_data })
  • setDataAtCell

to load the updated values to Handsontable.

Handsontable itself gives you a notice that user changed the data (if that is possible in your application) by the use of beforeChange and afterChange hooks. Here’s an example of that https://handsontable.com/docs/8.2.0/tutorial-load-and-save.html

Please share details on what obstacles did you find?

Creating Dynamic Data Graph using PHP and Chart.js BODY { width: 550PX; }

#chart-container {
width: 100%;
height: auto;
}

load save

I have sample code

Who can I send it to

Hi Ryan,

you can send the sample to support@handsontable.com