Extra Large table

Example of Extra large table, Add .table-xl class to the .table to create a table with extra large spacing. Extra larger table all rows have 1.25rem height.

# Firstname Lastname Username
{{ i + 1 }} {{ country.firstname }} {{ country.lastname }} {{ country.username }}

Large table

Example of large table, Add .table-lg class to the .table to create a table with large spacing. Larger table all rows have 0.9rem height.

# Firstname Lastname Username
{{ i + 1 }} {{ country.firstname }} {{ country.lastname }} {{ country.username }}

Default table

Example of large table, Add .table-lg class to the .table to create a table with large spacing. Larger table all rows have 0.9rem height.

# Firstname Lastname Username
{{ i + 1 }} {{ country.firstname }} {{ country.lastname }} {{ country.username }}

Small table

Example of small table, Add .table-sm class to the .table to create a table with small spacing. Small table all rows have 0.6rem height.

# Firstname Lastname Username
{{ i + 1 }} {{ country.firstname }} {{ country.lastname }} {{ country.username }}

Extra Small table

Example of extra small table, Add .table-xs class to the .table to create a table with extra small spacing. Extra small table all rows have 0.4rem height.

# Firstname Lastname Username
{{ i + 1 }} {{ country.firstname }} {{ country.lastname }} {{ country.username }}