Fully - Angular Admin Template
DemoBuy NowMore Templates
  • What is this template about?
  • Introduction
  • Set up
  • How to use this template?
  • Code Structure
  • Server Side Rendering
  • Theming
  • Navigation Layouts
  • Data Integration
  • Main Features
    • Tables
    • Notifications
    • Alerts
    • Authentication screens
    • Charts
    • Dashboards
  • App Shell
  • FAQs
  • Changelog
Powered by GitBook
On this page
  • Regular Tables
  • Extended Tables
  • Smart Tables
  • Table with external filters

Was this helpful?

  1. Main Features

Tables

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

PreviousMain FeaturesNextNotifications

Last updated 5 years ago

Was this helpful?

We use 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.

Angular Material tables
src/app/tables/regular-tables
src/app/tables/extended-tables
src/app/tables/smart-tables
src/app/tables/external-filters-table