{"id":21189249,"url":"https://github.com/uptick/react-object-table","last_synced_at":"2025-07-10T02:31:39.526Z","repository":{"id":47445119,"uuid":"51802936","full_name":"uptick/react-object-table","owner":"uptick","description":"React powered table of objects, designed to be editable and fast.","archived":false,"fork":false,"pushed_at":"2023-01-07T04:07:07.000Z","size":925,"stargazers_count":15,"open_issues_count":7,"forks_count":3,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T00:39:28.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://uptick.github.io/react-object-table/","language":"JavaScript","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/uptick.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-16T02:49:01.000Z","updated_at":"2021-08-17T02:27:26.000Z","dependencies_parsed_at":"2023-02-06T11:16:50.611Z","dependency_job_id":null,"html_url":"https://github.com/uptick/react-object-table","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uptick%2Freact-object-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uptick","download_url":"https://codeload.github.com/uptick/react-object-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225615196,"owners_count":17496939,"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":"2024-11-20T18:51:06.417Z","updated_at":"2024-11-20T18:51:07.335Z","avatar_url":"https://github.com/uptick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-object-table\n\n[![npm version](https://badge.fury.io/js/react-object-table.svg)](http://badge.fury.io/js/react-object-table)\n![Downloads](http://img.shields.io/npm/dm/react-object-table.svg?style=flat)\n\nReact powered table of objects, designed to be editable and fast.\n\n## Live Demo\n\nCheck out the live demo here: http://uptick.github.io/react-object-table/\n\n## Installation\n\nInstall the package with npm:\n\n```\nnpm install react-object-table\n```\n\nThen require and use with ES6 imports:\n\n```javascript\nimport React from 'react'\nimport ReactDom from 'react-dom'\n\nimport ObjectTable from 'react-object-table'\n\nvar mount = document.querySelectorAll('div.table-mount');\nReactDom.render(\n  \u003cObjectTable\n    columns={[\n      {\n        name: 'Message',\n        key: 'message',\n      }\n    ]}\n    objects={[\n      {\n        id: 1,\n        message: 'Hello world',\n      }\n    ]}\n  /\u003e,\n  mount[0]\n);\n```\n\nOptionally, include the built css with an import:\n\n```scss\n@import 'node_modules/react-object-table/dist/react-object-table.css';\n\n```\n\nor tag:\n\n```html\n\u003clink href=\"static/node_modules/react-object-table/dist/react-object-table.css\" rel=\"stylesheet\"\u003e\n```\n\nFull reference documentation coming soon. For now, take a look at the reference on the live demo at\nhttp://uptick.github.io/react-object-table/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptick%2Freact-object-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuptick%2Freact-object-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuptick%2Freact-object-table/lists"}