suneditor icon indicating copy to clipboard operation
suneditor copied to clipboard

Unable to see border in table

Open Daniel-Melchizedek opened this issue 3 years ago • 1 comments

Hi JiHong, I am unable to see border in table when converting HTML input into *.docx. How to add the below style to a table in SunEditor? border="1" style=" border: 1px solid black; border-collapse: collapse;"

Version

2.42.0

table table_without_border

Daniel-Melchizedek avatar Mar 14 '22 11:03 Daniel-Melchizedek

https://github.com/JiHong88/SunEditor/blob/master/src/assets/css/suneditor-contents.css#L295 "suneditor-contents.css" is all define editor's contents style. Try edit the css at the this file.

JiHong88 avatar Mar 15 '22 15:03 JiHong88