Official website: http://mindmup.github.io/editable-table/
Github:https://github.com/mindmup/editable-table
My structure
Simple test HTML source code
<HTMLLang= "en"> <Head> <MetaCharSet= "Utf-8"> <Metahttp-equiv= "X-ua-compatible"content= "Ie=edge,chrome=1"> <title>Edit</title> <Metaname= "description"content=""> <Metaname= "Viewport"content= "width=device-width; initial-scale=1.0"> </Head> <Body> <TableID= "Table"Border= "1"> <TR> <TD>Fdsafdsafdasfds</TD> </TR> </Table> </Body></HTML><Scriptsrc= "Jquery-1.11.1.min.js"></Script><Scriptsrc= "Editable-table-master/mindmup-editabletable.js"></Script><Scriptsrc= "Editable-table-master/numeric-input-example.js"></Script><Scripttype= "Text/javascript">$(function () { $('#table'). Editabletablewidget ({editor: $ ('<textarea>')});});</Script>
mindmup-editabletable-editing the use of table