JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q51458F
  • License MIT

Package Exports

  • ag-table

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ag-table) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

AgTable

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

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