Tables

Tables are widely use in almost every app, that's why we created many examples that you can use within your angular project.

We use Angular Material tables to create both simple and advanced tables with Pagination, Sorting and Filters.

Regular Tables

This table is a basic table with simple data and without any functionality. You can remove the stripes by removing the table-striped class from the table.

Extended Tables

This table has custom cells such as progress bars, image, color cells depending on the cell content, and a cell that contains a popover with some actions.

Smart Tables

This table includes: Filtering, Sorting, Pagination and Row Selection.

Table with external filters

In this advanced table you will find external filters by some specific columns, sorting and pagination.

Last updated