{"id":16096046,"url":"https://github.com/frenchbread/meteor-dynatable","last_synced_at":"2025-10-07T20:16:31.729Z","repository":{"id":35609793,"uuid":"39883225","full_name":"frenchbread/meteor-dynatable","owner":"frenchbread","description":"Jquery datatable plugin for meteor with sorting, search and pagination.","archived":false,"fork":false,"pushed_at":"2015-07-29T09:55:17.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T20:31:11.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/frenchbread.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}},"created_at":"2015-07-29T08:47:30.000Z","updated_at":"2015-07-29T09:48:48.000Z","dependencies_parsed_at":"2022-09-16T21:02:20.205Z","dependency_job_id":null,"html_url":"https://github.com/frenchbread/meteor-dynatable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frenchbread/meteor-dynatable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frenchbread%2Fmeteor-dynatable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frenchbread%2Fmeteor-dynatable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frenchbread%2Fmeteor-dynatable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frenchbread%2Fmeteor-dynatable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frenchbread","download_url":"https://codeload.github.com/frenchbread/meteor-dynatable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frenchbread%2Fmeteor-dynatable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278838762,"owners_count":26054790,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-10-09T17:10:18.750Z","updated_at":"2025-10-07T20:16:31.701Z","avatar_url":"https://github.com/frenchbread.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Dynatable\n\n[Dynatable](http://www.dynatable.com/) is a funner, semantic, interactive table plugin using jQuery, HTML5, and JSON. And it's not just for tables.\n\n## Installation\n\n```\nmeteor add frenchbread:dynatable\n```\n\n## Usage\n\nHtml:\n\n```html\n\u003ctable id=\"my-ajax-table\"\u003e\n    \u003cthead\u003e\n        \u003cth\u003eSome Attribute\u003c/th\u003e\n        \u003cth\u003eSome Other Attribute\u003c/th\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n```\n    \nJavaScript:\n\n```javascript\n$('#my-ajax-table').dynatable({\n    dataset: {\n        ajax: true,\n        ajaxUrl: '/dynatable-ajax.json',\n        ajaxOnLoad: true,\n        records: []\n    }\n});\n```\n\n\n## Docs\n\n[Official documentation](http://www.dynatable.com/)\n\n## License\n\nGNU AGPL","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrenchbread%2Fmeteor-dynatable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrenchbread%2Fmeteor-dynatable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrenchbread%2Fmeteor-dynatable/lists"}