{"id":26236005,"url":"https://github.com/helti/easytable","last_synced_at":"2025-09-16T15:44:12.067Z","repository":{"id":84742011,"uuid":"90259874","full_name":"HelTi/easyTable","owner":"HelTi","description":":art: 基于jQuery的自动生成表格插件，可以合并单元格","archived":false,"fork":false,"pushed_at":"2019-03-04T14:17:25.000Z","size":34,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T17:04:00.562Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HelTi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-04T12:20:24.000Z","updated_at":"2020-05-07T00:50:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"67e48117-e48e-49db-8f8c-85c4e14984be","html_url":"https://github.com/HelTi/easyTable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelTi%2FeasyTable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelTi%2FeasyTable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelTi%2FeasyTable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HelTi%2FeasyTable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HelTi","download_url":"https://codeload.github.com/HelTi/easyTable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250285662,"owners_count":21405296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-13T03:19:21.072Z","updated_at":"2025-09-16T15:44:07.000Z","avatar_url":"https://github.com/HelTi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e基於jquery的自動生成表格的插件，可以合并單元格，兼容commonjs，amd,cmd规范，可以在node环境中使用\n\n#### 配置參數\n```javascript\n\nnew mtable({\n        tableId:'',//生成表格的ID\n        tableClass:'',//class名\n        tableParent:'',//生成的表格插入的div,如果不設置則為body\n        theade:'',//表頭\n        addDom:''//生成表格的觸發按鈕，可以不設置\n},data)\n\n```\n  \n  #### 示例\n  ```javascript\n var data = [\n        { 'a': '小明', 'b': '100' },\n        { 'a': '小明', 'b': '250' },\n        { 'a': '小明', 'b': '260' },\n        { 'a': '小明', 'b': '270' },\n        { 'a': '小花', 'b': '90' },\n        { 'a': '小花', 'b': '190' }\n    ]\n    var c = new mtable({\n        tableid: 'm',\n        adddom: \".add\",\n        tableclass: 'table table-bordered',\n        tableparent: '.tcon',\n        theade: '\u003ctd\u003e姓名\u003c/td\u003e\u003ctd\u003e价格\u003c/td\u003e',\n        mergeCells: true //是否自动合并单元格，默认不合并\n    }, data)\n\n    //使用es6\n    import mtable from 'easyTable'\n    var m=new mtable({\n\n    },data)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelti%2Feasytable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelti%2Feasytable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelti%2Feasytable/lists"}