Tables

Large padded table

Tables require a wrapper to style for a couple of reasons:

  • This allows us to add border-radius that you can not apply to tables
  • It also allows for creating sticky and scrollable stables
  • It allows us to add other features like search and sortable widgets, pagination inside the table container.

Compact table

A compact table just needs one class of table-compact.

This will style the padding and table elements so that they are smaller.

Currently buttons will automatically default to size-sm if they are in compact table

Search table

Search table 2

Search table 3

Search table 4

Search table 5

Search table 6

Todo

  • Add search components to tables
  • Show sticky and scrollable tables