{"id":13406121,"url":"https://github.com/grid-js/gridjs","last_synced_at":"2025-05-14T18:07:31.477Z","repository":{"id":37022523,"uuid":"255992685","full_name":"grid-js/gridjs","owner":"grid-js","description":"Advanced table plugin","archived":false,"fork":false,"pushed_at":"2024-08-14T06:52:04.000Z","size":26115,"stargazers_count":4522,"open_issues_count":94,"forks_count":252,"subscribers_count":36,"default_branch":"master","last_synced_at":"2025-05-12T17:00:48.595Z","etag":null,"topics":["filter","grid","pagination","sort","table"],"latest_commit_sha":null,"homepage":"https://gridjs.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grid-js.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":null,"patreon":null,"open_collective":"gridjs","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2020-04-15T17:41:40.000Z","updated_at":"2025-05-12T09:34:14.000Z","dependencies_parsed_at":"2024-01-01T00:32:07.129Z","dependency_job_id":"0b7e2fab-836d-43ec-b0f8-332b6164763b","html_url":"https://github.com/grid-js/gridjs","commit_stats":{"total_commits":977,"total_committers":46,"mean_commits":21.23913043478261,"dds":"0.48618219037871035","last_synced_commit":"9a6a53eacdc019c01decfdfa8e77cb800922de3d"},"previous_names":[],"tags_count":60,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grid-js%2Fgridjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grid-js%2Fgridjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grid-js%2Fgridjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grid-js%2Fgridjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grid-js","download_url":"https://codeload.github.com/grid-js/gridjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253872004,"owners_count":21976787,"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":["filter","grid","pagination","sort","table"],"created_at":"2024-07-30T19:02:21.656Z","updated_at":"2025-05-14T18:07:31.420Z","avatar_url":"https://github.com/grid-js.png","language":"TypeScript","readme":"# Grid.js\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://gridjs.io\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://gridjs.io/img/logo/text_large.png\" height=\"200\" alt=\"Grid.js\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eAdvanced table plugin\u003c/p\u003e\n\n**A table library that works everywhere**\n\n- Simple and lightweight implementation\n- No vendor lock-in. Grid.js can be used with any JavaScript frameworks (React, Angular, Preact or VanillaJS)\n- Written in TypeScript \n- Supports all modern browsers and IE11+\n\n## Example\n\n```js\nnew Grid({\n  data: [\n    ['Mike', 33, 'mike@murphy.com'],\n    ['John', 82, 'john@conway.com'],\n    ['Sara', 26, 'sara@keegan.com']\n  ],\n  columns: ['Name', 'Age', 'Email']\n}).render(document.getElementById('wrapper'));\n```\n\nPiece of :cake:\n\n## Getting Started\n\n- [Install](https://gridjs.io/docs/install)\n- [Getting Started](https://gridjs.io/docs/)\n- [Examples](https://gridjs.io/docs/examples/hello-world)\n\n## Documentation :book:\n\nFull documentation of Grid.js installation, config, API and examples are available\non Grid.js website [grid.js/docs](https://gridjs.io/docs/index). \n\n## Community\n\n- Join our [Discord channel](https://discord.gg/K55BwDY)\n- Take a look at [gridjs](https://stackoverflow.com/questions/tagged/gridjs) tag on StackOverflow or ask your own question!\n- Read our [blog](https://gridjs.io/blog) for the latest updates and announcements\n- Follow our Twitter account [@grid_js](https://twitter.com/grid_js)\n\n## Contributors ✨\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://afshinm.name\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/314326?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAfshin Mehrabani\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/grid-js/gridjs/commits?author=afshinm\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/grid-js/gridjs/commits?author=afshinm\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://self.agency\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2541728?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel Sieradski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#plugin-selfagency\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"http://salamaashoush.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13505298?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSalama Ashoush\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#plugin-salamaashoush\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://www.danielwerner.dev/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/38726367?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel Werner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#plugin-daniel-werner\" title=\"Plugin/utility libraries\"\u003e🔌\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://aloys.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/17796338?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAloysb\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/grid-js/gridjs/commits?author=Aloysb\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/grid-js/gridjs/commits?author=Aloysb\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n## License\n\n[MIT](https://github.com/grid-js/gridjs/blob/master/LICENSE)\n","funding_links":["https://opencollective.com/gridjs"],"categories":["TypeScript","Please find below the links to awesome cheat-sheet and resources:","Data Tables \u0026 Grids"],"sub_categories":["Javascript:"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrid-js%2Fgridjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrid-js%2Fgridjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrid-js%2Fgridjs/lists"}