Table Style

The table.min.js plugin it is possible to add custom style on the selected table inside the WYSIWYG HTML editor.also offers the possibility to resize a table in 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 styles using the tableStyles 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 styles at a time. If you want to toggle them and allow only one style to be selected at a time use the tableMultipleStyles option.