When I add a new table with TinyMCE, the table is nearly invisible, because the initial width is just a few pixels.
Is there any way to change this?
In TinyMCE 4.x you can do this
tinymce.init({
plugins: "table",
table_default_styles: {
width: '50%'
}
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With