The Table plugin adds table management functionality to {productname}, including dialogs, context menus, context toolbars, menu items, and toolbar buttons.
tinymce.init({
selector: 'textarea', // change this value according to your HTML
plugins: 'table',
toolbar: 'table tabledelete | tableprops tablerowprops tablecellprops | tableinsertrowbefore tableinsertrowafter tabledeleterow | tableinsertcolbefore tableinsertcolafter tabledeletecol'
});|
Note
|
For additional options that are provided by the core table functionality, see Table Options. |
These options affect the execution of the table plugin.
|
Note
|
The advanced tabs of the table, row, and cell properties dialogs use the colorpicker to allow for border and background colors to be applied. See docs to use and configure a custom colorpicker.
|
|
Note
|
For additional commands that are provided by the core table functionality, see Core Table Commands. |
The Table plugin provides the following {productname} commands.