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 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?
#chart-container {
width: 100%;
height: auto;
}
I have sample code
Who can I send it to