码迷,mamicode.com
首页 > 其他好文 > 详细

mindmup-editabletable-编辑table的使用

时间:2016-01-26 10:37:19      阅读:302      评论:0      收藏:0      [点我收藏+]

标签:

官方网站:http://mindmup.github.io/editable-table/

github下载地址:https://github.com/mindmup/editable-table

 

我的结构

技术分享

简单测试html源码

<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>编辑</title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width; initial-scale=1.0">
    </head>

    <body>
         <table id="table" border="1">
             <tr>
                 <td>fdsafdsafdasfds</td>
             </tr>
         </table>
    </body>
</html>
<script src="jquery-1.11.1.min.js"></script>
<script src="editable-table-master/mindmup-editabletable.js"></script>
<script src="editable-table-master/numeric-input-example.js"></script>
<script type="text/javascript">
$(function () {
    $(#table).editableTableWidget({editor: $(<textarea>)});
});

</script>

 

mindmup-editabletable-编辑table的使用

标签:

原文地址:http://www.cnblogs.com/hwaggLee/p/5159437.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!