{"id":23283580,"url":"https://github.com/mckervinc/react-fluid-table","last_synced_at":"2025-04-05T07:02:27.842Z","repository":{"id":39243799,"uuid":"237144646","full_name":"mckervinc/react-fluid-table","owner":"mckervinc","description":"A windowed React table built on top of react-virtual","archived":false,"fork":false,"pushed_at":"2025-03-19T16:45:07.000Z","size":1239,"stargazers_count":46,"open_issues_count":3,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T06:01:45.335Z","etag":null,"topics":["components","fluid","react","react-table","react-window","reactjs","table","virtualized","virtualizedlist","windowed"],"latest_commit_sha":null,"homepage":"https://mckervinc.github.io/react-fluid-table/#/","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/mckervinc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-01-30T05:19:46.000Z","updated_at":"2025-03-19T16:44:52.000Z","dependencies_parsed_at":"2024-05-31T02:49:35.248Z","dependency_job_id":"79a8a425-8215-49c0-84fe-3e9717850491","html_url":"https://github.com/mckervinc/react-fluid-table","commit_stats":{"total_commits":271,"total_committers":4,"mean_commits":67.75,"dds":0.05166051660516602,"last_synced_commit":"45f0ee7fe0604a97e64874e539b47baad9d3222a"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckervinc%2Freact-fluid-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckervinc%2Freact-fluid-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckervinc%2Freact-fluid-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mckervinc%2Freact-fluid-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mckervinc","download_url":"https://codeload.github.com/mckervinc/react-fluid-table/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247299829,"owners_count":20916190,"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":["components","fluid","react","react-table","react-window","reactjs","table","virtualized","virtualizedlist","windowed"],"created_at":"2024-12-20T01:22:38.575Z","updated_at":"2025-04-05T07:02:27.812Z","avatar_url":"https://github.com/mckervinc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-fluid-table\n\n\u003e A React table inspired by [@tanstack/react-virtual](https://github.com/TanStack/virtual)\n\n[![NPM](https://img.shields.io/npm/v/react-fluid-table?style=flat-square)](https://www.npmjs.com/package/react-fluid-table) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)\n\n## Install\n\n```bash\n# using yarn\nyarn add react-fluid-table\n\n# using npm\nnpm i react-fluid-table\n```\n\n## Usage\n\n```jsx\nimport \"react-fluid-table/dist/index.css\"; // this only needs to be imported once\nimport { Table } from \"react-fluid-table\";\n\nconst data = _.range(100).map(i =\u003e ({\n  id: i + 1,\n  firstName: randFirstName(),\n  lastName: randLastName(),\n  email: randEmail()\n}));\n\nconst columns = [\n  {\n    key: \"firstName\",\n    header: \"First Name\",\n    width: 100\n  },\n  {\n    key: \"lastName\",\n    header: \"Last Name\",\n    width: 100\n  },\n  {\n    key: \"email\",\n    header: \"Email\"\n  }\n];\n\nconst Example = () =\u003e \u003cTable data={data} columns={columns} /\u003e;\n```\n\n## Development\n\nTo get a development environment working, run the following:\n\n**Installation**\n\n```bash\n$ yarn install\n$ cd example\n$ yarn install\n```\n\n**Usage**\n\n```bash\n# in one terminal window/tab\n$ yarn start\n# in a separate terminal window/tab\n$ cd example\n$ yarn dev\n```\n\n## License\n\nMIT © [Mckervin Ceme \u0026lt;mckervinc@live.com\u0026gt;](https://github.com/mckervinc)\n\n---\n\nThis application was created using [create-react-hook](https://github.com/hermanya/create-react-hook).\n\nThis application features some icons from [Font Awesome](https://fontawesome.com/license/free).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmckervinc%2Freact-fluid-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmckervinc%2Freact-fluid-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmckervinc%2Freact-fluid-table/lists"}