Search results

TableSettings API in JavaScript (ES5) RichTextEditor API control

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

To enable resizing for table element.

Defaults to ‘true’

styles

IDropDownItemModel[]

Class name should be appended by default in table element. It helps to design the table in specific CSS styles always when inserting in editor.

Defaults to TableStyleItems;

width

string | number

To specify the width of table

Defaults to ‘100%’