TableSettingsModel

12 Sep 20251 minute to read

Interface for a class TableSettings

Properties

maxWidth string|number

Defines the maximum width of the table.

minWidth string|number

Defines the minimum width of the table.

resize boolean

Enables resizing for the table element.

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.

width string|number

Specifies the width of the table.