table_default_attributes not working as expected?
See original GitHub issuePackage.json
"@tinymce/tinymce-react": "^2.5.0",
Can someone provide an example of how to use the table_default_attributes object in init of TinyMCE-react component?
I have tried something like:
<TinyMCE
init={{
table_default_attributes: {
border: "5",
}
}}
/>
But border thickness does not change. Any ideas how to get this to work?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Attribute table field default value not transfering to new edited ...
Using ESRI ArcMap 10.0, in a versioned environment, we are in a geo-database and have a feature class with a default value populated...
Read more >The DBMS attribute contains a default value that does not set
If a database management system (DBMS) attribute contains a default value it does not set because the geodatabase sets the attribute to NULL...
Read more >Block attributes do not display as expected in AutoCAD
Edit the attribute in the Block to have a Default value. Right-click the Block and choose Block Editor. In Block Edit mode, double-click...
Read more >How to set the default value of an attribute on a Laravel model
You can set Default attribute in Model also> protected $attributes = [ 'status' => self::STATUS_UNCONFIRMED, 'role_id' => self::ROLE_PUBLISHER, ];.
Read more >Dynamic blocks: default values for attributes aren't converted ...
When an attribute isn't changed, the value will not be written into the serialized html comment, which in fact, makes it unaccessible for ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No worries! If you’re using the paste plugin I think using paste_postprocess might work for you. Perhaps something like this
It works alright for me, CodeSandbox. Can you see what’s different?