{"id":25024931,"url":"https://github.com/pnstack/react-native-table","last_synced_at":"2026-05-04T15:38:29.947Z","repository":{"id":192611207,"uuid":"687270024","full_name":"pnstack/react-native-table","owner":"pnstack","description":"React native table component","archived":false,"fork":false,"pushed_at":"2024-03-15T01:38:57.000Z","size":1835,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-03-15T03:04:02.227Z","etag":null,"topics":["expo","react","react-native","table"],"latest_commit_sha":null,"homepage":"","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/pnstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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},"funding":{"github":["nvp2k1"]}},"created_at":"2023-09-05T02:30:41.000Z","updated_at":"2024-04-22T19:29:27.667Z","dependencies_parsed_at":null,"dependency_job_id":"f3c86d21-fa21-4508-a84f-50851472097e","html_url":"https://github.com/pnstack/react-native-table","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.04761904761904767,"last_synced_commit":"c99a75debb3e5b86af749dc10f57dacacea7f589"},"previous_names":["pnstack/react-native-table"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Freact-native-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Freact-native-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Freact-native-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnstack%2Freact-native-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnstack","download_url":"https://codeload.github.com/pnstack/react-native-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246334429,"owners_count":20760644,"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":["expo","react","react-native","table"],"created_at":"2025-02-05T16:33:41.140Z","updated_at":"2025-10-03T20:07:26.661Z","avatar_url":"https://github.com/pnstack.png","language":"TypeScript","funding_links":["https://github.com/sponsors/nvp2k1"],"categories":[],"sub_categories":[],"readme":"# react-native-table\n\nReact native table component\n\n## Installation\n\n```sh\nyarn add @pnstack/react-native-table\n```\n\n## Usage\n\n```js\n\u003cTable\n  columns={[\n    {\n      title: 'id',\n      key: 'id',\n      dataIndex: 'id',\n    },\n    {\n      title: 'Name',\n      key: 'name',\n      dataIndex: 'name',\n    },\n  ]}\n  dataSource={[\n    {\n      id: 1,\n      name: 'name 1',\n    },\n    {\n      id: 2,\n      name: 'name 2',\n    },\n  ]}\n/\u003e\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnstack%2Freact-native-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnstack%2Freact-native-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnstack%2Freact-native-table/lists"}