Responsive tables
The responsive table will display a horizontal scroll bar if the screen is too small to display the full content. The following description applies to the table added using the markdown card.
By default, the table adapts to the window width. If you have a table that is too wide, you can add a container <div class="responsive-table"> element with around the table, and it will display a horizontal scroll bar when needed.
Step-by-Step- To add a responsive table, use the 'Markdown card'.
- Add a container
<div class="responsive-table">element with around the table (in markdown there always needs to be a blank line between anyHTMLandmarkdown).
<div class="responsive-table">
| # | Heading | Heading | Heading | Heading | Heading |
|:--|:--------|:--------|:--------|:--------|:--------|
| 1 | Cell | Cell | Cell | Cell | Cell |
| 2 | Cell | Cell | Cell | Cell | Cell |
| 3 | Cell | Cell | Cell | Cell | Cell |
</div>
To generate a table, you can use the tool Markdown Tables Generator.
Type at least 2 characters to search