{"id":31513855,"url":"https://github.com/ryoucerious/cerious-widgets","last_synced_at":"2026-01-26T01:16:44.599Z","repository":{"id":293596318,"uuid":"981410270","full_name":"ryoucerious/cerious-widgets","owner":"ryoucerious","description":"Powerful Angular UI Components","archived":false,"fork":false,"pushed_at":"2025-06-16T05:06:35.000Z","size":3352,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T02:23:32.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ryoucerious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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-05-11T03:27:30.000Z","updated_at":"2025-10-02T21:55:14.000Z","dependencies_parsed_at":"2025-05-16T06:35:58.816Z","dependency_job_id":null,"html_url":"https://github.com/ryoucerious/cerious-widgets","commit_stats":null,"previous_names":["ryoucerious/cerious-widgets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryoucerious/cerious-widgets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoucerious%2Fcerious-widgets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoucerious%2Fcerious-widgets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoucerious%2Fcerious-widgets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoucerious%2Fcerious-widgets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryoucerious","download_url":"https://codeload.github.com/ryoucerious/cerious-widgets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryoucerious%2Fcerious-widgets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28763347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"ssl_error","status_checked_at":"2026-01-26T00:37:25.959Z","response_time":113,"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":[],"created_at":"2025-10-03T02:00:57.987Z","updated_at":"2026-01-26T01:16:44.593Z","avatar_url":"https://github.com/ryoucerious.png","language":"TypeScript","funding_links":[],"categories":["Third Party Components"],"sub_categories":["Data Grids"],"readme":"![Cerious Widgets](cerious-widgets-sm.png)\n\n# Cerious Widgets - Cerious Grid\n\n**(Pronounced: Serious)**\n\n**A seriously powerful Angular grid — for developers who demand control, flexibility, and performance.**  \nPart of the [Cerious Widgets](https://github.com/rYOUcerious/cerious-widgets) collection.\n\nSee: https://ryoucerious.github.io/cerious-widgets/\n\n---\n\n## 🚀 Why Cerious Grid?\n\nCerious Grid isn't just a table — it's a full-blown, enterprise-grade Angular grid built for speed, extensibility, and total customization.\n\nWith a modern plugin system, rich templating support, and no heavy dependencies, it's everything you need to build real-world data-intensive apps.\n\n---\n\n## ✨ Features\n\n  ## ⚡️ Core UX \u0026 Performance\n  - 🔁 **Virtual Scrolling** — Render thousands of rows without performance hits  \n  - 🔄 **Pagination**  \n  - 🌐 **Server-Side Mode** — Pagination, Filtering, Virtual Scroll  \n\n  ## 🧭 Layout \u0026 Interaction\n  - ↕️ **Column Resizing and Pinning**  \n  - 🔗 **Drag-and-Drop Columns**  \n  - 🧱 **Grouped Column Headers**  \n  - 📊 **Group By** — with drag-to-group UI  \n  - 🧬 **Nested Rows** — Use any Angular template for children (tables, charts, etc.)\n\n  ## 🔍 Data Interaction\n  - 🧠 **Multi-Column Sorting** — Ctrl/Meta click to multi-sort  \n  - 🧹 **Column Filtering** — Text, number, select, date  \n\n  ## 🧾 Customization\n  - 🧾 **Custom Templates** — Cells, headers, rows — fully yours  \n  - 💡 **Directive-Based Plugin Templates**  \n\n  ## 🧩 Extensibility \u0026 Persistence\n  - 🧩 **Pluggable Architecture** — Add or override behavior without touching core  \n  - 💾 **Save \u0026 Restore Views** — Favorites, state, layout  \n\n  ## 📤 Output \u0026 Licensing\n  - 📦 **Excel Export** — One-liner export with [`write-excel-file`](https://www.npmjs.com/package/write-excel-file)  \n  - 🔓 **MIT Licensed and Fully Open Source**\n\n---\n\n## 📦 Installation\n\n```bash\nnpm install ngx-cerious-widgets\n```\n\nImport via module or import directly into into your component.\n```bash\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    CeriousWidgetsModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule { }\n```\n\nAdd the styles to `angular.json`\n```bash\n\"node_modules/ngx-cerious-widgets/styles/grid-styles-generated.scss\",\n```\n\n---\n\n\n## 🧪 Quick Start\n\n```html\n\u003ccw-grid\n  [data]=\"data\"\n  [gridOptions]=\"gridOptions\"\n  (rowClick)=\"onRowClick($event)\"\u003e\n\u003c/cw-grid\u003e\n```\n\n---\n\n## 🧩 Plugin Example\n\n```ts\nexport class MyPlugin implements GridPlugin {\n  onInit(api: GridApi) {\n    api.onCellClick.subscribe(cell =\u003e {\n      console.log('Cell clicked:', cell);\n    });\n  }\n}\n```\n\nYou can also consume templates using Angular `@Directive()`s to inject content dynamically.\n\n---\n\n## 📸 Live Demos\n\nStackBlitz playground: https://stackblitz.com/edit/stackblitz-starters-5jca2yeb?file=angular.json\n\n---\n\n## 🤝 Contributing\n\nWe welcome your ideas, plugins, and PRs.  \nHead to the [issues page](https://github.com/your-org/cerious-grid/issues) to suggest features or report bugs.\n\n---\n\n## 📝 License\n\nMIT — free for personal and commercial projects.\n\n---\n\n## 🧠 Built With Purpose\n\nCerious Grid was built by a developer who’s spent nearly two decades in enterprise front-end development.  \nIf you’ve ever been frustrated by AG Grid’s licensing or boxed in by rigid tables — **this is for you**.\n\nhttps://ryoucerious.github.io/cerious-widgets/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoucerious%2Fcerious-widgets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoucerious%2Fcerious-widgets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoucerious%2Fcerious-widgets/lists"}