{"id":16241326,"url":"https://github.com/nzick/ng2-flex-table","last_synced_at":"2025-03-19T17:30:20.067Z","repository":{"id":143973305,"uuid":"91182754","full_name":"nzick/ng2-flex-table","owner":"nzick","description":"Angular 4 Table - Beautiful Table especially made for non-relational databases. With inline editing, column search \u0026 filter and fixed headers.","archived":false,"fork":false,"pushed_at":"2017-05-18T12:26:34.000Z","size":291,"stargazers_count":14,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T19:55:58.763Z","etag":null,"topics":["angular","angular4","filter","sorting","table"],"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/nzick.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-13T15:12:25.000Z","updated_at":"2023-02-17T10:15:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2557473-77c7-4680-8398-d5f29e311d66","html_url":"https://github.com/nzick/ng2-flex-table","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/nzick%2Fng2-flex-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzick%2Fng2-flex-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzick%2Fng2-flex-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nzick%2Fng2-flex-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nzick","download_url":"https://codeload.github.com/nzick/ng2-flex-table/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006277,"owners_count":20382444,"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":["angular","angular4","filter","sorting","table"],"created_at":"2024-10-10T14:07:09.109Z","updated_at":"2025-03-19T17:30:20.062Z","avatar_url":"https://github.com/nzick.png","language":"TypeScript","readme":"# ng2-flex-table\nAngular2 Table Component with *NO DEPENDENCYS*\n\n***ng2-flex-table*** is a table grid component for Angular2/4.\n\n## Demo\n\n![How it looks](http://i.imgur.com/BfyZHwK.png)\n\nTry it out: [http://ng2-flex-table.nicolaszick.com](http://ng2-flex-table.nicolaszick.com)\n\n\n## Data\n\nThis table is made for non relational databases where response object not necessary have the same columns:\n\n````json\n{\n  'startDate': '2015/08/19',\n  'salary': 208.178\n}, {\n  'lastname': 'Pearl Crosby',\n  'detailposition': 'In PC'\n}\n````\n\nResults in the following headers:\n\n| startDate  | salary  | lastname     | detailposition |\n|------------|---------|--------------|----------------|\n| 2015/08/19 | 208.178 |              |                |\n|            |         | Pearl Crosby | In PC          |\n\n***ng2-flex-table*** is built to handle this type of objects and fits the table to your needs.\nAll available *keys* will be used as a column and if some object doesnt have it, the cell with be left empty but can be edited by inline editing.\n\n`(outEvent)` will give you the changed Object if some attribute has changed or tabled got initiated.\n\n\n## Installation\n\nInstall ng2-flex-table via `npm`\n\n````shell\nnpm install ng2-flex-table --save\n````\n\n## Integration\n\n```ts\n// app.module.ts\nimport { DataTableModule } from 'ng2-flex-table';\n\n@NgModule({\n  ...\n  imports: [ DataTableModule ]\n  ...\n})\nexport class AppModule { }\n\n// app.component.html\n\u003cng2-flex-table [tabledata]=\"data\" (outEvent)=\"tableEvent($event)\"\u003e\u003c/ng2-flex-table\u003e\n```\n\nAdjust the table height to your needs like this:\n\n```sass\n.ng2-flex-table\n    \u0026__body\n      height: 1000px !important\n```\n\n## Run Included Demo\n\n```shell\ngit clone https://github.com/nzick/ng2-flex-table.git --depth 1\ncd ng2-flex-table\nnpm install\nnpm start\n```\n\n## AoT Library Build\n\n```shell\nnpm run build:lib\n```\n\n## Licence\n\nThis project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnzick%2Fng2-flex-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnzick%2Fng2-flex-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnzick%2Fng2-flex-table/lists"}