{"id":27882917,"url":"https://github.com/ikigai-systems/react-notion-table","last_synced_at":"2025-05-05T06:09:41.990Z","repository":{"id":290405148,"uuid":"974311527","full_name":"Ikigai-Systems/react-notion-table","owner":"Ikigai-Systems","description":"📋 Airtable/Coda/Notion table - advanced React Datagrid","archived":false,"fork":false,"pushed_at":"2025-04-28T16:32:01.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T06:09:35.823Z","etag":null,"topics":["airtable","airtable-like","coda","coda-like","data-grid","data-grid-view","datagrid","javascript","notion","notion-like","react","smart","table","ui-component"],"latest_commit_sha":null,"homepage":"https://tabulara.ikigai.systems","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ikigai-Systems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-04-28T15:22:52.000Z","updated_at":"2025-04-29T17:42:02.000Z","dependencies_parsed_at":"2025-04-28T17:52:00.610Z","dependency_job_id":null,"html_url":"https://github.com/Ikigai-Systems/react-notion-table","commit_stats":null,"previous_names":["ikigai-systems/notion-like-tables","ikigai-systems/react-notion-table"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ikigai-Systems%2Freact-notion-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ikigai-Systems%2Freact-notion-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ikigai-Systems%2Freact-notion-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ikigai-Systems%2Freact-notion-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ikigai-Systems","download_url":"https://codeload.github.com/Ikigai-Systems/react-notion-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252448585,"owners_count":21749495,"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":["airtable","airtable-like","coda","coda-like","data-grid","data-grid-view","datagrid","javascript","notion","notion-like","react","smart","table","ui-component"],"created_at":"2025-05-05T06:09:40.844Z","updated_at":"2025-05-05T06:09:41.985Z","avatar_url":"https://github.com/Ikigai-Systems.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 Tabulara\n\n**Notion-style tables, made easy.**  \nBeautiful, flexible, and lightweight JavaScript tables for modern web apps. More at https://tabulara.ikigai.systems.\n\n![illustration.png](https://tabulara.ikigai.systems/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fnotion-table-example1.23bf1622.png\u0026w=1080\u0026q=75)\n\n## ✨ Features\n\n- 🖌️ **Notion-like aesthetics** — Clean, minimal, and delightful by default.\n- ⚡ **Lightweight** — Zero external dependencies.\n- 🎛️ **Fully customizable** — Themes, column types, custom cell renderers.\n- ✏️ **Editable tables** — Enable inline editing with one config switch.\n- 🔥 **Fast performance** — Handles large datasets smoothly.\n- 🎯 **Developer-friendly API** — TypeScript support included.\n\n## 🛠️ Quick Start\n\n```javascript\nimport { Table } from 'tabulara';\n\nconst table = new Table({\n  element: '#my-table',\n  columns: [\n    { name: 'Task', type: 'text' },\n    { name: 'Status', type: 'select', options: ['Todo', 'In Progress', 'Done'] },\n    { name: 'Priority', type: 'tags' },\n  ],\n  data: [\n    { Task: 'Fix login bug', Status: 'In Progress', Priority: ['High'] },\n    { Task: 'Write docs', Status: 'Todo', Priority: ['Medium'] },\n  ],\n});\n```\n\nIn your HTML\n```html\n\u003cdiv id=\"my-table\"\u003e\u003c/div\u003e\n```\n\n## 📅 Current Status\n🚧 **Tabulara is currently in pre-release development.**\nSubscribe to updates [here](https://tabulara.ikigai.systems/get-started) to be notified when we launch!\n\n## 📣 Stay Tuned!\n\"Tabulara is built for developers who care about great user experiences.\nJoin us on this journey — and build better tables today. 🚀\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikigai-systems%2Freact-notion-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikigai-systems%2Freact-notion-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikigai-systems%2Freact-notion-table/lists"}