{"id":41012560,"url":"https://github.com/lesleysin/react-native-tables","last_synced_at":"2026-01-22T09:08:56.161Z","repository":{"id":61806604,"uuid":"554157672","full_name":"lesleysin/react-native-tables","owner":"lesleysin","description":"Simple and fast table component for React Native with extensive configuration options","archived":false,"fork":false,"pushed_at":"2022-10-26T07:25:02.000Z","size":189,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T19:00:00.744Z","etag":null,"topics":["android","dataset","ios","react-native","table","tableview"],"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/lesleysin.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":"2022-10-19T10:48:53.000Z","updated_at":"2023-05-05T16:18:44.000Z","dependencies_parsed_at":"2023-01-20T11:51:27.606Z","dependency_job_id":null,"html_url":"https://github.com/lesleysin/react-native-tables","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/lesleysin/react-native-tables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesleysin%2Freact-native-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesleysin%2Freact-native-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesleysin%2Freact-native-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesleysin%2Freact-native-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lesleysin","download_url":"https://codeload.github.com/lesleysin/react-native-tables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lesleysin%2Freact-native-tables/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28660019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["android","dataset","ios","react-native","table","tableview"],"created_at":"2026-01-22T09:08:55.448Z","updated_at":"2026-01-22T09:08:56.153Z","avatar_url":"https://github.com/lesleysin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-tables\n\n[![npm version](https://badge.fury.io/js/@lesleysin%2Freact-native-tables.svg)](https://badge.fury.io/js/@lesleysin%2Freact-native-tables) [![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE)\n\nSimple and fast table component for React Native with extensive configuration options\n\n## Motivation\n\nThis library was created to facilitate the work of colleagues who are faced with such a non-trivial task as creating tables for a mobile application. You can use this package or build on this source code to create your own solutions.\n\n## Get started\n\n```\nyarn add @lesleysin/react-native-tables\n```\n\nor via npm\n\n```\nnpm i @lesleysin/react-native-tables\n```\n\n## Basic use case\n\n```Typescript\nimport React from 'react';\nimport {SafeAreaView, StyleSheet} from 'react-native';\n\nimport {Table} from '@lesleysin/react-native-tables';\n\nconst talbeConfig = [\n  {type: 'string', title: 'Column 1'},\n  {type: 'string', title: 'Column 2'},\n  {type: 'string', title: 'Column 3'},\n];\n\nconst tableData = [\n  ['string1', 'string2', 'string3'],\n  null, //null values in data array creates empty cells in that column\n  ['val', null, 'value'],\n];\n\nconst App = () =\u003e {\n  return (\n    \u003cSafeAreaView\u003e\n      \u003cTable config={talbeConfig} data={tableData} /\u003e\n    \u003c/SafeAreaView\u003e\n  );\n};\n```\n\n## Documentation\n\nLearn more about advanced usage and type definitions here https://github.com/lesleysin/react-native-tables/tree/main/doc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesleysin%2Freact-native-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flesleysin%2Freact-native-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flesleysin%2Freact-native-tables/lists"}