Search results

TableSettings API in React RichTextEditor API component

Properties

maxWidth

string | number

Defines the maximum width of the table.

Defaults to null

minWidth

string | number

Defines the minimum width of the table.

Defaults to ‘0’

resize

boolean

Enables resizing for the table element.

Defaults to true

styles

IDropDownItemModel[]

Class names appended by default to the table element. Assists in styling the table in specific CSS styles when inserted in the editor. Available styles:

  • Dashed Borders: Adds dashed borders around the table using the e-dashed-borders CSS class.
  • Alternate Rows: Applies alternating row colors for better readability using the e-alternate-rows CSS class.

Defaults to TableStyleItems

width

string | number

Specifies the width of the table.

Defaults to ‘100%’