Insert Table with Fixed Width
Release 2.11.0 and above.
The editor.table.defaultWidthUnit.px setting adds a feature to insert tables with a fixed width (px). (default: false)
When set to true, the table is inserted with the parent's width as a fixed value.
// synapeditor.config.js
{
'editor.table.defaultWidthUnit.px': true,
}
Related Features
- Responsive View Demo