Tables
Tables are widely use in almost every app, that's why we created many examples that you can use within your angular project.
Last updated
Tables are widely use in almost every app, that's why we created many examples that you can use within your angular project.
Last updated
We use Angular Material tables to create both simple and advanced tables with Pagination, Sorting and Filters.
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
.
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.
This table includes: Filtering, Sorting, Pagination and Row Selection.
In this advanced table you will find external filters by some specific columns, sorting and pagination.