Switch language한국어
Back to the list

I got tired of copy-pasting the same table code, so I built a library

TL;DR AI

Key summary

2 min read
  1. An Angular developer built `ngx-mat-simple-table` to reduce repeated Angular Material table boilerplate.

  2. The configurable component supports sorting, pagination, filtering, selection, drag reordering, and Excel export.

  3. The project shows how a reusable library can cut UI code while centralizing common table behavior.

  4. It also surfaced practical pitfalls, including Windows file-dependency staleness, CDK drag-and-drop setup issues, and `@for` incompatibility in that setup.

  5. For styled Excel output, the author switched from SheetJS to ExcelJS.

Read the original