{"id":24568787,"url":"https://github.com/coston/instant-table","last_synced_at":"2025-04-22T17:22:28.350Z","repository":{"id":33276499,"uuid":"157453201","full_name":"coston/instant-table","owner":"coston","description":"Instantly build a responsive table from your data","archived":false,"fork":false,"pushed_at":"2025-01-14T11:14:24.000Z","size":1263,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T12:25:58.332Z","etag":null,"topics":["data","data-table","json","react","reactjs","table","zero-configuration"],"latest_commit_sha":null,"homepage":"https://instant-table.coston.io","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/coston.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-13T22:03:25.000Z","updated_at":"2025-01-14T11:14:26.000Z","dependencies_parsed_at":"2023-11-19T20:28:56.079Z","dependency_job_id":"38ef1f60-7982-4c49-80a1-4fe5360e59af","html_url":"https://github.com/coston/instant-table","commit_stats":{"total_commits":163,"total_committers":6,"mean_commits":"27.166666666666668","dds":0.5214723926380368,"last_synced_commit":"75211a973f05116815142530baab5e2f3c2f19da"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coston%2Finstant-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coston%2Finstant-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coston%2Finstant-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coston%2Finstant-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coston","download_url":"https://codeload.github.com/coston/instant-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235300323,"owners_count":18967738,"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":["data","data-table","json","react","reactjs","table","zero-configuration"],"created_at":"2025-01-23T14:55:25.256Z","updated_at":"2025-01-23T14:55:25.768Z","avatar_url":"https://github.com/coston.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⌗ instant-table\n\nInput data, output a react responsive table ✨\n\n[![npm package version](https://badge.fury.io/js/instant-table.svg)](https://www.npmjs.com/package/instant-table)\u0026nbsp;\n[![npm downloads](https://img.shields.io/npm/dm/instant-table.svg)](https://www.npmjs.com/package/instant-table)\u0026nbsp;\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)\n\n## Live Demo\n\n[https://instant-table.coston.io](https://instant-table.coston.io)\n\n## Features\n\n- Instantly build a table from your array of objects\n- Automatic headers\n- Responsive conversion to HTML `\u003cdl\u003e` key-value format at mobile breakpoint\n- Great Accessibility\n- Customizations\n\n## Install\n\nInstall with npm:\n\n```sh\nnpm i instant-table\n```\n\n## Usage\n\n```jsx\n\u003cTable data={mockData.slice(0, 20)} /\u003e\n```\n\n## Options\n\n| Prop            | Type      | Argument   | Default            | Description                             |\n| --------------- | --------- | ---------- | ------------------ | --------------------------------------- |\n| data            | `array`   | `required` | `null`             | array of objects                        |\n| breakpoint      | `string`  | `optional` | `768px`            | Width at which the table becomes a list |\n| headerOrder     | `array`   | `optional` | first object order | Choose columns to display with order    |\n| rowHeaders      | `boolean` | `optional` | `false`            | convert first column to row headers     |\n| caption         | `string`  | `optional` | `null`             | add a table caption                     |\n| sortable        | `boolean` | `optional` | `true`             | set to false to disable sortability     |\n| tableColor      | `string`  | `optional` | `black`            | set header background color             |\n| headerTextColor | `string`  | `optional` | `white`            | set header text color                   |\n\n## Contributing\n\nPlease help ship data faster! Submit any issues and/or make a pull request!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoston%2Finstant-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoston%2Finstant-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoston%2Finstant-table/lists"}