{"id":16099133,"url":"https://github.com/drapegnik/react-grid","last_synced_at":"2025-12-30T20:24:42.216Z","repository":{"id":79505551,"uuid":"86452056","full_name":"Drapegnik/react-grid","owner":"Drapegnik","description":":floppy_disk: Data table with react","archived":false,"fork":false,"pushed_at":"2017-06-19T22:29:47.000Z","size":945,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T05:12:39.993Z","etag":null,"topics":["bootstrap","data-table","eslint","javascript","js","react","react-storybook","storybook","table","test-task","webpack"],"latest_commit_sha":null,"homepage":"https://drapegnik.github.io/react-grid","language":"JavaScript","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/Drapegnik.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}},"created_at":"2017-03-28T11:29:18.000Z","updated_at":"2023-09-25T15:49:29.000Z","dependencies_parsed_at":"2023-04-14T07:02:59.141Z","dependency_job_id":null,"html_url":"https://github.com/Drapegnik/react-grid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2Freact-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2Freact-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2Freact-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2Freact-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drapegnik","download_url":"https://codeload.github.com/Drapegnik/react-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411193,"owners_count":20934650,"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":["bootstrap","data-table","eslint","javascript","js","react","react-storybook","storybook","table","test-task","webpack"],"created_at":"2024-10-09T18:26:03.905Z","updated_at":"2025-12-30T20:24:42.175Z","avatar_url":"https://github.com/Drapegnik.png","language":"JavaScript","readme":"# React-grid\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/049ec6496c9d44648930dfe9b773c9bf)](https://www.codacy.com/app/Drapegnik/react-grid?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Drapegnik/react-grid\u0026utm_campaign=badger)\n[![Code Climate](https://codeclimate.com/github/Drapegnik/react-grid/badges/gpa.svg)](https://codeclimate.com/github/Drapegnik/react-grid) \n[![Build status](https://ci.appveyor.com/api/projects/status/db8u8h9fo01e05l5/branch/master?svg=true)](https://ci.appveyor.com/project/Drapegnik/react-grid/branch/master)\n[![Build Status](https://travis-ci.org/Drapegnik/react-grid.svg?branch=master)](https://travis-ci.org/Drapegnik/react-grid) [![Issue Count](https://codeclimate.com/github/Drapegnik/react-grid/badges/issue_count.svg)](https://codeclimate.com/github/Drapegnik/react-grid) [![Dependency Status](https://www.versioneye.com/user/projects/590280fffda994003e7cb568/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/590280fffda994003e7cb568)\n\nReusable data table component on react\n\n\u003e [check website](https://drapegnik.github.io/react-grid/)\n\n## task\n1. Table with columns: (data from [data.json](https://github.com/Drapegnik/react-grid/tree/master/src/data/data.json))\n    * tool\n    * initiator (`id` - `name`)\n    * result\n    * duration, `ms`\n2. Click on row show details (from [details.json](https://github.com/Drapegnik/react-grid/tree/master/src/data/details.json))\n4. Double click on row hide details\n4. If there is no data - show `no data`\n\n## [demo](https://drapegnik.github.io/react-grid/)\n![](http://res.cloudinary.com/dzsjwgjii/image/upload/v1490958343/react-grid1.gif)\n\n## demo mobile\n![](http://res.cloudinary.com/dzsjwgjii/image/upload/v1490958465/react-grid2.gif)\n\n## scripts\n\n### `npm start`\nRuns the app in the development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will reload if you make edits.\u003cbr\u003e\nYou will also see any lint errors in the console.\n\n### `npm test`\nLaunches the test runner in the interactive watch mode.\u003cbr\u003e\n\n### `npm run storybook`\n* Runs dev server at [http://localhost:9009](http://localhost:9009) open to view\n* Render all application components use cases like stories with [react-storybook](https://getstorybook.io/)\n\n#### No Data Story\n![](http://res.cloudinary.com/dzsjwgjii/image/upload/v1491770908/react-grid3.png)\n\n#### Columns formatters example\n![](http://res.cloudinary.com/dzsjwgjii/image/upload/v1491770908/react-grid4.png)\n\n\u003e [see the all storybook](https://drapegnik.github.io/react-grid/storybook)\n\n### `npm run build`\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nYour app is ready to be deployed!\n\n### `npm run eject`\n**Note: this is a one-way operation. Once you `eject`, you can’t go back!**\n\nIf you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.\n\nYou don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrapegnik%2Freact-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrapegnik%2Freact-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrapegnik%2Freact-grid/lists"}