Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ag-table

ericferreira1992159MIT1.5.0TypeScript support: included

A simple, clean and lightweight data table component for Angular. Compatible: Angular 13

angular, angular2, angular4, angular5, angular6, angular7, angular8, angular9, angular10, angular11, angular12, angular13, angular14, angular15, angular16, angular17, angular18, grid, table, ng-table, ag-table, agx-table, data-table, grid-table, aggrid, virtual, scroll, virtual-scroll, ng, ag, agx, ngx

readme

AgTable (for Angular 13+)

A simple, clean and lightweight data table component for Angular. Compatible: Angular 13

Why AgTable?

AgTable is an alternative for developers who need agility and efficiency while coding. With AgTable it is possible to create a fully functional data table with minimum effort. With an well elaborated structure, there is no need to create compronents for columns or cells, as some other data table components require.

Why is it so good?

The reasons for using AgTable are many, but some features make it stand out from other existing data-tables solutions:

  • Virtual scrolling
  • High performance while displaying thousand of records
  • Filtering, sorting and paginating are possible either on client or server side
  • Allows you to view data obtained from the server
  • Data pagination with infinity scroll or regular pagination
  • Does not force you to create components to customize columns and cells
  • Column sizes are customizable
  • Much more;

Get started

Live demo

Documentation / API

Preview

Contribuitors

  • @ericferreira1992