Angular DataGrid is a solid MIT-licensed alternative if you are Angular DataGrid, an MIT-licensed open-source grid library for Angular, offers virtual scrolling, sorting, filtering, pagination, and theming without a separate CSS import, positioning it as a cost-effective alternative to AG Grid for internal tools. The library includes 116 passing tests and integrates Signals, with an Enterprise tier providing advanced features like a Formula Engine and PDF exports. Angular DataGrid is a solid MIT-licensed alternative if you are For anyone moving away from ngFor loops—which kill performance the moment you hit a few hundred rows—this is a much cleaner AI workflow for building admin dashboards or CRM-style interfaces. Getting started with the installation If you want to swap out your current table implementation, the setup is straightforward. Since it doesn't require a separate CSS import, you don't have to deal with the usual style-override nightmares that come with most grid libraries. 1. Install the package via npm: npm install angular-datagrid 2. Import the module into your component or standalone app: js import { DataGridModule } from 'angular-datagrid'; @Component { standalone: true, imports: DataGridModule , template: