const TableModule = require("docxtemplater-table-module"); const doc = new Docxtemplater(zip, { modules: [new TableModule.Vertical()], }); doc.render(data); To create a vertical loop table, use following tags : {:vt#users} for the start of the loop {:vt/users} for the end. ...