webismymind / editablegrid

EditableGrid is an open source Javascript library aimed at turning HTML tables into advanced editable components. It focuses on simplicity: only a few lines of code are required to get your first table up and running.
http://www.editablegrid.net
Other
795 stars 272 forks source link

How to get XML data not using php? #18

Closed sbeleidy closed 11 years ago

sbeleidy commented 12 years ago

I'm currently using this with bottlepy and python and I am linking it to a sqlite3 database. I've written code that can generate XML code based on the data I need from the database and I can display this very easily. I also have code written for generating data from XML code.

The issue now is how do I get new XML code if the user changes the data. I know there is a function in php but for some reason I can't get that to work. And I don't know how I would be able to interface that with the rest of my python code to send it back to the database.

Please let me know if there is already a way. I am willing to contribute to this project if there is no current way to do this. Let me know what path I can follow to get this to work.

Thanks

ceprio commented 6 years ago

Look at https://github.com/ceprio/editablegrid-python-sqlite-example . You will find the python code that handles table changes and bring them back to the database.