Tables

Basic example

Basic table example with least configuration.

#FirstLastHandle
1PeterTorres@torres
2JacobMaldonado@maldonado
2LoganSimon@simon

Colored Rows

Below are the color variations that can be used in the table component.

DefaultCellCellCell
PrimaryCellCellCell
SuccessCellCellCell
DangerCellCellCell
WarningLoganSimon@simon
InfoLoganSimon@simon

Striped Rows

Use this example to increase the readability of the data sets by alternating the background colors of every second table row.

#FirstLastHandle
1PeterTorres@torres
2JacobMaldonado@maldonado
2LoganSimon@simon
3CoraHenderson@henderson

Hoverable

Use the hover:[bg-*] utility class from to change the background color of a data row when hovering over the element with the cursor.

#FirstLastHandle
1PeterTorres@torres
2JacobMaldonado@maldonado
2LoganSimon@simon
3CoraHenderson@henderson

Bordered

Add the .border class for borders on all sides of the table and cells.

#FirstLastHandle
1PeterTorres@torres
2JacobMaldonado@maldonado
2LoganSimon@simon
3CoraHenderson@henderson