dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

Home Page:https://docx.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table Styling Issue - Default & externalStyles

Blair-24 opened this issue · comments

Wondering if anyone else has seen this or it's something I'm doing wrong...

I'm using patchDocument to insert items into placeholders fields, having an issue where the table inserts fine but doesn't have the default style set for the document. I've tried using the XML Styling option as well with externalStyles and setting this for the document & table, but the table is still inserted with no styling.

Few snips of the code:

image image image