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
796 stars 271 forks source link

How to combined into existing data table. #187

Open abramhum opened 6 years ago

abramhum commented 6 years ago

Hi: I have a problem about using editablegrid. If I hope to using editablegrid with existing table, how to do that. I have already use a javascript library to create table, but it not has edit funtion, so, could I add this library to my existing table and make it become editable, and how to make that. Thanks a lot.