{"id":13572393,"url":"https://github.com/plotly/dash-table","last_synced_at":"2025-04-04T09:32:25.744Z","repository":{"id":45170168,"uuid":"128151266","full_name":"plotly/dash-table","owner":"plotly","description":"OBSOLETE: now part of https://github.com/plotly/dash","archived":true,"fork":false,"pushed_at":"2021-11-09T19:09:35.000Z","size":29735,"stargazers_count":421,"open_issues_count":232,"forks_count":73,"subscribers_count":51,"default_branch":"dev","last_synced_at":"2025-03-22T02:22:05.822Z","etag":null,"topics":["dash","data-science","data-visualization","plotly","plotly-dash","python","react","table"],"latest_commit_sha":null,"homepage":"https://dash.plotly.com","language":"Python","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/plotly.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null},"funding":{"custom":"https://plotly.com/products/consulting-and-oem/"}},"created_at":"2018-04-05T02:45:57.000Z","updated_at":"2024-11-18T09:14:42.000Z","dependencies_parsed_at":"2022-07-13T18:21:31.314Z","dependency_job_id":null,"html_url":"https://github.com/plotly/dash-table","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fdash-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fdash-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fdash-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plotly%2Fdash-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plotly","download_url":"https://codeload.github.com/plotly/dash-table/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247154128,"owners_count":20892799,"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":["dash","data-science","data-visualization","plotly","plotly-dash","python","react","table"],"created_at":"2024-08-01T14:01:22.011Z","updated_at":"2025-04-04T09:32:23.466Z","avatar_url":"https://github.com/plotly.png","language":"Python","readme":"# Notice\n\nAs of Dash 2, the development of Dash Table has been moved to the [main Dash repo](https://github.com/plotly/dash)\n\nThis package exists for backward compatibility\n\n---\n\n# Dash Table\n\nAn interactive `DataTable` for [Dash](https://dash.plotly.com/).\n\n:point_right: [Documentation](https://dash.plotly.com/datatable)\n\n## Quickstart\n\n```\npip install dash-table\n```\n\n```python\nimport dash\nimport dash_table\nimport pandas as pd\n\ndf = pd.read_csv('https://raw.githubusercontent.com/plotly/datasets/master/solar.csv')\n\napp = dash.Dash(__name__)\n\napp.layout = dash_table.DataTable(\n    id='table',\n    columns=[{\"name\": i, \"id\": i} for i in df.columns],\n    data=df.to_dict('records'),\n)\n\nif __name__ == '__main__':\n    app.run_server(debug=True)\n```\n\n![Interactive Dash DataTable](https://user-images.githubusercontent.com/1280389/47935912-67187080-deb2-11e8-8936-34b0c99b518f.png)\n\n## Background\n\nDash DataTable is an interactive table component designed for viewing, editing, and exploring large datasets.\n\nDataTable is rendered with standard, semantic HTML `\u003ctable/\u003e` markup, which makes it accessible, responsive, and easy to style.\n\nThis component was written from scratch in React.js and Typescript specifically for the Dash community. Its API was designed to be ergonomic and its behavior is completely customizable through its properties.\n\nDataTable was designed with a featureset that allows that Dash users to create complex, spreadsheet driven applications with no compromises. We're excited to continue to work with users and companies that [invest in DataTable's future](https://plotly.com/products/consulting-and-oem/).\n\nPlease subscribe to [dash-table#207](https://github.com/plotly/dash-table/issues/207) and the [CHANGELOG.md](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md) to stay up-to-date with any breaking changes. Note: DataTable is currently supported in Chrome, Firefox, Safari, Edge (version 15+), and Internet Explorer 11. \n\nShare your DataTable Dash apps on the [community forum](https://community.plotly.com/t/show-and-tell-community-thread/7554)!\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/plotly/dash-table/blob/master/CONTRIBUTING.md)\n","funding_links":["https://plotly.com/products/consulting-and-oem/"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplotly%2Fdash-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplotly%2Fdash-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplotly%2Fdash-table/lists"}