-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I am looking to set text without link. I am having a requirement where some variables needs to be links and some text.
Document: Test { test } document
var docx = new DocxGen()
.attachModule(linkModule)
.load(content)
.setData({
test : {
text : "dolor sit",
})
.render();
I am getting variable test filled with "undefined".
Metadata
Metadata
Assignees
Labels
No labels