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

Is there any python examples? #162

Open mrpackethead opened 7 years ago

mrpackethead commented 7 years ago

Hi, has anyone used any python to drive this? Also is there an example of where after the data is edited it is written back to the database

ccrvlh commented 6 years ago

Same here

ceprio commented 6 years ago

Look at https://github.com/ceprio/editablegrid-python-sqlite-example . It is a functionning conversion of the PHP example but easier to setup as it uses sqlite instead of mysql.