{"id":13406626,"url":"https://github.com/swimlane/ngx-datatable","last_synced_at":"2025-09-09T20:17:22.642Z","repository":{"id":37445239,"uuid":"60117259","full_name":"swimlane/ngx-datatable","owner":"swimlane","description":"✨  A feature-rich yet lightweight data-table crafted for Angular","archived":false,"fork":false,"pushed_at":"2025-02-26T15:54:55.000Z","size":22099,"stargazers_count":4646,"open_issues_count":894,"forks_count":1680,"subscribers_count":177,"default_branch":"master","last_synced_at":"2025-05-05T11:49:22.310Z","etag":null,"topics":["angular","angular-components","angular2","angular4","datagrid","datatable","grid","hacktoberfest","table","typescript"],"latest_commit_sha":null,"homepage":"http://swimlane.github.io/ngx-datatable/","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/swimlane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/building.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-05-31T19:25:47.000Z","updated_at":"2025-05-05T07:18:44.000Z","dependencies_parsed_at":"2023-11-28T00:09:57.830Z","dependency_job_id":"ea2683ce-1391-4343-b2a8-296cc7f40178","html_url":"https://github.com/swimlane/ngx-datatable","commit_stats":{"total_commits":1180,"total_committers":169,"mean_commits":6.982248520710059,"dds":0.4254237288135593,"last_synced_commit":"5eed8493fa016bcbf49f7fe7d9bc39e41916a4e7"},"previous_names":["swimlane/angular2-data-table"],"tags_count":153,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimlane%2Fngx-datatable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimlane%2Fngx-datatable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimlane%2Fngx-datatable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swimlane%2Fngx-datatable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swimlane","download_url":"https://codeload.github.com/swimlane/ngx-datatable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252504171,"owners_count":21758654,"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","angular-components","angular2","angular4","datagrid","datatable","grid","hacktoberfest","table","typescript"],"created_at":"2024-07-30T19:02:35.094Z","updated_at":"2025-05-12T16:33:12.485Z","avatar_url":"https://github.com/swimlane.png","language":"TypeScript","readme":"# ngx-datatable\n\n[![Join the chat at https://gitter.im/swimlane/ngx-datatable](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/swimlane/ngx-datatable?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![Code Climate](https://codeclimate.com/github/swimlane/ngx-datatable/badges/gpa.svg)](https://codeclimate.com/github/swimlane/ngx-datatable)\n[![Test Coverage](https://codeclimate.com/github/swimlane/ngx-datatable/badges/coverage.svg)](https://codeclimate.com/github/swimlane/ngx-datatable/coverage)\n[![npm version](https://badge.fury.io/js/%40swimlane%2Fngx-datatable.svg)](https://badge.fury.io/js/%40swimlane%2Fngx-datatable)\n[![npm downloads](https://img.shields.io/npm/dm/@swimlane/ngx-datatable.svg)](https://npmjs.org/@swimlane/ngx-datatable)\n\n`ngx-datatable` is an Angular component for presenting large and complex data. It has all the features you would expect from any other table but in a light package with _no external dependencies_. The table was designed to be extremely flexible and light; it doesn't make any assumptions about your data or how you: filter, sort or page it.\n\nCheck out the [documentation](https://swimlane.gitbook.io/ngx-datatable/) \u0026 [demos](http://swimlane.github.io/ngx-datatable/) for more information!\n\nSee the [changelog](https://github.com/swimlane/ngx-datatable/blob/master/docs/changelog.md) for recent changes.\n\n## Features\n\n- Handle large data sets ( Virtual DOM )\n- Expressive Header and Cell Templates\n- Horizontal \u0026 Vertical Scrolling\n- Column Reordering \u0026 Resizing\n- Client/Server side Pagination \u0026 Sorting\n- Intelligent Column Width Algorithms ( Force-fill \u0026 Flex-grow )\n- Integrated Pager\n- Cell \u0026 Row Selection ( Single, Multi, Keyboard, Checkbox )\n- Fixed AND Fluid height\n- Left and Right Column Pinning\n- Row Detail View\n- Decoupled theme'ing with included Google Material theme\n- Light codebase / No external dependencies\n- AoT Compilation Support\n- Universal Support\n\n## Installation\n\nTo use ngx-datatable in your project install it via [npm](https://www.npmjs.com/package/@swimlane/ngx-datatable):\n\n```\nnpm i @swimlane/ngx-datatable --save\n```\n\n## Building\n\nRun `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running tests\n\n- Run `yarn test` to execute the linter, prettier check, unit and end-to-end tests.\n\n## Release\n\n- Checkout master (`git checkout master`)\n- Pull master (`git pull`)\n- Refresh node modules (`yarn install --frozen-lockfile`)\n- Run tests (`yarn test`)\n- Examine log to determine next version (X.Y.Z)\n- Run `git checkout -b release/X.Y.Z`\n- Update version in `projects/swimlane/ngx-datatable/package.json`.\n- Update changelog in `docs/CHANGELOG.md`\n- Run `yarn package` to build the package\n- Run `git commit -am \"(release): X.Y.Z\"`\n- Run `git tag X.Y.Z`\n- Run `git push origin HEAD --tags`\n- Run `yarn publish`\n- Submit PR\n\n## Credits\n\n`ngx-datatable` is a [Swimlane](http://swimlane.com) open-source project; we believe in giving back to the open-source community by sharing some of the projects we build for our application. Swimlane is an automated cyber security operations and incident response platform that enables cyber security teams to leverage threat intelligence, speed up incident response and automate security operations.\n","funding_links":[],"categories":["UI Components","Uncategorized","TypeScript","UI","Components","Complete projects","Awesome Angular [![Awesome TipeIO](https://img.shields.io/badge/Awesome%20Angular-@TipeIO-6C6AE7.svg)](https://github.com/gdi2290/awesome-angular) [![Awesome devarchy.com](https://img.shields.io/badge/Awesome%20Angular-@devarchy.com-86BDC1.svg)](https://github.com/brillout/awesome-angular-components)"],"sub_categories":["Table","Uncategorized","Lists/Table","- Lists/Table","Angular \u003ca id=\"angular\"\u003e\u003c/a\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswimlane%2Fngx-datatable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswimlane%2Fngx-datatable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswimlane%2Fngx-datatable/lists"}