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

Unable to locate examples/demo.html file #130

Closed sarojthapa60 closed 8 years ago

sarojthapa60 commented 8 years ago

I could see examples/full/demo.js and examples/full/demo.css, but I could not locate examples/demo.html. Is it just the examples/index.html file? Thanks

vasadhananjay commented 8 years ago

It's actually the examples/full/index.php by the look of it.

vasadhananjay commented 8 years ago

Created an HTML version

Drop this in examples/full/

sarojthapa60 commented 8 years ago

Thank you so much