elastic/docs

Support for customizable tables

KOTungseth opened this issue · 0 comments

When we create tables, we should be able to customize the following:

  • Add images

Table with images

  • Specify the sizes of columns and rows

For example, instead of automatically wrapping the text in the first column, we should be able to specify the width of the column so that the text appears as a single line:
Wrapped table

  • Add lines to create full boxes

Currently, our tables only display lines that separate the rows, but we should also be able to add lines that separate the columns.

Single line table