# fantasyjs **Repository Path**: limaofeng/fantasyjs ## Basic Information - **Project Name**: fantasyjs - **Description**: 该项目是3年前的东西(所以说它现在看来并不先进,或者其中的做法已经过时),最近重新整理了一下。项目中经常需要使用Js循环显示表格或者列表.但又不想导入一些现成的UI插件。因为现成的插件确实实现了一些很牛B的效果。但不能修改它的html模板,或者说很难。所以fantasyjs出现了。最初的设想就是不封装任何UI效果。但实现一些常用的Js页面操作 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2015-04-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #fantasyjs 啥也不说了,也不知道说啥.[演示地址](http://121.40.16.197:3004/list/view.html) ## html
编号 名字 关键字
{id} {name} {key}
## javascript $('#testTable').view().setJSON([{id: 1, name: '李四', key: 3},{id: 2,name: '张三',key: 3}, {id: 3,name: '王五', key: 3 }, {id: 4,name: '赵六',key: 3}]);