{"id":45143016,"url":"https://github.com/votsa/react-table-components","last_synced_at":"2026-02-20T01:01:12.109Z","repository":{"id":57346105,"uuid":"87198737","full_name":"votsa/react-table-components","owner":"votsa","description":"React table components","archived":false,"fork":false,"pushed_at":"2018-02-14T16:55:26.000Z","size":287,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-21T16:25:47.480Z","etag":null,"topics":["bootstrap","components","material-design","react","table"],"latest_commit_sha":null,"homepage":"https://votsa.github.io/react-table-components/","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/votsa.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":"2017-04-04T14:48:11.000Z","updated_at":"2020-01-16T15:09:22.000Z","dependencies_parsed_at":"2022-09-18T10:34:35.804Z","dependency_job_id":null,"html_url":"https://github.com/votsa/react-table-components","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/votsa/react-table-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/votsa%2Freact-table-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/votsa%2Freact-table-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/votsa%2Freact-table-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/votsa%2Freact-table-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/votsa","download_url":"https://codeload.github.com/votsa/react-table-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/votsa%2Freact-table-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","components","material-design","react","table"],"created_at":"2026-02-20T01:00:42.883Z","updated_at":"2026-02-20T01:01:12.102Z","avatar_url":"https://github.com/votsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React table components\n\nReact components for creating tables with specific controls\n\nDemo: (https://votsa.github.io/react-table-components/)\n\n## Installation\n\nYou can install `react-table-components` with [npm](https://www.npmjs.com/):\n\n```\nnpm install react-table-components --save\n```\n\nThis package has 2 containers which include full functionality of `react-table-components`.\n\nFirst one is bootstrap container which requires Bootstrap stylesheets and Font Awesome fonts\n\n```html\n\u003clink href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css\" rel=\"stylesheet\" /\u003e\n\u003clink href=\"https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css\" rel=\"stylesheet\" /\u003e\n```\n\nand\n\n```javascript\nimport { BootstrapContainer } from 'react-table-components';\nimport 'react-table-components/styles/styles.css';\n```\n\nSecond one is material design container which requires Material Design Lite stylesheets and Material icon font\n```html\n\u003clink href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\" /\u003e\n\u003clink href=\"https://code.getmdl.io/1.3.0/material.indigo-pink.min.css\" rel=\"stylesheet\" /\u003e\n```\n\nand\n\n```javascript\nimport { MaterialContainer } from 'react-table-components';\nimport 'react-table-components/styles/styles.css';\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvotsa%2Freact-table-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvotsa%2Freact-table-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvotsa%2Freact-table-components/lists"}