Table Cell Style

The table.min.js plugin it is possible to add custom style on the selected table cell inside the WYSIWYG HTML editor.

The classes should be defined in CSS, otherwise no changes will be visible on the table's appearance.









You can define your own table cell styles using the tableCellStyles option. This option is an Object where the key represents the class name and its value is the style name that appears in the dropdown list. It is important to have unique keys otherwise they will not work properly.

By default you can select multiple table cell styles at a time. If you want to toggle them and allow only one style to be selected at a time use the tableCellMultipleStyles option.