hi team is it possible to feed the table data from indexeddb
Is it possible to connect handsontable with Indexeddb
Hey @satra2806
here’s an example https://handsontable.com/docs/7.1.1/tutorial-load-and-save.html on loading data from a server. Unfortunately, we do not have dedicated examples for different databases.
okay , is it possible insert data into handsontable from localstorage
Hey @satra2806
it’s more like a JS question than Handsontable.
Here’s great tutorial that I found for the localStorage operations https://blog.logrocket.com/the-complete-guide-to-using-localstorage-in-javascript-apps-ba44edb53a36/.
Once you get an array of arrays or an array of objects you can pass the data via loadData
method.