Table

Table

Presents tabular data with multiple rows and columns. The table's width is flexible, but it does not have any advanced responsive behaviors.

Variants

Default

File name Location Modified Type
Cupcake ipsum dolor sit amet cake gummies bear claw cake. Chocolate chocolate bar donut. Candy canes bear claw marzipan icing wafer. Chocolate chocolate bar donut. Candy canes cupcake macaroon toffee.
File name Location Modified Type
File name Location Modified Type
File name Location Modified Type

Using this component

  1. Confirm that you have references to Fabric's CSS on your page:
     <head>
         <link rel="stylesheet" href="fabric.min.css">
         <link rel="stylesheet" href="fabric.components.min.css">
     </head>
    
  2. Copy the HTML from the sample above into your page.
  3. Replace the content with your own data. You can add more rows or columns.

Dependencies

This component has no dependency on other components.