Table

Tables display sets of data across rows and columns. The features of table include record count, search, column sorting, page count, pagination.

Default Table

Static Table

Data Table - Desktop

Data Table - Mobile View

Note: This component requires third party component related js and css which was included in the package.

When to use

Tables should be used for:

  • Displaying tabular information such as statistics.

  • Making comparisons between information.

Tables should not be used for:

  • Displaying non-tabular data (Using lists would be more appropriate).

  • Laying out a page.

  • Large sections within a page.

Last updated