dolanmiu on cspell
Fix more spelling rules (compare)
dolanmiu on cspell
Introduce CSpell (compare)
dependabot[bot] on npm_and_yarn
build(deps-dev): bump ts-node f… (compare)
dependabot[bot] on npm_and_yarn
build(deps): bump @types/node f… (compare)
dependabot[bot] on npm_and_yarn
build(deps-dev): bump typedoc f… (compare)
dolanmiu on 7.4.0
github-actions[bot] on gh-pages
Deploying to gh-pages from @ do… (compare)
dolanmiu on master
Version bump (compare)
Hi all,
Is there any way to add a table style to a table like you can with paragraphs?
.e.g:
new Paragraph().style("My Paragraph style"); works
but
new Table().style("My table style"); is not supported
I know you can add styling per cell which works fine, but sometimes i want to add additional lines to a table in word after the document is generated.
Word is not smart enough alterate between the styling of even and uneven rows.
To be able to just use the ootb styles available in word is more then enough for my purposes
Hi Dolan,
Thank you for the quick reply, setting the borders and background colours of the cells is indeed possible, but when the person generating these documents wants to adds additional rows to the table, the background colours of the additional rows matches the row that is generated as last instead of alternating between two colours.
I will see if i can add a feature request :)
Using a existing table style or some option to define alternating table row colours is good enough.