{"id":29416957,"url":"https://github.com/johnnny333/data-table-angular","last_synced_at":"2026-05-05T11:35:58.741Z","repository":{"id":303947369,"uuid":"1017243926","full_name":"johnnny333/data-table-angular","owner":"johnnny333","description":"Modern, signal-based generic data table built with Angular 20","archived":false,"fork":false,"pushed_at":"2025-07-10T10:58:12.000Z","size":159,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T17:12:34.168Z","etag":null,"topics":["angular","javascript","mockserviceworker","signals","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/johnnny333.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,"zenodo":null}},"created_at":"2025-07-10T08:37:59.000Z","updated_at":"2025-07-10T15:24:42.000Z","dependencies_parsed_at":"2025-07-10T17:12:50.317Z","dependency_job_id":"e4467e82-4490-408e-96d0-83459ac4df15","html_url":"https://github.com/johnnny333/data-table-angular","commit_stats":null,"previous_names":["johnnny333/data-table"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/johnnny333/data-table-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnny333%2Fdata-table-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnny333%2Fdata-table-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnny333%2Fdata-table-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnny333%2Fdata-table-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnnny333","download_url":"https://codeload.github.com/johnnny333/data-table-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnnny333%2Fdata-table-angular/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264890087,"owners_count":23678833,"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","javascript","mockserviceworker","signals","typescript"],"created_at":"2025-07-11T20:08:23.081Z","updated_at":"2026-05-05T11:35:58.707Z","avatar_url":"https://github.com/johnnny333.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Data Table Component\n\nA modern, signal-based data table built with Angular 20.\n\n## Key Features\n\n### Core Architecture\n\n- Built with **Angular 20** using standalone components\n- **Zoneless** change detection (experimental)\n- **Signal-based** state management (`signal`, `computed`, `effect`, `model`)\n\n### Data Handling\n\n- **Generic type support** for any data structure\n- Dynamic column detection from data keys\n- Optional pagination and sorting\n\n### Technical Highlights\n\n- Uses experimental [HttpResourceRef](https://angular.dev/guide/http/http-resource) for data loading\n- Pure signals for reactivity (no RxJS operators)\n- Minimal change detection through zoneless mode\n- [Mock Service Worker (msw)](https://mswjs.io/) used for API mocking\n\n## Usage\n\n```typescript\n@Component({\n  imports: [DataTable],\n  template: `\u003capp-data-table [dataResource$]=\"usersResource\" [pageSize$]=\"10\" /\u003e`,\n})\nexport class UserComponent {\n  usersResource = inject(ResourceHttp).usersResource;\n}\n```\n\n## Implementation Notes\n\n- Column headers are generated automatically from data keys\n- Sorting is handled via clickable headers\n- All state managed through Angular signals\n\n![DataTable screenshot](./data-table-screenshot.png)\n\n---\n\nThis project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.4.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnny333%2Fdata-table-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnnny333%2Fdata-table-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnnny333%2Fdata-table-angular/lists"}