Table

A responsive table component.

Installation

$npx maddex add Table

Basic Usage

Start with a caption, a header row, and a compact body for the most common tabular layouts.

Preview

        
            
        
    

With Footer

Add a footer row when the table needs totals, summaries, or another rollup of the visible rows.

Preview

        
            
        
    

Rich Cells

Table cells can hold other Maddex components, which makes it easy to surface status and ownership data in place.

Preview