Table (table
)
Due to the widespread use of <table> elements across third-party widgets like calendars and date pickers, Bootstrap’s tables are opt-in. Add the base class .table to any <table>, then extend with our optional modifier classes or custom styles. All table styles are not inherited in Bootstrap, meaning any nested tables can be styled independent from the parent.
đź”— External documentation.
ID | Label | Description | Schema |
---|---|---|---|
header | Header | Drupal expects an array of cells for the header. See template_preprocess_table in core > includes > theme.inc for more information. | |
colgroups | Colgroups | Sticked to Drupal structure after preprocessing of the Drupal table element. | |
rows | Rows | For the body of the table, Drupal expects an array of rows with each row keyed with the name 'cells', which is an array values for each cell. See template_preprocess_table in core > includes > theme.inc for more information. | |
footer | Footer | Drupal expects an array of cells for the footer. See template_preprocess_table in core > includes > theme.inc for more information. | |
empty | Empty | Render element used when there is no rows. | |
caption | Caption | A caption functions like a heading for a table. It helps users with screen readers to find a table and understand what it's about and decide if they want to read it. By default it is displayed at the bottom of the table. | |
header_color | Table header color |
|
|
footer_color | Table footer color |
|
|
stripes | Striped table | Add zebra-striping to either the rows and/or the columns of the table. |
|
borders | Table border style | By default, rows have borders, but not the table itself or the columns. The 'borders' option adds borders on all sides of the table and cells. 'Borderless' removes all borders. |
|
hover | Hoverable rows | Enable a hover state when passing the mouse over a row. |
|
divider | Table group divider | Add a thicker, darker border between table groups. |
|
responsive | Responsive | Responsive tables allow tables to be scrolled horizontally with ease. |
|
caption_top | Caption top | Display caption at top of the table. |
|
header_columns | Number of columns in the header | Used to display properly the empty message if the table is empty. Leave empty for automatic value. |
|
id: table
label: Table
description: 'Due to the widespread use of <table> elements across third-party widgets like calendars and date pickers, Bootstrap’s tables are opt-in. Add the base class .table to any <table>, then extend with our optional modifier classes or custom styles. All table styles are not inherited in Bootstrap, meaning any nested tables can be styled independent from the parent.'
homepage: 'https://getbootstrap.com/docs/5.3/content/tables/'
variants:
default:
id: default
label: Default
sm:
id: sm
label: Small
primary:
id: primary
label: Primary
secondary:
id: secondary
label: Secondary
success:
id: success
label: Success
danger:
id: danger
label: Danger
warning:
id: warning
label: Warning
info:
id: info
label: Info
light:
id: light
label: Light
dark:
id: dark
label: Dark
primary__sm:
id: primary__sm
label: 'Primary small'
secondary__sm:
id: secondary__sm
label: 'Secondary small'
success__sm:
id: success__sm
label: 'Success small'
danger__sm:
id: danger__sm
label: 'Danger small'
warning__sm:
id: warning__sm
label: 'Warning small'
info__sm:
id: info__sm
label: 'Info small'
light__sm:
id: light__sm
label: 'Light small'
dark__sm:
id: dark__sm
label: 'Dark small'
slots:
header:
id: header
label: Header
description: 'Drupal expects an array of cells for the header. See template_preprocess_table in core > includes > theme.inc for more information.'
colgroups:
id: colgroups
label: Colgroups
description: 'Sticked to Drupal structure after preprocessing of the Drupal table element.'
rows:
id: rows
label: Rows
description: "For the body of the table, Drupal expects an array of rows with each row keyed with the name 'cells', which is an array values for each cell. See template_preprocess_table in core > includes > theme.inc for more information."
footer:
id: footer
label: Footer
description: 'Drupal expects an array of cells for the footer. See template_preprocess_table in core > includes > theme.inc for more information.'
empty:
id: empty
label: Empty
description: 'Render element used when there is no rows.'
caption:
id: caption
label: Caption
description: "A caption functions like a heading for a table. It helps users with screen readers to find a table and understand what it's about and decide if they want to read it. By default it is displayed at the bottom of the table."
props:
header_color:
id: header_color
label: 'Table header color'
schema:
type: string
enum:
- primary
- secondary
- success
- danger
- warning
- info
- light
- dark
footer_color:
id: footer_color
label: 'Table footer color'
schema:
type: string
enum:
- primary
- secondary
- success
- danger
- warning
- info
- light
- dark
stripes:
id: stripes
label: 'Striped table'
description: 'Add zebra-striping to either the rows and/or the columns of the table.'
schema:
type: string
enum:
- striped
- striped-columns
borders:
id: borders
label: 'Table border style'
description: "By default, rows have borders, but not the table itself or the columns. The 'borders' option adds borders on all sides of the table and cells. 'Borderless' removes all borders."
schema:
type: string
enum:
- bordered
- borderless
hover:
id: hover
label: 'Hoverable rows'
description: 'Enable a hover state when passing the mouse over a row.'
schema:
type: boolean
divider:
id: divider
label: 'Table group divider'
description: 'Add a thicker, darker border between table groups.'
schema:
type: string
enum:
- thead
- tbody
- tfoot
responsive:
id: responsive
label: Responsive
description: 'Responsive tables allow tables to be scrolled horizontally with ease.'
schema:
type: string
enum:
- responsive
- responsive-sm
- responsive-md
- responsive-lg
- responsive-xl
- responsive-xxl
caption_top:
id: caption_top
label: 'Caption top'
description: 'Display caption at top of the table.'
schema:
type: boolean
header_columns:
id: header_columns
label: 'Number of columns in the header'
description: 'Used to display properly the empty message if the table is empty. Leave empty for automatic value.'
schema:
type: number
examples:
preview:
id: preview
label: Preview
renderable:
'@component': table
header:
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
-
content: 'Table head'
rows:
-
cells:
-
content: 'Cell 1'
-
content: 'Cell 2'
-
content: 'Cell 3'
-
content: 'Cell 4'
-
content: 'Cell 5'
-
content: 'Cell 6'
-
content: 'Cell 7'
-
content: 'Cell 8'
-
content: 'Cell 9'
-
content: 'Cell 10'
-
content: 'Cell 11'
-
content: 'Cell 12'
-
content: 'Cell 13'
-
content: 'Cell 14'
-
content: 'Cell 15'
-
content: 'Cell 16'
-
content: 'Cell 17'
-
content: 'Cell 18'
-
content: 'Cell 19'
-
content: 'Cell 20'
-
content: 'Cell 21'
-
content: 'Cell 22'
-
content: 'Cell 23'
-
content: 'Cell 24'
-
content: 'Cell 25'
-
content: 'Cell 26'
-
content: 'Cell 27'
-
content: 'Cell 28'
-
content: 'Cell 29'
-
content: 'Cell 30'
-
content: 'Cell 31'
-
content: 'Cell 32'
-
content: 'Cell 33'
-
content: 'Cell 34'
-
content: 'Cell 35'
-
cells:
-
content: 'Cell 1'
-
content: 'Cell 2'
-
content: 'Cell 3'
-
content: 'Cell 4'
-
content: 'Cell 5'
-
content: 'Cell 6'
-
content: 'Cell 7'
-
content: 'Cell 8'
-
content: 'Cell 9'
-
content: 'Cell 10'
-
content: 'Cell 11'
-
content: 'Cell 12'
-
content: 'Cell 13'
-
content: 'Cell 14'
-
content: 'Cell 15'
-
content: 'Cell 16'
-
content: 'Cell 17'
-
content: 'Cell 18'
-
content: 'Cell 19'
-
content: 'Cell 20'
-
content: 'Cell 21'
-
content: 'Cell 22'
-
content: 'Cell 23'
-
content: 'Cell 24'
-
content: 'Cell 25'
-
content: 'Cell 26'
-
content: 'Cell 27'
-
content: 'Cell 28'
-
content: 'Cell 29'
-
content: 'Cell 30'
-
content: 'Cell 31'
-
content: 'Cell 32'
-
content: 'Cell 33'
-
content: 'Cell 34'
-
content: 'Cell 35'
-
cells:
-
content: 'Cell 1'
-
content: 'Cell 2'
-
content: 'Cell 3'
-
content: 'Cell 4'
-
content: 'Cell 5'
-
content: 'Cell 6'
-
content: 'Cell 7'
-
content: 'Cell 8'
-
content: 'Cell 9'
-
content: 'Cell 10'
-
content: 'Cell 11'
-
content: 'Cell 12'
-
content: 'Cell 13'
-
content: 'Cell 14'
-
content: 'Cell 15'
-
content: 'Cell 16'
-
content: 'Cell 17'
-
content: 'Cell 18'
-
content: 'Cell 19'
-
content: 'Cell 20'
-
content: 'Cell 21'
-
content: 'Cell 22'
-
content: 'Cell 23'
-
content: 'Cell 24'
-
content: 'Cell 25'
-
content: 'Cell 26'
-
content: 'Cell 27'
-
content: 'Cell 28'
-
content: 'Cell 29'
-
content: 'Cell 30'
-
content: 'Cell 31'
-
content: 'Cell 32'
-
content: 'Cell 33'
-
content: 'Cell 34'
-
content: 'Cell 35'
-
cells:
-
content: 'Cell 1'
-
content: 'Cell 2'
-
content: 'Cell 3'
-
content: 'Cell 4'
-
content: 'Cell 5'
-
content: 'Cell 6'
-
content: 'Cell 7'
-
content: 'Cell 8'
-
content: 'Cell 9'
-
content: 'Cell 10'
-
content: 'Cell 11'
-
content: 'Cell 12'
-
content: 'Cell 13'
-
content: 'Cell 14'
-
content: 'Cell 15'
-
content: 'Cell 16'
-
content: 'Cell 17'
-
content: 'Cell 18'
-
content: 'Cell 19'
-
content: 'Cell 20'
-
content: 'Cell 21'
-
content: 'Cell 22'
-
content: 'Cell 23'
-
content: 'Cell 24'
-
content: 'Cell 25'
-
content: 'Cell 26'
-
content: 'Cell 27'
-
content: 'Cell 28'
-
content: 'Cell 29'
-
content: 'Cell 30'
-
content: 'Cell 31'
-
content: 'Cell 32'
-
content: 'Cell 33'
-
content: 'Cell 34'
-
content: 'Cell 35'
footer:
-
cells:
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
-
content: Footer
caption: 'Example table (caption)'
header_color: light
stripes:
- striped
hover: true
divider:
- tbody
responsive: responsive
Default
(
default
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Small
(
sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Primary
(
primary
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Secondary
(
secondary
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Success
(
success
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Danger
(
danger
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Warning
(
warning
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Info
(
info
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Light
(
light
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Dark
(
dark
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Primary small
(
primary__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Secondary small
(
secondary__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Success small
(
success__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Danger small
(
danger__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Warning small
(
warning__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Info small
(
info__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Light small
(
light__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |
Dark small
(
dark__sm
)
Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head | Table head |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Cell 1 | Cell 2 | Cell 3 | Cell 4 | Cell 5 | Cell 6 | Cell 7 | Cell 8 | Cell 9 | Cell 10 | Cell 11 | Cell 12 | Cell 13 | Cell 14 | Cell 15 | Cell 16 | Cell 17 | Cell 18 | Cell 19 | Cell 20 | Cell 21 | Cell 22 | Cell 23 | Cell 24 | Cell 25 | Cell 26 | Cell 27 | Cell 28 | Cell 29 | Cell 30 | Cell 31 | Cell 32 | Cell 33 | Cell 34 | Cell 35 |
Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer | Footer |