{"id":19478145,"url":"https://github.com/decathlon/react-table","last_synced_at":"2025-04-25T14:32:56.404Z","repository":{"id":36546691,"uuid":"226306853","full_name":"Decathlon/react-table","owner":"Decathlon","description":"React components for efficiently rendering large tabular data","archived":false,"fork":false,"pushed_at":"2023-01-07T17:42:58.000Z","size":4517,"stargazers_count":23,"open_issues_count":11,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-03T23:11:18.280Z","etag":null,"topics":["customization","performance","reactjs","table","virtualized"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Decathlon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-12-06T10:44:37.000Z","updated_at":"2023-07-18T11:56:27.000Z","dependencies_parsed_at":"2023-01-17T02:30:59.346Z","dependency_job_id":null,"html_url":"https://github.com/Decathlon/react-table","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decathlon%2Freact-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decathlon%2Freact-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decathlon%2Freact-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Decathlon%2Freact-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Decathlon","download_url":"https://codeload.github.com/Decathlon/react-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250834262,"owners_count":21494937,"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":["customization","performance","reactjs","table","virtualized"],"created_at":"2024-11-10T19:47:21.456Z","updated_at":"2025-04-25T14:32:54.481Z","avatar_url":"https://github.com/Decathlon.png","language":"TypeScript","readme":"\n# @decathlon/react-table\n\nReact components for efficiently rendering large tabular data\n\n\u003cimg src=\"images/table.png\" width=\"1200\" style=\"box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)\"/\u003e\n\n*A table with 15 000 rows and 1 000 columns (with sub rows, fixed rows and fixed columns)*\n\n\n\u003cimg src=\"images/tableSelection.png\" width=\"500\" style=\"box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5)\"/\u003e\n\n*A table with custom right click menu*\n\n![Storybook](https://cdn.jsdelivr.net/gh/storybooks/brand@master/badge/badge-storybook.svg)\n\n### Installing\n\n```\nnpm install -S @decathlon/react-table\n```\n\n### Usage\n\n\n```js\nimport { Table } from \"@decathlon/react-table\";\nimport \"@decathlon/react-table/dist/style/index.css\";\n\n const rows = [\n    {\n      id: \"header\",\n      isHeader: true,\n      cells: [\n        {\n          id: \"wawoo\",\n          value: \"Wawooo!\"\n        },\n        ...\n      ]\n    },\n    {\n      id: \"row1\",\n      cells: [\n        {\n          id: \"react\",\n          value: \"React\"\n        },\n        ...\n      ]\n    },\n    ...\n   ];\n\nfunction MyComponent() {\n  return (\n    \u003cTable\n      id=\"table-id\"\n      rows={rows}\n      columns={{ 0: { style: { justifyContent: \"left\" }, size: 200 } }}\n      isVirtualized\n      virtualizerProps={{\n        fixedRows: [0],\n        fixedColumns: [0],\n        height: 500,\n        width: 1000\n      }}\n    /\u003e\n  );\n}\n```\n\n## Getting Started (Devs)\n\n```bash\ngit clone ...\ncd react-table\nnpm ci\nnpm run storybook\n```\n\n🚀 Storybook ready at  http://localhost:9001/\n\n## Running the tests\n\n```\nnpm run test\nnpm run lint\n```\n## Contributing\n\n**PRs are welcome!**\nYou noticed a bug, a possible improvement or whatever?\nAny help is always appreciated, so don't hesitate opening one!\n\nBe sure to check out the [contributing guidelines](CONTRIBUTING.md) to fasten\nup the merging process.\n\n## Active authors\n\n* **Amen Souissi**  [amen-souissi](https://github.com/amen-souissi)\n* **Hyacinthe Knobloch** [hyacintheknobloch](https://github.com/hyacintheknobloch)\n* **Benjamin Wintrebert** [Ben-Wintrebert](https://github.com/Ben-Wintrebert)\n\nSee also the list of [contributors](https://github.com/Decathlon/react-table/graphs/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the Apache-2.0 License - see the [LICENSE.md](https://github.com/Decathlon/react-table/blob/master/LICENSE) file for details\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecathlon%2Freact-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdecathlon%2Freact-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdecathlon%2Freact-table/lists"}